This repository was archived by the owner on Sep 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- accounts-base@3.0.1
2- allow-deny@2.0 .0
3- babel-compiler@7.11.0
1+ accounts-base@3.1.2
2+ allow-deny@2.1 .0
3+ babel-compiler@7.12.2
44babel-runtime@1.5.2
55base64@1.0.13
66binary-heap@1.0.12
7- boilerplate-generator@2.0.0
8- callback-hook@1.6.0
9- check@1.4.2
7+ boilerplate-generator@2.0.2
8+ callback-hook@1.6.1
9+ check@1.4.4
1010core-runtime@1.0.0
11- dburles:mongo-collection-instances@1.0.0
11+ dburles:mongo-collection-instances@1.0.1
1212ddp@1.4.2
13- ddp-client@3.0 .1
13+ ddp-client@3.1 .1
1414ddp-common@1.4.4
1515ddp-rate-limiter@1.2.2
16- ddp-server@3.0.1
16+ ddp-server@3.1.2
1717diff-sequence@1.1.3
1818dynamic-import@0.7.4
19- ecmascript@0.16.9
20- ecmascript-runtime@0.8.2
21- ecmascript-runtime-client@0.12.2
19+ ecmascript@0.16.13
20+ ecmascript-runtime@0.8.3
21+ ecmascript-runtime-client@0.12.3
2222ecmascript-runtime-server@0.11.1
23- ejson@1.1.4
23+ ejson@1.1.5
2424facts-base@1.0.2
25- fetch@0.1.5
25+ fetch@0.1.6
2626geojson-utils@1.0.12
2727id-map@1.2.0
2828inter-process-messaging@0.1.2
2929lai:collection-extensions@1.0.0
30- local-test:dburles:mongo-collection-instances@1.0.0
30+ local-test:dburles:mongo-collection-instances@1.0.1
3131localstorage@1.2.1
32- logging@1.3.5
33- meteor@2.0 .1
32+ logging@1.3.6
33+ meteor@2.1 .1
3434meteortesting:browser-tests@1.7.0
3535meteortesting:mocha@3.2.0
3636meteortesting:mocha-core@8.2.0
37- minimongo@2.0.1
38- modern-browsers@0.1.11
39- modules@0.20.1
37+ minimongo@2.0.4
38+ modern-browsers@0.2.3
39+ modules@0.20.3
4040modules-runtime@0.13.2
41- mongo@2.0.1
42- mongo-decimal@0.1.4-beta300.7
41+ mongo@2.1.4
42+ mongo-decimal@0.2.0
4343mongo-dev-server@1.1.1
4444mongo-id@1.0.9
45- npm-mongo@4.17.4
45+ npm-mongo@6.16.1
4646ordered-dict@1.2.0
4747promise@1.0.0
4848random@1.2.2
@@ -52,10 +52,9 @@ reactive-var@1.0.13
5252reload@1.3.2
5353retry@1.1.1
5454routepolicy@1.1.2
55- socket-stream-client@0.5.3
55+ socket-stream-client@0.6.1
5656tracker@1.3.4
57- typescript@5.4.3
58- underscore@1.6.4
59- url@1.3.3
60- webapp@2.0.1
57+ typescript@5.6.6
58+ url@1.3.5
59+ webapp@2.0.7
6160webapp-hashing@1.1.2
Original file line number Diff line number Diff line change 22Package . describe ( {
33 name : 'dburles:mongo-collection-instances' ,
44 summary : 'Access your Mongo instances' ,
5- version : '1.0.0 ' ,
5+ version : '1.0.1 ' ,
66 git : 'https://github.com/dburles/mongo-collection-instances.git' ,
77 deprecated : true
88} )
@@ -24,7 +24,7 @@ Package.onTest(function (api) {
2424 'mongo' ,
2525 'typescript' ,
2626 'meteortesting:mocha@3.2.0' ,
27- 'dburles:mongo-collection-instances@1.0.0 '
27+ 'dburles:mongo-collection-instances@1.0.1 '
2828 ] )
2929 api . addFiles ( 'mongo-instances.tests.js' )
3030} )
You can’t perform that action at this time.
0 commit comments