Skip to content

Commit

Permalink
published 6.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt committed Nov 1, 2024
1 parent 1498fbf commit 871fd25
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
43 changes: 21 additions & 22 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,53 +1,52 @@
[email protected].0
[email protected].0
[email protected].3
[email protected].2
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].2
[email protected].4
[email protected]
dburles:[email protected]-rc300.1
dburles:[email protected]
[email protected]
[email protected].0
[email protected].3
[email protected].2
[email protected].4
[email protected]
[email protected].0
[email protected].2
[email protected]
[email protected]
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
[email protected]
email@3.0.0
email@3.1.0
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
jkuester:[email protected]
lai:[email protected]-rc300.10
leaonline:[email protected].0
local-test:leaonline:[email protected].0
lai:[email protected]
leaonline:[email protected].1
local-test:leaonline:[email protected].1
[email protected]
[email protected]
[email protected].0
[email protected].1
meteortesting:[email protected]
meteortesting:mocha@3.0.0-rc.1
meteortesting:mocha@3.2.0
meteortesting:[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected].0
[email protected].2
[email protected]
[email protected]
[email protected]
[email protected].3
[email protected].4
[email protected]
[email protected]
[email protected]
Expand All @@ -62,6 +61,6 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].3
[email protected].0
[email protected].4
[email protected].3
[email protected]
17 changes: 9 additions & 8 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,33 @@
/* eslint-env meteor */
Package.describe({
name: 'leaonline:oauth2-server',
version: '6.0.0-rc.0',
version: '6.0.0-rc.1',
summary: 'Node OAuth2 Server (v4) with Meteor bindings',
git: 'https://github.com/leaonline/oauth2-server.git'
})

Package.onUse(function (api) {
api.versionsFrom(['3.0.1'])
api.versionsFrom(['3.0'])
api.use('ecmascript')
api.mainModule('lib/oauth.js', 'server')
})

Npm.depends({
'@node-oauth/oauth2-server': '5.1.0',
'body-parser': '1.20.0'
'@node-oauth/oauth2-server': '5.2.0',
'body-parser': '1.20.3'
})

Package.onTest(function (api) {
api.use([
'lmieulet:[email protected]',
'lmieulet:[email protected]',
'meteortesting:[email protected]'
// FIXME: include, once we have a working coverage for Meteor 3
// 'lmieulet:[email protected]',
// 'lmieulet:[email protected]',
'meteortesting:[email protected]'
])
api.use('ecmascript')
api.use('mongo')
api.use('jkuester:[email protected]')
api.use('dburles:[email protected]-rc300.1')
api.use('dburles:[email protected]')
api.use('accounts-base')
api.use('accounts-password')

Expand Down

0 comments on commit 871fd25

Please sign in to comment.