Meteor version to 2.12.0-beta.0 :commet

This commit is contained in:
Gabriel Grubba
2023-04-04 16:59:58 -03:00
parent 5e848b1863
commit a5409e2c1d
11 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'A user account system',
version: '2.2.7',
version: '2.2.8-beta2120.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ddp-rate-limiter',
version: '1.1.1',
version: '1.2.0-beta2120.0',
// Brief, one-line summary of the package.
summary: 'The DDPRateLimiter allows users to add rate limits to DDP' +
' methods and subscriptions.',

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Send email messages',
version: '2.2.4',
version: '2.2.5-beta2120.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'The Meteor command-line tool',
version: '2.11.0',
version: '2.12.0-beta.0',
});
Package.includeTool();

View File

@@ -2,7 +2,7 @@
Package.describe({
summary: "Core Meteor environment",
version: '1.11.1',
version: '1.11.2-beta2120.0',
});
Package.registerBuildPlugin({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'CSS minifier',
version: '1.6.3'
version: '1.6.4-beta2120.0',
});
Npm.depends({

View File

@@ -9,7 +9,7 @@
Package.describe({
summary: "Adaptor for using MongoDB and Minimongo over DDP",
version: '1.16.5',
version: '1.16.6-beta2120.0',
});
Npm.depends({

View File

@@ -3,7 +3,7 @@
Package.describe({
summary: "Wrapper around the mongo npm package",
version: '4.15.0',
version: '4.15.0-beta2120.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'rate-limit',
version: '1.1.0',
version: '1.1.1-beta2120.0',
// Brief, one-line summary of the package.
summary: 'An algorithm for rate limiting anything',
// URL to the Git repository containing the source code for this package.

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'standard-minifier-css',
version: '1.9.1',
version: '1.9.2-beta2120.0',
summary: 'Standard css minifier used with Meteor apps by default.',
documentation: 'README.md',
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Serves a Meteor app over HTTP',
version: '1.13.4',
version: '1.13.5-beta2120.0',
});
Npm.depends({