Version 1.3.2

This commit is contained in:
SachaG 2017-04-10 11:23:39 +09:00
parent a815dca0a2
commit 99c88dcbb1
32 changed files with 111 additions and 111 deletions

View file

@ -73,12 +73,12 @@ tracker@1.1.2
ui@1.0.13 ui@1.0.13
underscore@1.0.10 underscore@1.0.10
url@1.1.0 url@1.1.0
vulcan:accounts@1.3.1 vulcan:accounts@1.3.2
vulcan:core@1.3.1 vulcan:core@1.3.2
vulcan:forms@1.3.1 vulcan:forms@1.3.2
vulcan:i18n-en-us@1.3.1 vulcan:i18n-en-us@1.3.2
vulcan:lib@1.3.1 vulcan:lib@1.3.2
vulcan:routing@1.3.1 vulcan:routing@1.3.2
vulcan:users@1.3.1 vulcan:users@1.3.2
webapp@1.3.15 webapp@1.3.15
webapp-hashing@1.0.9 webapp-hashing@1.0.9

View file

@ -2,7 +2,7 @@
# Vulcan (formerly Telescope) # Vulcan (formerly Telescope)
[Version 1.3.1](https://github.com/TelescopeJS/Telescope/releases) [Version 1.3.2](https://github.com/TelescopeJS/Telescope/releases)
This is the Apollo/GraphQL version of Telescope, now known as [Vulcan](http://vulcanjs.org). [You can find the documentation here](http://docs.vulcanjs.org/). This is the Apollo/GraphQL version of Telescope, now known as [Vulcan](http://vulcanjs.org). [You can find the documentation here](http://docs.vulcanjs.org/).

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "example-forum", name: "example-forum",
summary: "Telescope forum package", summary: "Telescope forum package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -12,13 +12,13 @@ Package.onUse(function (api) {
api.use([ api.use([
// vulcan core // vulcan core
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
// vulcan packages // vulcan packages
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1', 'vulcan:comments@1.3.2',
'vulcan:voting@1.3.1', 'vulcan:voting@1.3.2',
'vulcan:accounts@1.3.1', 'vulcan:accounts@1.3.2',
'vulcan:email', 'vulcan:email',
'vulcan:forms', 'vulcan:forms',
'vulcan:newsletter', 'vulcan:newsletter',

View file

@ -1,6 +1,6 @@
Package.describe({ Package.describe({
name: 'vulcan:accounts', name: 'vulcan:accounts',
version: '1.3.1', version: '1.3.2',
summary: 'Accounts UI for React in Meteor 1.3+', summary: 'Accounts UI for React in Meteor 1.3+',
git: 'https://github.com/studiointeract/accounts-ui', git: 'https://github.com/studiointeract/accounts-ui',
documentation: 'README.md' documentation: 'README.md'
@ -9,7 +9,7 @@ Package.describe({
Package.onUse(function(api) { Package.onUse(function(api) {
api.versionsFrom('1.3'); api.versionsFrom('1.3');
api.use('vulcan:core@1.3.1'); api.use('vulcan:core@1.3.2');
api.use('ecmascript'); api.use('ecmascript');
api.use('tracker'); api.use('tracker');

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:api", name: "vulcan:api",
summary: "Telescope API package", summary: "Telescope API package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,9 +10,9 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1' 'vulcan:comments@1.3.2'
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:base-components", name: "vulcan:base-components",
summary: "Telescope components package", summary: "Telescope components package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -11,12 +11,12 @@ Package.onUse(function (api) {
api.use([ api.use([
// Vulcan packages // Vulcan packages
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1', 'vulcan:comments@1.3.2',
'vulcan:voting@1.3.1', 'vulcan:voting@1.3.2',
'vulcan:accounts@1.3.1', 'vulcan:accounts@1.3.2',
'vulcan:categories@1.3.1', 'vulcan:categories@1.3.2',
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:base-styles", name: "vulcan:base-styles",
summary: "Vulcan basic styles package", summary: "Vulcan basic styles package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'fourseven:scss@4.5.0', 'fourseven:scss@4.5.0',
]); ]);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:categories", name: "vulcan:categories",
summary: "Telescope tags package", summary: "Telescope tags package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/telescope-tags.git" git: "https://github.com/TelescopeJS/telescope-tags.git"
}); });
@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: 'vulcan:cloudinary', name: 'vulcan:cloudinary',
summary: 'Telescope file upload package.', summary: 'Telescope file upload package.',
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:core@1.3.1' 'vulcan:core@1.3.2'
]); ]);
api.addFiles([ api.addFiles([

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:comments", name: "vulcan:comments",
summary: "Telescope comments package", summary: "Telescope comments package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:core", name: "vulcan:core",
summary: "Telescope core package", summary: "Telescope core package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,13 +10,13 @@ Package.onUse(function(api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:lib@1.3.1', 'vulcan:lib@1.3.2',
'vulcan:users@1.3.1', 'vulcan:users@1.3.2',
'vulcan:routing@1.3.1' 'vulcan:routing@1.3.2'
]); ]);
api.imply([ api.imply([
'vulcan:lib@1.3.1' 'vulcan:lib@1.3.2'
]); ]);
api.mainModule('lib/server/main.js', 'server'); api.mainModule('lib/server/main.js', 'server');

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:debug", name: "vulcan:debug",
summary: "Telescope debug package", summary: "Telescope debug package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -15,10 +15,10 @@ Package.onUse(function (api) {
// Vulcan packages // Vulcan packages
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:email@1.3.1', 'vulcan:email@1.3.2',
'vulcan:comments@1.3.1' 'vulcan:comments@1.3.2'
]); ]);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:email-templates", name: "vulcan:email-templates",
summary: "Telescope email templates package", summary: "Telescope email templates package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,10 +10,10 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1', 'vulcan:comments@1.3.2',
'vulcan:email@1.3.1' 'vulcan:email@1.3.2'
]); ]);
api.addFiles([ api.addFiles([

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:email", name: "vulcan:email",
summary: "Telescope email package", summary: "Telescope email package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1' 'vulcan:core@1.3.2'
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:embedly", name: "vulcan:embedly",
summary: "Telescope Embedly module package", summary: "Telescope Embedly module package",
version: '1.3.1', version: '1.3.2',
git: 'https://github.com/TelescopeJS/telescope-embedly.git' git: 'https://github.com/TelescopeJS/telescope-embedly.git'
}); });
@ -10,8 +10,8 @@ Package.onUse( function(api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'fourseven:scss@4.5.0' 'fourseven:scss@4.5.0'
]); ]);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:events", name: "vulcan:events",
summary: "Telescope event tracking package", summary: "Telescope event tracking package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function(api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:forms-tags", name: "vulcan:forms-tags",
summary: "Telescope tag input package", summary: "Telescope tag input package",
version: '1.3.1', version: '1.3.2',
git: 'https://github.com/TelescopeJS/Telescope.git' git: 'https://github.com/TelescopeJS/Telescope.git'
}); });
@ -10,8 +10,8 @@ Package.onUse( function(api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:forms@1.3.1' 'vulcan:forms@1.3.2'
]); ]);
api.mainModule("lib/export.js", ["client", "server"]); api.mainModule("lib/export.js", ["client", "server"]);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:forms-upload", name: "vulcan:forms-upload",
summary: "Vulcan package extending vulcan:forms to upload images to Cloudinary from a drop zone.", summary: "Vulcan package extending vulcan:forms to upload images to Cloudinary from a drop zone.",
version: "1.3.1", version: "1.3.2",
git: 'https://github.com/xavcz/nova-forms-upload.git' git: 'https://github.com/xavcz/nova-forms-upload.git'
}); });
@ -10,8 +10,8 @@ Package.onUse( function(api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:forms@1.3.1', 'vulcan:forms@1.3.2',
'fourseven:scss@4.5.0' 'fourseven:scss@4.5.0'
]); ]);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:forms", name: "vulcan:forms",
summary: "Form containers for React", summary: "Form containers for React",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/meteor-utilities/react-form-containers.git" git: "https://github.com/meteor-utilities/react-form-containers.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function(api) {
api.versionsFrom("METEOR@1.3"); api.versionsFrom("METEOR@1.3");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'fourseven:scss@4.5.0' 'fourseven:scss@4.5.0'
]); ]);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:getting-started", name: "vulcan:getting-started",
summary: "Getting started posts", summary: "Getting started posts",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/telescope-getting-started.git" git: "https://github.com/TelescopeJS/telescope-getting-started.git"
}); });
@ -14,10 +14,10 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1', 'vulcan:comments@1.3.2',
'vulcan:events@1.3.1', 'vulcan:events@1.3.2',
]); ]);
// client // client

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:i18n-en-us", name: "vulcan:i18n-en-us",
summary: "Telescope i18n package (en_US)", summary: "Telescope i18n package (en_US)",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1' 'vulcan:core@1.3.2'
]); ]);
api.addFiles([ api.addFiles([

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:kadira", name: "vulcan:kadira",
summary: "Telescope Kadira package", summary: "Telescope Kadira package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'meteorhacks:kadira@2.30.0', 'meteorhacks:kadira@2.30.0',
'kadira:debug@3.2.2', 'kadira:debug@3.2.2',
'meteorhacks:kadira-profiler@1.2.1' 'meteorhacks:kadira-profiler@1.2.1'

View file

@ -7,7 +7,7 @@ import SimpleSchema from 'simpl-schema';
Vulcan = {}; Vulcan = {};
Vulcan.VERSION = '1.3.1'; Vulcan.VERSION = '1.3.2';
// ------------------------------------- Schemas -------------------------------- // // ------------------------------------- Schemas -------------------------------- //

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: 'vulcan:lib', name: 'vulcan:lib',
summary: 'Telescope libraries.', summary: 'Telescope libraries.',
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:newsletter", name: "vulcan:newsletter",
summary: "Telescope email newsletter package", summary: "Telescope email newsletter package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/telescope-newsletter.git" git: "https://github.com/TelescopeJS/telescope-newsletter.git"
}); });
@ -10,11 +10,11 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1', 'vulcan:comments@1.3.2',
'vulcan:categories@1.3.1', 'vulcan:categories@1.3.2',
'vulcan:email@1.3.1' 'vulcan:email@1.3.2'
]); ]);
api.mainModule('lib/server.js', 'server'); api.mainModule('lib/server.js', 'server');

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:notifications", name: "vulcan:notifications",
summary: "Telescope notifications package", summary: "Telescope notifications package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/telescope-notifications.git" git: "https://github.com/TelescopeJS/telescope-notifications.git"
}); });
@ -10,13 +10,13 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:email@1.3.1', 'vulcan:email@1.3.2',
]); ]);
api.use([ api.use([
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1', 'vulcan:comments@1.3.2',
], {weak: true}); ], {weak: true});
api.mainModule('lib/modules.js', ['client', 'server']); api.mainModule('lib/modules.js', ['client', 'server']);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:posts", name: "vulcan:posts",
summary: "Telescope posts package", summary: "Telescope posts package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/telescope-posts.git" git: "https://github.com/TelescopeJS/telescope-posts.git"
}); });
@ -10,8 +10,8 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:events@1.3.1', 'vulcan:events@1.3.2',
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:routing", name: "vulcan:routing",
summary: "Vulcan router package", summary: "Vulcan router package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:lib@1.3.1', 'vulcan:lib@1.3.2',
]); ]);
api.mainModule('lib/server/main.js', 'server'); api.mainModule('lib/server/main.js', 'server');

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:rss", name: "vulcan:rss",
summary: "Telescope RSS package", summary: "Telescope RSS package",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/telescope-rss.git" git: "https://github.com/TelescopeJS/telescope-rss.git"
}); });
@ -10,9 +10,9 @@ Npm.depends({rss: "1.1.1"});
Package.onUse(function (api) { Package.onUse(function (api) {
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1' 'vulcan:comments@1.3.2'
]); ]);
api.addFiles(['lib/headtags.js'], ['client', 'server']); api.addFiles(['lib/headtags.js'], ['client', 'server']);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:subscribe", name: "vulcan:subscribe",
summary: "Subscribe to posts, users, etc. to be notified of new activity", summary: "Subscribe to posts, users, etc. to be notified of new activity",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/telescope-subscribe-to-posts.git" git: "https://github.com/TelescopeJS/telescope-subscribe-to-posts.git"
}); });
@ -11,15 +11,15 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:notifications@1.3.1', 'vulcan:notifications@1.3.2',
// dependencies on posts, categories are done with nested imports to reduce explicit dependencies // dependencies on posts, categories are done with nested imports to reduce explicit dependencies
]); ]);
api.use([ api.use([
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1', 'vulcan:comments@1.3.2',
'vulcan:categories@1.3.1', 'vulcan:categories@1.3.2',
], {weak: true}); ], {weak: true});
api.mainModule("lib/modules.js", ["client"]); api.mainModule("lib/modules.js", ["client"]);

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: 'vulcan:users', name: 'vulcan:users',
summary: 'Telescope permissions.', summary: 'Telescope permissions.',
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,7 +10,7 @@ Package.onUse(function (api) {
api.versionsFrom(['METEOR@1.0']); api.versionsFrom(['METEOR@1.0']);
api.use([ api.use([
'vulcan:lib@1.3.1' 'vulcan:lib@1.3.2'
]); ]);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");

View file

@ -1,7 +1,7 @@
Package.describe({ Package.describe({
name: "vulcan:voting", name: "vulcan:voting",
summary: "Telescope scoring package.", summary: "Telescope scoring package.",
version: '1.3.1', version: '1.3.2',
git: "https://github.com/TelescopeJS/Telescope.git" git: "https://github.com/TelescopeJS/Telescope.git"
}); });
@ -10,9 +10,9 @@ Package.onUse(function (api) {
api.versionsFrom("METEOR@1.0"); api.versionsFrom("METEOR@1.0");
api.use([ api.use([
'vulcan:core@1.3.1', 'vulcan:core@1.3.2',
'vulcan:posts@1.3.1', 'vulcan:posts@1.3.2',
'vulcan:comments@1.3.1' 'vulcan:comments@1.3.2'
], ['client', 'server']); ], ['client', 'server']);
api.mainModule("lib/server.js", "server"); api.mainModule("lib/server.js", "server");