mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
v1.8.5
This commit is contained in:
parent
279cb8d469
commit
af4c44a2af
37 changed files with 126 additions and 126 deletions
|
@ -1,4 +1,4 @@
|
|||
accounts-base@1.4.0
|
||||
accounts-base@1.4.2
|
||||
accounts-password@1.5.0
|
||||
allow-deny@1.1.0
|
||||
autoupdate@1.3.12
|
||||
|
@ -15,9 +15,9 @@ ddp@1.4.0
|
|||
ddp-client@2.2.0
|
||||
ddp-common@1.3.0
|
||||
ddp-rate-limiter@1.0.7
|
||||
ddp-server@2.1.0
|
||||
ddp-server@2.1.1
|
||||
diff-sequence@1.0.7
|
||||
dynamic-import@0.2.0
|
||||
dynamic-import@0.2.1
|
||||
ecmascript@0.9.0
|
||||
ecmascript-runtime@0.5.0
|
||||
ecmascript-runtime-client@0.5.0
|
||||
|
@ -33,23 +33,23 @@ id-map@1.0.9
|
|||
livedata@1.0.18
|
||||
localstorage@1.2.0
|
||||
logging@1.1.19
|
||||
meteor@1.8.0
|
||||
meteor@1.8.2
|
||||
meteor-base@1.2.0
|
||||
meteorhacks:inject-initial@1.0.4
|
||||
meteorhacks:picker@1.0.3
|
||||
minifier-css@1.2.16
|
||||
minifier-js@2.2.0
|
||||
minimongo@1.4.0
|
||||
modules@0.11.0
|
||||
modules-runtime@0.9.0
|
||||
mongo@1.3.0
|
||||
minifier-js@2.2.2
|
||||
minimongo@1.4.3
|
||||
modules@0.11.2
|
||||
modules-runtime@0.9.1
|
||||
mongo@1.3.1
|
||||
mongo-dev-server@1.1.0
|
||||
mongo-id@1.0.6
|
||||
npm-bcrypt@0.9.3
|
||||
npm-mongo@2.2.33
|
||||
ordered-dict@1.0.9
|
||||
percolatestudio:synced-cron@1.1.0
|
||||
promise@0.10.0
|
||||
promise@0.10.1
|
||||
random@1.0.10
|
||||
rate-limit@1.0.8
|
||||
reactive-dict@1.2.0
|
||||
|
@ -60,23 +60,23 @@ routepolicy@1.0.12
|
|||
service-configuration@1.0.11
|
||||
session@1.1.7
|
||||
sha@1.0.9
|
||||
shell-server@0.3.0
|
||||
shell-server@0.3.1
|
||||
srp@1.0.10
|
||||
standard-minifier-css@1.3.5
|
||||
standard-minifier-js@2.2.0
|
||||
standard-minifier-js@2.2.3
|
||||
standard-minifiers@1.1.0
|
||||
tracker@1.1.3
|
||||
underscore@1.0.10
|
||||
url@1.1.0
|
||||
vulcan:accounts@1.8.3
|
||||
vulcan:core@1.8.3
|
||||
vulcan:debug@1.8.3
|
||||
vulcan:email@1.8.3
|
||||
vulcan:forms@1.8.3
|
||||
vulcan:i18n@1.8.3
|
||||
vulcan:i18n-en-us@1.8.3
|
||||
vulcan:lib@1.8.3
|
||||
vulcan:routing@1.8.3
|
||||
vulcan:users@1.8.3
|
||||
vulcan:accounts@1.8.5
|
||||
vulcan:core@1.8.5
|
||||
vulcan:debug@1.8.5
|
||||
vulcan:email@1.8.5
|
||||
vulcan:forms@1.8.5
|
||||
vulcan:i18n@1.8.5
|
||||
vulcan:i18n-en-us@1.8.5
|
||||
vulcan:lib@1.8.5
|
||||
vulcan:routing@1.8.5
|
||||
vulcan:users@1.8.5
|
||||
webapp@1.4.0
|
||||
webapp-hashing@1.0.9
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Vulcan",
|
||||
"version": "1.8.4",
|
||||
"version": "1.8.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Vulcan",
|
||||
"version": "1.8.4",
|
||||
"version": "1.8.5",
|
||||
"engines": {
|
||||
"npm": "^3.0"
|
||||
},
|
||||
|
|
|
@ -5,8 +5,8 @@ Package.describe({
|
|||
Package.onUse( function(api) {
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'example-forum@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
'example-forum@1.8.5',
|
||||
|
||||
'fourseven:scss@4.5.0',
|
||||
]);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "example-forum",
|
||||
summary: "Vulcan forum package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -14,16 +14,16 @@ Package.onUse(function (api) {
|
|||
'fourseven:scss@4.5.0',
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:voting@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:email@1.8.4',
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:newsletter@1.8.4',
|
||||
'vulcan:events@1.8.4',
|
||||
'vulcan:embed@1.8.4',
|
||||
'vulcan:voting@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
'vulcan:email@1.8.5',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:newsletter@1.8.5',
|
||||
'vulcan:events@1.8.5',
|
||||
'vulcan:embed@1.8.5',
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@ Package.onUse(function (api) {
|
|||
api.use([
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:forms-upload@1.8.4',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
'vulcan:forms-upload@1.8.5',
|
||||
|
||||
// third-party packages
|
||||
'fourseven:scss@4.5.0',
|
||||
|
|
|
@ -7,11 +7,11 @@ Package.onUse(function (api) {
|
|||
api.use([
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -7,13 +7,13 @@ Package.onUse(function (api) {
|
|||
api.use([
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:forms-upload@1.8.4',
|
||||
'vulcan:payments@1.8.4',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
'vulcan:forms-upload@1.8.5',
|
||||
'vulcan:payments@1.8.5',
|
||||
|
||||
// third-party packages
|
||||
'fourseven:scss@4.5.0',
|
||||
|
|
|
@ -7,11 +7,11 @@ Package.onUse(function (api) {
|
|||
api.use([
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -7,12 +7,12 @@ Package.onUse(function (api) {
|
|||
api.use([
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:forms-upload@1.8.4',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
'vulcan:forms-upload@1.8.5',
|
||||
|
||||
// third-party packages
|
||||
'fourseven:scss@4.5.0',
|
||||
|
|
|
@ -7,12 +7,12 @@ Package.onUse(function (api) {
|
|||
api.use([
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:voting@1.8.4',
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:voting@1.8.5',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -11,11 +11,11 @@ Package.onUse(function (api) {
|
|||
// Here are our dependencies:
|
||||
|
||||
// vulcan core
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
// vulcan packages
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:accounts@1.8.4',
|
||||
'vulcan:forms@1.8.5',
|
||||
'vulcan:accounts@1.8.5',
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package.describe({
|
||||
name: 'vulcan:accounts',
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
summary: 'Accounts UI for React in Meteor 1.3+',
|
||||
git: 'https://github.com/studiointeract/accounts-ui',
|
||||
documentation: 'README.md'
|
||||
|
@ -9,7 +9,7 @@ Package.describe({
|
|||
Package.onUse(function(api) {
|
||||
api.versionsFrom('1.3');
|
||||
|
||||
api.use('vulcan:core@1.8.4');
|
||||
api.use('vulcan:core@1.8.5');
|
||||
|
||||
api.use('ecmascript');
|
||||
api.use('tracker');
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:admin",
|
||||
summary: "Vulcan components package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -14,7 +14,7 @@ Package.onUse(function (api) {
|
|||
'fourseven:scss@4.5.0',
|
||||
'dynamic-import@0.1.1',
|
||||
// Vulcan packages
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: 'vulcan:cloudinary',
|
||||
summary: 'Vulcan file upload package.',
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4'
|
||||
'vulcan:core@1.8.5'
|
||||
]);
|
||||
|
||||
api.mainModule("lib/client/main.js", "client");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:core",
|
||||
summary: "Vulcan core package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,15 +10,15 @@ Package.onUse(function(api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:lib@1.8.4',
|
||||
'vulcan:i18n@1.8.4',
|
||||
'vulcan:users@1.8.4',
|
||||
'vulcan:routing@1.8.4',
|
||||
'vulcan:debug@1.8.4',
|
||||
'vulcan:lib@1.8.5',
|
||||
'vulcan:i18n@1.8.5',
|
||||
'vulcan:users@1.8.5',
|
||||
'vulcan:routing@1.8.5',
|
||||
'vulcan:debug@1.8.5',
|
||||
]);
|
||||
|
||||
api.imply([
|
||||
'vulcan:lib@1.8.4'
|
||||
'vulcan:lib@1.8.5'
|
||||
]);
|
||||
|
||||
api.mainModule('lib/server/main.js', 'server');
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:debug",
|
||||
summary: "Vulcan debug package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git",
|
||||
debugOnly: true
|
||||
});
|
||||
|
@ -17,8 +17,8 @@ Package.onUse(function (api) {
|
|||
|
||||
// Vulcan packages
|
||||
|
||||
'vulcan:lib@1.8.4',
|
||||
'vulcan:email@1.8.4',
|
||||
'vulcan:lib@1.8.5',
|
||||
'vulcan:email@1.8.5',
|
||||
|
||||
]);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:email",
|
||||
summary: "Vulcan email package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:lib@1.8.4'
|
||||
'vulcan:lib@1.8.5'
|
||||
]);
|
||||
|
||||
api.mainModule("lib/server.js", "server");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:embed",
|
||||
summary: "Vulcan Embed package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: 'https://github.com/VulcanJS/Vulcan.git'
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse( function(api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
'fourseven:scss@4.5.0'
|
||||
]);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:events-ga",
|
||||
summary: "Vulcan Google Analytics event tracking package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,8 +10,8 @@ Package.onUse(function(api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:events@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:events@1.8.5',
|
||||
]);
|
||||
|
||||
api.mainModule("lib/server/main.js", "server");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: 'vulcan:events-intercom',
|
||||
summary: 'Vulcan Intercom integration package.',
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,8 +10,8 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:events@1.8.4'
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:events@1.8.5'
|
||||
]);
|
||||
|
||||
api.mainModule("lib/client/main.js", "client");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:events-internal",
|
||||
summary: "Vulcan internal event tracking package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,8 +10,8 @@ Package.onUse(function(api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:events@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:events@1.8.5',
|
||||
]);
|
||||
|
||||
api.mainModule("lib/server/main.js", "server");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:events-segment",
|
||||
summary: "Vulcan Segment",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,8 +10,8 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:events@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:events@1.8.5',
|
||||
]);
|
||||
|
||||
api.mainModule('lib/server/main.js', 'server');
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:events",
|
||||
summary: "Vulcan event tracking package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse(function(api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
]);
|
||||
|
||||
api.mainModule("lib/server/main.js", "server");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:forms-tags",
|
||||
summary: "Vulcan tag input package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: 'https://github.com/VulcanJS/Vulcan.git'
|
||||
});
|
||||
|
||||
|
@ -10,8 +10,8 @@ Package.onUse( function(api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:forms@1.8.4'
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:forms@1.8.5'
|
||||
]);
|
||||
|
||||
api.mainModule("lib/export.js", ["client", "server"]);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:forms-upload",
|
||||
summary: "Vulcan package extending vulcan:forms to upload images to Cloudinary from a drop zone.",
|
||||
version: "1.8.4",
|
||||
version: "1.8.5",
|
||||
git: 'https://github.com/xavcz/nova-forms-upload.git'
|
||||
});
|
||||
|
||||
|
@ -10,8 +10,8 @@ Package.onUse( function(api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:forms@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:forms@1.8.5',
|
||||
'fourseven:scss@4.5.0'
|
||||
]);
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:forms",
|
||||
summary: "Form containers for React",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/meteor-utilities/react-form-containers.git"
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse(function(api) {
|
|||
api.versionsFrom("METEOR@1.3");
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
'fourseven:scss@4.5.0'
|
||||
]);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:i18n-en-us",
|
||||
summary: "Vulcan i18n package (en_US)",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4'
|
||||
'vulcan:core@1.8.5'
|
||||
]);
|
||||
|
||||
api.addFiles([
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
Package.describe({
|
||||
name: 'vulcan:i18n',
|
||||
summary: "i18n client polyfill",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan"
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
api.use([
|
||||
'vulcan:lib@1.8.4',
|
||||
'vulcan:lib@1.8.5',
|
||||
]);
|
||||
|
||||
api.mainModule('lib/server/main.js', 'server');
|
||||
|
|
|
@ -7,7 +7,7 @@ import SimpleSchema from 'simpl-schema';
|
|||
|
||||
Vulcan = {};
|
||||
|
||||
Vulcan.VERSION = '1.8.4';
|
||||
Vulcan.VERSION = '1.8.5';
|
||||
|
||||
// ------------------------------------- Schemas -------------------------------- //
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: 'vulcan:lib',
|
||||
summary: 'Vulcan libraries.',
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:newsletter",
|
||||
summary: "Vulcan email newsletter package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,8 +10,8 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:email@1.8.4'
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:email@1.8.5'
|
||||
]);
|
||||
|
||||
api.mainModule('lib/server/main.js', 'server');
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
Package.describe({
|
||||
name: 'vulcan:payments',
|
||||
summary: "Vulcan payments package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
|
||||
'fourseven:scss@4.5.4',
|
||||
]);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:routing",
|
||||
summary: "Vulcan router package",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:lib@1.8.4',
|
||||
'vulcan:lib@1.8.5',
|
||||
]);
|
||||
|
||||
api.mainModule('lib/server/main.js', 'server');
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:subscribe",
|
||||
summary: "Subscribe to posts, users, etc. to be notified of new activity",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -11,14 +11,14 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
// dependencies on posts, categories are done with nested imports to reduce explicit dependencies
|
||||
]);
|
||||
|
||||
api.use([
|
||||
'vulcan:posts@1.8.4',
|
||||
'vulcan:comments@1.8.4',
|
||||
'vulcan:categories@1.8.4',
|
||||
'vulcan:posts@1.8.5',
|
||||
'vulcan:comments@1.8.5',
|
||||
'vulcan:categories@1.8.5',
|
||||
], {weak: true});
|
||||
|
||||
api.mainModule("lib/modules.js", ["client"]);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: 'vulcan:users',
|
||||
summary: 'Vulcan permissions.',
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -10,7 +10,7 @@ Package.onUse(function (api) {
|
|||
api.versionsFrom('METEOR@1.5.2');
|
||||
|
||||
api.use([
|
||||
'vulcan:lib@1.8.4'
|
||||
'vulcan:lib@1.8.5'
|
||||
]);
|
||||
|
||||
api.mainModule("lib/server.js", "server");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package.describe({
|
||||
name: "vulcan:voting",
|
||||
summary: "Vulcan scoring package.",
|
||||
version: '1.8.4',
|
||||
version: '1.8.5',
|
||||
git: "https://github.com/VulcanJS/Vulcan.git"
|
||||
});
|
||||
|
||||
|
@ -11,8 +11,8 @@ Package.onUse(function (api) {
|
|||
|
||||
api.use([
|
||||
'fourseven:scss@4.5.0',
|
||||
'vulcan:core@1.8.4',
|
||||
'vulcan:i18n@1.8.4',
|
||||
'vulcan:core@1.8.5',
|
||||
'vulcan:i18n@1.8.5',
|
||||
], ['client', 'server']);
|
||||
|
||||
api.mainModule("lib/server/main.js", "server");
|
||||
|
|
Loading…
Add table
Reference in a new issue