Skip to content

Commit

Permalink
Published cultofcoders:redis-oplog@3.0.0-rc.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 18, 2024
1 parent 8384400 commit 1dae6c1
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 68 deletions.
138 changes: 71 additions & 67 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,67 +1,71 @@
accounts-base@2.2.8
accounts-password@2.3.4
alanning:roles@3.5.1
aldeed:collection2@3.0.6
allow-deny@1.1.1
babel-compiler@7.10.4
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.7.1
callback-hook@1.5.1
check@1.3.2
cultofcoders:redis-oplog@2.2.1
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.2.0
ddp-server@2.6.2
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.7
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
email@2.2.5
fetch@0.1.3
geojson-utils@1.0.11
id-map@1.1.1
inter-process-messaging@0.1.1
local-test:cultofcoders:redis-oplog@2.2.1
localstorage@1.2.0
logging@1.3.2
matb33:collection-hooks@1.1.4
meteor@1.11.3
meteortesting:browser-tests@0.1.2
meteortesting:mocha@0.4.4
minimongo@1.9.3
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.7
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.16.0
ordered-dict@1.1.0
practicalmeteor:mocha-core@1.0.1
promise@0.12.2
raix:eventemitter@0.1.3
random@1.2.1
rate-limit@1.1.1
react-fast-refresh@0.2.7
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
reywood:publish-composite@1.7.3
routepolicy@1.1.1
sha@1.0.9
socket-stream-client@0.5.1
tmeasday:check-npm-versions@0.3.2
tracker@1.3.2
underscore@1.0.13
url@1.3.2
webapp@1.13.5
webapp-hashing@1.1.1
zodern:types@1.0.9
accounts-base@3.0.0
accounts-password@3.0.0
alanning:roles@4.0.0-rc.1
aldeed:collection2@4.0.3
aldeed:simple-schema@1.13.1
allow-deny@2.0.0
babel-compiler@7.11.0
babel-runtime@1.5.2
base64@1.0.13
binary-heap@1.0.12
boilerplate-generator@2.0.0
callback-hook@1.6.0
check@1.4.2
core-runtime@1.0.0
cultofcoders:redis-oplog@3.0.0-rc.2
ddp@1.4.2
ddp-client@3.0.0
ddp-common@1.4.3
ddp-rate-limiter@1.2.2
ddp-server@3.0.0
diff-sequence@1.1.3
dynamic-import@0.7.4
ecmascript@0.16.9
ecmascript-runtime@0.8.2
ecmascript-runtime-client@0.12.2
ecmascript-runtime-server@0.11.1
ejson@1.1.4
email@3.0.0
facts-base@1.0.2
fetch@0.1.5
geojson-utils@1.0.12
http@1.0.1
id-map@1.2.0
inter-process-messaging@0.1.2
local-test:cultofcoders:redis-oplog@3.0.0-rc.2
localstorage@1.2.1
logging@1.3.5
matb33:collection-hooks@2.0.0-rc.2
meteor@2.0.0
meteortesting:browser-tests@1.7.0
meteortesting:mocha@3.0.0-rc.1
meteortesting:mocha-core@8.2.0
minimongo@2.0.0
modern-browsers@0.1.11
modules@0.20.1
modules-runtime@0.13.2
mongo@2.0.0
mongo-decimal@0.1.4-beta300.7
mongo-dev-server@1.1.1
mongo-id@1.0.9
npm-mongo@4.16.2
ordered-dict@1.2.0
promise@1.0.0
raix:eventemitter@1.0.0
random@1.2.2
rate-limit@1.1.2
react-fast-refresh@0.2.9
reactive-var@1.0.13
reload@1.3.2
retry@1.1.1
reywood:publish-composite@1.8.9
routepolicy@1.1.2
sha@1.0.10
socket-stream-client@0.5.3
tracker@1.3.4
typescript@5.4.3
underscore@1.6.4
url@1.3.3
webapp@2.0.0
webapp-hashing@1.1.2
zodern:types@1.0.13
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Package.onTest(function (api) {
api.use("mongo");
api.use("random");
api.use("accounts-password");
api.use("matb33:collection-hooks@1.3.2");
api.use("matb33:collection-hooks@2.0.0-rc.2");
api.use("alanning:roles@4.0.0-rc.1");

api.use(["meteortesting:mocha@3.0.0-rc.1"]);
Expand Down

0 comments on commit 1dae6c1

Please sign in to comment.