mirror of
https://github.com/meteor/meteor.git
synced 2026-01-10 08:08:24 -05:00
Meteor version to 3.0.4 ☄️
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "A user account system",
|
||||
version: "3.0.3-rc304.0",
|
||||
version: "3.0.3",
|
||||
});
|
||||
|
||||
Package.onUse((api) => {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Package.describe({
|
||||
name: "babel-compiler",
|
||||
summary: "Parser/transpiler for ECMAScript 2015+ syntax",
|
||||
version: '7.11.1-rc304.0',
|
||||
version: '7.11.1',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: 'caching-compiler',
|
||||
version: '2.0.1-rc304.0',
|
||||
version: '2.0.1',
|
||||
summary: 'An easy way to make compiler plugins cache',
|
||||
documentation: 'README.md'
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'Check whether a value matches a pattern',
|
||||
version: '1.4.4-rc304.0',
|
||||
version: '1.4.4',
|
||||
});
|
||||
|
||||
Package.onUse(api => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's latency-compensated distributed data client",
|
||||
version: "3.0.2-rc304.0",
|
||||
version: "3.0.2",
|
||||
documentation: null,
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Meteor's latency-compensated distributed data server",
|
||||
version: "3.0.2-rc304.0",
|
||||
version: "3.0.2",
|
||||
documentation: null,
|
||||
});
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: "ecmascript-runtime",
|
||||
version: '0.8.3-rc304.0',
|
||||
version: '0.8.3',
|
||||
summary: "Polyfills for new ECMAScript 2015 APIs like Map and Set",
|
||||
git: "https://github.com/meteor/ecmascript-runtime",
|
||||
documentation: "README.md"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: 'The Meteor command-line tool',
|
||||
version: '3.0.4-rc.0',
|
||||
version: '3.0.4',
|
||||
});
|
||||
|
||||
Package.includeTool();
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: "modules",
|
||||
version: '0.20.2-rc304.0',
|
||||
version: '0.20.2',
|
||||
summary: "CommonJS module system",
|
||||
documentation: "README.md"
|
||||
});
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Package.describe({
|
||||
version: '1.2.6-rc304.0',
|
||||
version: '1.2.6',
|
||||
summary: 'Meteor bundle analysis and visualization.',
|
||||
documentation: 'README.md',
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "JS simulation of MongoDB Decimal128 type",
|
||||
version: '0.1.5-rc304.0',
|
||||
version: '0.1.5',
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Package.describe({
|
||||
name: 'static-html-tools',
|
||||
summary: "Tools for static-html",
|
||||
version: '1.0.0-rc304.0',
|
||||
version: '1.0.0',
|
||||
git: 'https://github.com/meteor/meteor.git',
|
||||
documentation: null
|
||||
});
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Package.describe({
|
||||
name: 'static-html',
|
||||
summary: "Define static page content in .html files",
|
||||
version: '1.4.0-rc304.0',
|
||||
version: '1.4.0',
|
||||
git: 'https://github.com/meteor/meteor.git'
|
||||
});
|
||||
|
||||
@@ -9,7 +9,7 @@ Package.registerBuildPlugin({
|
||||
name: "compileStaticHtmlBatch",
|
||||
use: [
|
||||
'ecmascript@0.16.9',
|
||||
'static-html-tools@1.0.0-rc304.0',
|
||||
'static-html-tools@1.0.0',
|
||||
'caching-compiler@2.0.0',
|
||||
],
|
||||
sources: [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
name: "url",
|
||||
version: '1.3.4-rc304.0',
|
||||
version: '1.3.4',
|
||||
summary: "Isomorphic modern/legacy/Node polyfill for WHATWG URL/URLSearchParams",
|
||||
documentation: "README.md"
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Package.describe({
|
||||
summary: "Serves a Meteor app over HTTP",
|
||||
version: "2.0.3-rc304.0",
|
||||
version: "2.0.3",
|
||||
});
|
||||
|
||||
Npm.depends({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "3.0.3",
|
||||
"recommended": false,
|
||||
"official": true,
|
||||
"description": "The Official Meteor Distribution"
|
||||
}
|
||||
{
|
||||
"track": "METEOR",
|
||||
"version": "3.0.4",
|
||||
"recommended": false,
|
||||
"official": true,
|
||||
"description": "The Official Meteor Distribution"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user