escala: Meteor 2.4 -> 2.5 (Mongo 3.2 compatible, smoke byte-identical)

npm-mongo still 3.9.1 (driver 3.x). All 12 REST endpoints identical against
mongo:3.2.
This commit is contained in:
vjrj 2026-07-13 22:34:14 +02:00
parent 9b0c53fa4a
commit 208e250277
3 changed files with 20 additions and 20 deletions

View file

@ -11,17 +11,17 @@ reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.2.0 # Meteor's client-side reactive programming library tracker@1.2.0 # Meteor's client-side reactive programming library
standard-minifier-css@1.7.4 # CSS minifier run for production mode standard-minifier-css@1.7.4 # CSS minifier run for production mode
standard-minifier-js@2.7.0 # JS minifier run for production mode standard-minifier-js@2.7.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers. es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
ecmascript@0.15.3 # Enable ECMAScript2015+ syntax in app code ecmascript@0.16.0 # Enable ECMAScript2015+ syntax in app code
shell-server@0.5.0 # Server-side component of the `meteor shell` command shell-server@0.5.0 # Server-side component of the `meteor shell` command
react-meteor-data react-meteor-data
alanning:roles alanning:roles
fourseven:scss@4.14.1 fourseven:scss@4.14.1
accounts-base@2.1.0 accounts-base@2.2.0
accounts-password@2.1.0 accounts-password@2.2.0
service-configuration@1.2.0 service-configuration@1.3.0
accounts-facebook@1.3.3 accounts-facebook@1.3.3
accounts-github@1.5.0 accounts-github@1.5.0
accounts-google@1.4.0 accounts-google@1.4.0
@ -30,7 +30,7 @@ fortawesome:fontawesome
aldeed:collection2-core@2.0.1 aldeed:collection2-core@2.0.1
audit-argument-checks@1.0.7 audit-argument-checks@1.0.7
ddp-rate-limiter@1.1.0 ddp-rate-limiter@1.1.0
dynamic-import@0.7.1 dynamic-import@0.7.2
static-html@1.3.2 static-html@1.3.2
alexwine:bootstrap-4 alexwine:bootstrap-4

View file

@ -1 +1 @@
METEOR@2.4 METEOR@2.5

View file

@ -1,17 +1,17 @@
255kb:meteor-status@1.5.0 255kb:meteor-status@1.5.0
accounts-base@2.1.0 accounts-base@2.2.0
accounts-facebook@1.3.3 accounts-facebook@1.3.3
accounts-github@1.5.0 accounts-github@1.5.0
accounts-google@1.4.0 accounts-google@1.4.0
accounts-oauth@1.4.0 accounts-oauth@1.4.0
accounts-password@2.1.0 accounts-password@2.2.0
alanning:roles@1.3.0 alanning:roles@1.3.0
aldeed:collection2-core@2.1.2 aldeed:collection2-core@2.1.2
aldeed:schema-deny@2.0.1 aldeed:schema-deny@2.0.1
alexwine:bootstrap-4@4.1.0 alexwine:bootstrap-4@4.1.0
allow-deny@1.1.0 allow-deny@1.1.0
audit-argument-checks@1.0.7 audit-argument-checks@1.0.7
autoupdate@1.7.0 autoupdate@1.8.0
babel-compiler@7.7.0 babel-compiler@7.7.0
babel-runtime@1.5.0 babel-runtime@1.5.0
base64@1.0.12 base64@1.0.12
@ -30,10 +30,10 @@ ddp-common@1.4.0
ddp-rate-limiter@1.1.0 ddp-rate-limiter@1.1.0
ddp-server@2.5.0 ddp-server@2.5.0
diff-sequence@1.1.1 diff-sequence@1.1.1
dynamic-import@0.7.1 dynamic-import@0.7.2
ecmascript@0.15.3 ecmascript@0.16.0
ecmascript-runtime@0.8.0 ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.0 ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0 ecmascript-runtime-server@0.11.0
ejson@1.1.1 ejson@1.1.1
email@2.2.0 email@2.2.0
@ -59,16 +59,16 @@ inter-process-messaging@0.1.1
jquery@1.11.11 jquery@1.11.11
launch-screen@1.3.0 launch-screen@1.3.0
localstorage@1.2.0 localstorage@1.2.0
logging@1.3.0 logging@1.3.1
mdg:geolocation@1.3.0 mdg:geolocation@1.3.0
meteor@1.10.0 meteor@1.10.0
meteor-base@1.5.1 meteor-base@1.5.1
minifier-css@1.6.0 minifier-css@1.6.0
minifier-js@2.7.0 minifier-js@2.7.1
minimongo@1.7.0 minimongo@1.7.0
mobile-experience@1.1.0 mobile-experience@1.1.0
mobile-status-bar@1.1.0 mobile-status-bar@1.1.0
modern-browsers@0.1.5 modern-browsers@0.1.7
modules@0.17.0 modules@0.17.0
modules-runtime@0.12.0 modules-runtime@0.12.0
mongo@1.13.0 mongo@1.13.0
@ -93,7 +93,7 @@ promise@0.12.0
raix:eventemitter@0.1.3 raix:eventemitter@0.1.3
random@1.2.0 random@1.2.0
rate-limit@1.0.9 rate-limit@1.0.9
react-fast-refresh@0.1.1 react-fast-refresh@0.2.0
react-meteor-data@0.2.16 react-meteor-data@0.2.16
reactive-dict@1.3.0 reactive-dict@1.3.0
reactive-var@1.0.11 reactive-var@1.0.11
@ -103,7 +103,7 @@ reywood:publish-composite@1.6.0
routepolicy@1.1.1 routepolicy@1.1.1
saucecode:timezoned-synced-cron@1.2.11 saucecode:timezoned-synced-cron@1.2.11
selaias:cookie-consent@0.4.0 selaias:cookie-consent@0.4.0
service-configuration@1.2.0 service-configuration@1.3.0
session@1.2.0 session@1.2.0
sha@1.0.9 sha@1.0.9
shell-server@0.5.0 shell-server@0.5.0
@ -112,7 +112,7 @@ socket-stream-client@0.4.0
spacebars@1.2.0 spacebars@1.2.0
spacebars-compiler@1.3.0 spacebars-compiler@1.3.0
standard-minifier-css@1.7.4 standard-minifier-css@1.7.4
standard-minifier-js@2.7.0 standard-minifier-js@2.7.1
static-html@1.3.2 static-html@1.3.2
templating@1.4.1 templating@1.4.1
templating-compiler@1.4.1 templating-compiler@1.4.1
@ -124,5 +124,5 @@ tracker@1.2.0
underscore@1.0.10 underscore@1.0.10
url@1.3.2 url@1.3.2
vjrj:piwik@0.3.1 vjrj:piwik@0.3.1
webapp@1.12.0 webapp@1.13.0
webapp-hashing@1.1.0 webapp-hashing@1.1.0