Skip to content

Commit

Permalink
Published alanning:[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jul 13, 2023
1 parent a704995 commit 15f8d58
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 51 deletions.
82 changes: 41 additions & 41 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,61 +1,61 @@
accounts-base@2.0.1
alanning:roles@3.4.0
[email protected].0
babel-compiler@7.6.2
[email protected].0
accounts-base@2.2.8
alanning:roles@3.5.0
[email protected].1
babel-compiler@7.10.4
[email protected].1
[email protected]
[email protected]
[email protected]
callback-hook@1.3.1
[email protected].1
[email protected].0
ddp-client@2.5.0
callback-hook@1.5.1
[email protected].2
[email protected].1
ddp-client@2.6.1
[email protected]
ddp-rate-limiter@1.1.0
ddp-server@2.4.0
[email protected].1
[email protected].1
ecmascript@0.15.2
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.1
ecmascript-runtime-server@0.10.1
[email protected].1
[email protected].1
[email protected].10
ddp-rate-limiter@1.2.0
ddp-server@2.6.1
[email protected].2
[email protected].3
ecmascript@0.16.7
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
[email protected].3
[email protected].3
[email protected].11
[email protected]
[email protected]
[email protected]
lmieulet:[email protected]
lmieulet:[email protected]
local-test:alanning:roles@3.4.0
local-test:alanning:roles@3.5.0
[email protected]
logging@1.2.0
meteor@1.9.3
logging@1.3.2
meteor@1.11.2
meteortesting:[email protected]
meteortesting:[email protected]
minimongo@1.7.0
[email protected].5
modules@0.16.0
modules-runtime@0.12.0
mongo@1.12.0
[email protected].2
minimongo@1.9.3
[email protected].9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.6
[email protected].3
[email protected]
[email protected]
npm-mongo@3.9.0
npm-mongo@4.16.0
[email protected]
practicalmeteor:[email protected]
[email protected].0
[email protected].0
rate-limit@1.0.9
react-fast-refresh@0.1.1
[email protected].11
[email protected].2
[email protected].1
rate-limit@1.1.1
react-fast-refresh@0.2.7
[email protected].12
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
zodern:[email protected]
4 changes: 2 additions & 2 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## v3.5.0

* Bump `blaze` weak dependency to v2.7.1
* Bring types to the core and update them
* If you use Meteor 2.8+ indexes are now created using the new async method
* Bring types to the core and update them [#365](https://github.com/Meteor-Community-Packages/meteor-roles/pull/365) [@storytellercz](https://github.com/sponsors/StorytellerCZ)
* If you use Meteor 2.8+ indexes are now created using the new async method [#366](https://github.com/Meteor-Community-Packages/meteor-roles/pull/366) [@storytellercz](https://github.com/sponsors/StorytellerCZ)

## v3.4.0

Expand Down
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package.describe({
})

Package.onUse(function (api) {
api.versionsFrom(['1.12', '2.3', '2.8'])
api.versionsFrom(['1.12', '2.3', '2.8.0'])

var both = ['client', 'server']

Expand All @@ -20,7 +20,7 @@ Package.onUse(function (api) {
'check'
], both)

api.use('zodern:types')
api.use('zodern:types@1.0.9')

api.use(['[email protected]'], 'client', { weak: true })

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"setup-test": "rm -rf ./someapp && meteor create --minimal someapp && cd someapp && cp ../.coverage.json . && meteor npm i --save puppeteer && mkdir packages && ln -s ../../ ./packages/roles",
"test": "npm run setup-test && cd someapp && TEST_BROWSER_DRIVER=puppeteer COVERAGE=1 COVERAGE_OUT_JSON=1 COVERAGE_APP_FOLDER=$(pwd)/ meteor test-packages --raw-logs --once --driver-package meteortesting:mocha ./packages/roles; istanbul report --include .coverage/summary.json --root . --dir .coverage",
"test:watch": "cd someapp && TEST_WATCH=1 COVERAGE=1 COVERAGE_APP_FOLDER=$(pwd)/ meteor test-packages --raw-logs --driver-package meteortesting:mocha ./packages/roles",
"todobeforepublish": "rm -rf .npm/ node_modules/ someapp/"
"todobeforepublish": "rm -rf .npm/ node_modules/ someapp/ docs/"
},
"dependencies": {
"istanbul": "^0.4.5",
"standard": "^17.0.0",
"standard": "^17.1.0",
"yuidocjs": "^0.10.2"
}
}

0 comments on commit 15f8d58

Please sign in to comment.