Merge branch 'release-3.0' into 3.0-impact-2.16-quick-gains

# Conflicts:
#	packages/accounts-base/package.js
This commit is contained in:
Nacho Codoñer
2024-04-23 17:20:09 +02:00
153 changed files with 358 additions and 392 deletions

View File

@@ -1,7 +1,7 @@
const os = require('os');
const path = require('path');
const METEOR_LATEST_VERSION = '3.0-beta.7';
const METEOR_LATEST_VERSION = '3.0-rc.0';
const sudoUser = process.env.SUDO_USER || '';
function isRoot() {
return process.getuid && process.getuid() === 0;

View File

@@ -1,12 +1,12 @@
{
"name": "meteor",
"version": "3.0.0-beta.10",
"version": "3.0.0-rc.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "meteor",
"version": "3.0.0-beta.10",
"version": "3.0.0-rc.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "meteor",
"version": "3.0.0-beta.10",
"version": "3.0.0-rc",
"description": "Install Meteor",
"main": "install.js",
"scripts": {

View File

@@ -1,5 +1,5 @@
Package.describe({
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
summary:
'Package used to enable two factor authentication through OTP protocol',
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'A user account system',
version: '3.0.0-beta300.7'
version: '3.0.0-rc300.0'
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Facebook accounts",
version: "1.3.4-beta300.7",
version: '1.3.4-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Login service for Github accounts',
version: '1.5.1-beta300.7',
version: '1.5.1-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Google accounts",
version: "1.4.1-beta300.7",
version: '1.4.1-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Login service for Meetup accounts',
version: '1.5.1-beta300.7',
version: '1.5.1-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Login service for Meteor developer accounts',
version: '1.5.1-beta300.7',
version: '1.5.1-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth-based login services",
version: "1.4.3-beta300.7",
version: '1.4.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -5,7 +5,7 @@ Package.describe({
// 2.2.x in the future. The version was also bumped to 2.0.0 temporarily
// during the Meteor 1.5.1 release process, so versions 2.0.0-beta.2
// through -beta.5 and -rc.0 have already been published.
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'No-password login/sign-up support for accounts',
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Twitter accounts",
version: "1.5.1-beta300.7",
version: '1.5.1-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Unstyled version of login widgets',
version: '1.7.1-beta300.7',
version: '1.7.1-rc300.0',
});
Package.onUse(function(api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Simple templates to add login widgets to an app",
version: "1.4.3-beta300.7",
version: '1.4.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Login service for Sina Weibo accounts",
version: "1.4.1-beta300.7",
version: '1.4.1-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'allow-deny',
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
// Brief, one-line summary of the package.
summary: 'Implements functionality for allow/deny and client-side db operations',
// URL to the Git repository containing the source code for this package.

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Try to detect inadequate input sanitization",
version: '1.0.8-beta300.7'
version: '1.0.8-rc300.0',
});
// This package is empty; its presence is detected by livedata.

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "(For prototyping only) Publish the entire database to all clients",
version: '1.0.8-beta300.7'
version: '1.0.8-rc300.0',
});
// This package is empty; its presence is detected by several other packages

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Update the client when new client code is available',
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
});
Package.onUse(function(api) {

View File

@@ -1,7 +1,7 @@
Package.describe({
name: "babel-compiler",
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
version: '7.11.0-beta300.7',
version: '7.11.0-rc300.0',
});
Npm.depends({

View File

@@ -1,7 +1,7 @@
Package.describe({
name: "babel-runtime",
summary: "Runtime support for output of Babel transpiler",
version: '1.5.2-beta300.7',
version: '1.5.2-rc300.0',
documentation: 'README.md'
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Base64 encoding and decoding",
version: '1.0.13-beta300.7',
version: '1.0.13-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Binary Heap datastructure implementation",
version: '1.0.12-beta300.7'
version: '1.0.12-rc300.0',
});
Package.onUse(api => {

View File

@@ -2,7 +2,7 @@ Package.describe({
// These tests are in a separate package so that we can Npm.depend on
// parse5, a html parsing library.
summary: "Tests for the boilerplate-generator package",
version: '1.5.2-beta300.7',
version: '1.5.2-rc300.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Generates the boilerplate html from program's manifest",
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for browser-policy packages",
version: '1.0.13-beta300.7',
version: '1.0.13-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Configure content security policies",
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Restrict which websites can frame your app",
version: '1.1.3-beta300.7'
version: '1.1.3-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Configure security policies enforced by the browser",
version: '1.1.3-beta300.7'
version: '1.1.3-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'caching-compiler',
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
summary: 'An easy way to make compiler plugins cache',
documentation: 'README.md'
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Register callbacks on a hook",
version: '1.6.0-beta300.7',
version: '1.6.0-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Check whether a value matches a pattern',
version: '1.3.3-beta300.7',
version: '1.3.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Given the set of the constraints, picks a satisfying configuration",
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
});
Npm.depends({

View File

@@ -5,55 +5,39 @@
// Ensures packages and eager requires run in the correct order
// when there is code that uses top level await
var pending = Object.create(null);
var hasOwn = Object.prototype.hasOwnProperty;
function queue(name, deps, runImage) {
pending[name] = [];
var pendingDepsCount = 0;
function onDepLoaded() {
pendingDepsCount -= 1;
if (pendingDepsCount === 0) {
load(name, runImage);
}
}
deps.forEach(function (dep) {
if (hasOwn.call(pending, dep)) {
pendingDepsCount += 1;
pending[dep].push(onDepLoaded);
} else {
// load must always be called for a package's dependencies first.
// If the package is not pending, then it must have already loaded
// or is a weak dependency, and the dependency is not being used.
}
});
if (pendingDepsCount === 0) {
load(name, runImage);
}
var pending = [];
function queue(name, runImage) {
pending.push({name: name, runImage: runImage});
processNext();
}
function load(name, runImage) {
var config = runImage();
var isProcessing = false;
function processNext() {
if (isProcessing) {
return;
}
var next = pending.shift();
if (!next) {
return;
}
isProcessing = true;
var config = next.runImage.call(this);
runEagerModules(config, function (mainModuleExports) {
// Get the exports after the eager code has been run
var exports = config.export ? config.export() : {};
if (config.mainModulePath) {
Package._define(name, mainModuleExports, exports);
Package._define(next.name, mainModuleExports, exports);
} else {
Package._define(name, exports);
Package._define(next.name, exports);
}
var pendingCallbacks = pending[name] || [];
delete pending[name];
pendingCallbacks.forEach(function (callback) {
callback();
});
isProcessing = false;
processNext();
});
}
@@ -96,7 +80,7 @@ function runEagerModules(config, callback) {
evaluateNextModule();
})
// This also handles errors in modules and packages loaded sync
// afterwards since they are run within the .then.
// afterwards since they are run within the `.then`.
.catch(function (error) {
if (
typeof process === 'object' &&
@@ -138,9 +122,7 @@ function checkAsyncModule (exports) {
// For this to be accurate, all linked files must be queued before calling this
// If all are loaded, returns null. Otherwise, returns a promise
function waitUntilAllLoaded() {
var pendingNames = Object.keys(pending);
if (pendingNames.length === 0) {
if (pending.length === 0) {
// All packages are loaded
// If there were no async packages, then there might not be a promise
// polyfill loaded either, so we don't create a promise to return
@@ -148,16 +130,11 @@ function waitUntilAllLoaded() {
}
return new Promise(function (resolve) {
var pendingCount = pendingNames.length;
pendingNames.forEach(function (name) {
pending[name].push(function () {
pendingCount -= 1;
if (pendingCount === 0) {
resolve();
}
});
queue(null, function () {
resolve();
return {};
});
})
});
}
// Since the package.js doesn't export load or waitUntilReady

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Core runtime to load packages and the app",
version: '1.0.0-beta300.7',
version: '1.0.0-rc300.0',
documentation: null
});

View File

@@ -1,7 +1,7 @@
Package.describe({
summary: "Makes your Cordova application use the Crosswalk WebView \
instead of the System WebView on Android",
version: '1.7.2-beta300.7',
version: '1.7.2-rc300.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data client",
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Code shared beween ddp-client and ddp-server",
version: '1.4.1-beta300.7',
version: '1.4.1-rc300.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ddp-rate-limiter',
version: '1.2.1-beta300.7',
version: '1.2.1-rc300.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: "Meteor's latency-compensated distributed data server",
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data framework",
version: '1.4.2-beta300.7'
version: '1.4.2-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,5 +1,5 @@
Package.describe({
version: '0.1.3-beta300.7',
version: '0.1.3-rc300.0',
summary: 'Show build errors in client when using HMR',
documentation: 'README.md',
devOnly: true

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "An implementation of a diff algorithm on arrays and objects.",
version: '1.1.3-beta300.7',
version: '1.1.3-rc300.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Disables oplog tailing",
version: '1.0.8-beta300.7'
version: '1.0.8-rc300.0',
});
// This package is empty; its presence is detected by mongo-livedata.

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "dynamic-import",
version: "0.7.4-beta300.7",
version: '0.7.4-rc300.0',
summary: "Runtime support for Meteor 1.5 dynamic import(...) syntax",
documentation: "README.md"
});

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript-runtime-client',
version: '0.12.2-beta300.7',
version: '0.12.2-rc300.0',
summary: 'Polyfills for new ECMAScript 2015 APIs like Map and Set',
git:
'https://github.com/meteor/meteor/tree/devel/packages/ecmascript-runtime-client',

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-runtime-server",
version: "0.11.1-beta300.7",
version: '0.11.1-rc300.0',
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
git: "https://github.com/meteor/meteor/tree/devel/packages/ecmascript-runtime-client",
documentation: "README.md"

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "ecmascript-runtime",
version: '0.8.2-beta300.7',
version: '0.8.2-rc300.0',
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
git: "https://github.com/meteor/ecmascript-runtime",
documentation: "README.md"

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'ecmascript',
version: '0.16.8-beta300.7',
version: '0.16.8-rc300.0',
summary: 'Compiler plugin that supports ES2015+ in all .js files',
documentation: 'README.md',
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Extended and Extensible JSON library',
version: '1.1.4-beta300.7',
version: '1.1.4-rc300.0',
});
Package.onUse(function onUse(api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Send email messages',
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "es5-shim",
version: "4.8.1-beta300.7",
version: '4.8.1-rc300.0',
summary: "Shims and polyfills to improve ECMAScript 5 support",
documentation: "README.md"
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Blaze configuration templates for Facebook OAuth.",
version: '1.0.4-beta300.7',
version: '1.0.4-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Facebook OAuth flow",
version: '1.11.3-beta300.7'
version: '1.11.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Publish internal app statistics",
version: '1.0.2-beta300.7',
version: '1.0.2-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Display internal app statistics",
version: '1.0.2-beta300.7',
version: '1.0.2-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "fetch",
version: '0.1.4-beta300.7',
version: '0.1.4-rc300.0',
summary: "Isomorphic modern/legacy/Node polyfill for WHATWG fetch()",
documentation: "README.md"
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Internal force-ssl common code.',
version: '1.1.1-beta300.7'
version: '1.1.1-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Require this application to use HTTPS",
version: "1.1.1-beta300.7",
version: '1.1.1-rc300.0',
prodOnly: true
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'GeoJSON utility functions (from https://github.com/maxogden/geojson-js-utils)',
version: '1.0.12-beta300.7',
version: '1.0.12-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Blaze configuration templates for GitHub OAuth.',
version: '1.0.3-beta300.7',
version: '1.0.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'GitHub OAuth flow',
version: '1.4.2-beta300.7'
version: '1.4.2-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Blaze configuration templates for Google OAuth.',
version: '1.0.4-beta300.7',
version: '1.0.4-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Google OAuth flow",
version: "1.4.5-beta300.7",
version: '1.4.5-rc300.0',
});
Cordova.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'hot-code-push',
version: '1.0.5-beta300.7',
version: '1.0.5-rc300.0',
// Brief, one-line summary of the package.
summary: 'Update the client in place when new code is available.',
// URL to the Git repository containing the source code for this package.

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'hot-module-replacement',
version: '0.5.4-beta300.7',
version: '0.5.4-rc300.0',
summary: 'Update code in development without reloading the page',
documentation: 'README.md',
debugOnly: true,

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Dictionary data structure allowing non-string keys",
version: '1.2.0-beta300.7',
version: '1.2.0-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "(For prototyping only) Allow all database writes from the client",
version: '1.0.8-beta300.7'
version: '1.0.8-rc300.0',
});
// This package is empty; its presence is detected by mongo-livedata.

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "inter-process-messaging",
version: "0.1.2-beta300.7",
version: '0.1.2-rc300.0',
summary: "Support for sending messages from the build process to the server process",
documentation: "README.md"
});

View File

@@ -6,7 +6,7 @@ Package.describe({
// between such packages and the build tool.
name: 'launch-screen',
summary: 'Default and customizable launch screen on mobile.',
version: '1.3.1-beta300.7',
version: '1.3.1-rc300.0',
});
Cordova.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Simulates local storage on IE 6,7 using userData",
version: "1.2.1-beta300.7",
version: '1.2.1-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Logging facility.',
version: '1.3.3-beta300.7',
version: '1.3.3-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "General satisfiability solver for logic problems",
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Blaze configuration templates for the Meetup OAuth flow.',
version: '1.0.3-beta300.7',
version: '1.0.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Meetup OAuth flow',
version: '1.1.3-beta300.7'
version: '1.1.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'meteor-base',
version: '1.5.2-beta300.7',
version: '1.5.2-rc300.0',
// Brief, one-line summary of the package.
summary: 'Packages that every Meteor app needs',
// By default, Meteor will default to using README.md for documentation.

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Blaze configuration templates for the Meteor developer accounts OAuth.',
version: '1.0.3-beta300.7',
version: '1.0.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'Meteor developer accounts OAuth flow',
version: '1.3.3-beta300.7'
version: '1.3.3-rc300.0',
});
Package.onUse(api => {

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'CSS minifier',
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "JavaScript minifier",
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
});
Npm.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Meteor's client-side datastore: a port of MongoDB to Javascript",
version: '2.0.0-beta300.7',
version: '2.0.0-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'mobile-experience',
version: '1.1.1-beta300.7',
version: '1.1.1-rc300.0',
summary: 'Packages for a great mobile user experience',
documentation: 'README.md'
});

View File

@@ -1,7 +1,7 @@
Package.describe({
name: 'mobile-status-bar',
summary: "Good defaults for the mobile status bar",
version: "1.1.1-beta300.7",
version: '1.1.1-rc300.0',
});
Cordova.depends({

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'modern-browsers',
version: '0.1.10-beta300.7',
version: '0.1.10-rc300.0',
summary:
'API for defining the boundary between modern and legacy ' +
'JavaScript clients',

View File

@@ -1,6 +1,6 @@
Package.describe({
name: 'modules-runtime-hot',
version: '0.14.3-beta300.7',
version: '0.14.3-rc300.0',
summary: 'Patches modules-runtime to support Hot Module Replacement',
git: 'https://github.com/benjamn/install',
documentation: 'README.md',

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modules-runtime",
version: '0.13.2-beta300.7',
version: '0.13.2-rc300.0',
summary: "CommonJS module system",
git: "https://github.com/benjamn/install",
documentation: "README.md"

View File

@@ -1,6 +1,6 @@
Package.describe({
name: "modules",
version: '0.19.1-beta300.7',
version: '0.19.1-rc300.0',
summary: "CommonJS module system",
documentation: "README.md"
});

View File

@@ -3,7 +3,7 @@ Package.describe({
documentation: 'README.md',
name: 'mongo-dev-server',
summary: 'Start MongoDB alongside Meteor, in development mode.',
version: '1.1.1-beta300.7',
version: '1.1.1-rc300.0',
});
Package.onUse(function (api) {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: 'JS simulation of MongoDB ObjectIDs',
version: '1.0.9-beta300.7',
version: '1.0.9-rc300.0',
documentation: null
});

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Moved to the 'mongo' package",
version: '1.0.13-beta300.7'
version: '1.0.13-rc300.0',
});
Package.onUse(function (api) {

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Encrypt account secrets stored in the database",
version: '1.3.3-beta300.7',
version: '1.3.3-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth-based services",
version: '3.0.0-beta300.7',
version: '3.0.0-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth1-based login services",
version: '1.5.2-beta300.7',
version: '1.5.2-rc300.0',
});
Package.onUse(api => {

View File

@@ -1,6 +1,6 @@
Package.describe({
summary: "Common code for OAuth2-based login services",
version: '1.3.3-beta300.7',
version: '1.3.3-rc300.0',
});
Package.onUse(api => {

Some files were not shown because too many files have changed in this diff Show More