Skip to content

Commit

Permalink
published 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Jun 14, 2024
1 parent ec32301 commit 3a12b53
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
26 changes: 13 additions & 13 deletions package/collection2/.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aldeed:collection2@4.0.2-beta.2
aldeed:collection2@4.0.2
aldeed:simple-schema@2.0.0-rc.1
allow-deny@1.1.1
babel-compiler@7.10.5
Expand All @@ -7,11 +7,11 @@ base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.2
callback-hook@1.5.1
check@1.3.2
check@1.4.1
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-server@2.7.0
ddp-client@2.6.2
ddp-common@1.4.1
ddp-server@2.7.1
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.8
Expand All @@ -24,18 +24,18 @@ geojson-utils@1.0.11
http@1.0.10
id-map@1.1.1
inter-process-messaging@0.1.1
local-test:aldeed:collection2@4.0.2-beta.2
logging@1.3.3
local-test:aldeed:collection2@4.0.2
logging@1.3.4
mdg:validation-error@0.5.1
meteor@1.11.5
meteortesting:browser-tests@1.6.0-beta300.0
meteortesting:mocha@3.1.0-beta300.0
meteortesting:mocha-core@8.3.1-beta300.0
minimongo@1.9.3
meteortesting:browser-tests@1.6.0
meteortesting:mocha@3.1.0-rc.1
meteortesting:mocha-core@8.3.1-rc300.1
minimongo@1.9.4
modern-browsers@0.1.10
modules@0.20.0
modules-runtime@0.13.1
mongo@1.16.8
mongo@1.16.10
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
Expand All @@ -51,7 +51,7 @@ routepolicy@1.1.1
socket-stream-client@0.5.2
tracker@1.3.3
typescript@4.9.5
underscore@1.6.0
underscore@1.6.1
url@1.3.2
webapp@1.13.8
webapp-hashing@1.1.1
7 changes: 4 additions & 3 deletions package/collection2/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Npm.depends({
});

Package.onUse(function (api) {
api.versionsFrom(['1.12.1', '2.3', '3.0-rc.2']);
api.versionsFrom(['1.12.1', '2.3', '3.0-rc.4']);
api.use('mongo');
api.imply('mongo');
api.use('minimongo');
api.use('ejson');
api.use('ecmascript');
api.use('raix:eventemitter@1.0.0');
api.use('aldeed:simple-schema@2.0.0-beta300.0');
api.use('aldeed:simple-schema@1.13.1 || 2.0.0-beta300.0');

api.addFiles(['./collection2.js']);

Expand All @@ -34,8 +34,9 @@ Package.onUse(function (api) {
});

Package.onTest(function (api) {
api.versionsFrom(['1.12.1', '2.3', '3.0-rc.4']);
api.use([
'meteortesting:mocha@3.1.0-beta300.0',
'meteortesting:mocha@3.1.0-rc.1',
'aldeed:collection2@4.0.2'
]);
});

0 comments on commit 3a12b53

Please sign in to comment.