Skip to content

Commit

Permalink
Publish accounts-line v1.3.1 & line-oauth v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Aug 13, 2023
1 parent 23eb947 commit feb1073
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 50 deletions.
48 changes: 24 additions & 24 deletions accounts-line/.versions
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
accounts-base@2.2.6
accounts-base@2.2.8
accounts-oauth@1.4.2
allow-deny@1.1.1
babel-compiler@7.10.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.4.0
callback-hook@1.5.1
check@1.3.2
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.1.1
ddp-server@2.6.0
ddp-rate-limiter@1.2.0
ddp-server@2.6.2
diff-sequence@1.1.2
dynamic-import@0.7.2
ecmascript@0.16.4
ecmascript-runtime@0.8.0
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
fetch@0.1.2
fetch@0.1.3
geojson-utils@1.0.11
id-map@1.1.1
inter-process-messaging@0.1.1
localstorage@1.2.0
logging@1.3.1
meteor@1.10.3
minimongo@1.9.1
logging@1.3.2
meteor@1.11.3
minimongo@1.9.3
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.3
mongo@1.16.7
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.12.1
oauth@2.1.3
npm-mongo@4.16.0
oauth@2.2.0
oauth2@1.3.2
ordered-dict@1.1.0
promise@0.12.2
random@1.2.1
rate-limit@1.0.9
react-fast-refresh@0.2.3
rate-limit@1.1.1
react-fast-refresh@0.2.7
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
service-configuration@1.3.1
socket-stream-client@0.5.0
storyteller:accounts-line@1.3.0
storyteller:line-oauth@1.2.2
tracker@1.2.1
typescript@4.6.4
underscore@1.0.11
socket-stream-client@0.5.1
storyteller:accounts-line@1.3.1
storyteller:line-oauth@1.4.0
tracker@1.3.2
typescript@4.9.4
underscore@1.0.13
url@1.3.2
webapp@1.13.2
webapp@1.13.5
webapp-hashing@1.1.1
zodern:types@1.0.9
3 changes: 2 additions & 1 deletion accounts-line/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Changelog
## 1.3.1 - 2023-08-12
## 1.3.1 - 2023-08-13
* Updated dependencies on other packages
* Fix `notice.ts` reference in package settings
* Re-export `Line` namespace as it wasn't exported automatically

## 1.3.0 - 2022-12-21
* Typescript re-write
Expand Down
4 changes: 3 additions & 1 deletion accounts-line/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ Package.onUse(api => {
api.imply('accounts-base', ['client', 'server']);
api.use('accounts-oauth', ['client', 'server']);
api.use('storyteller:line-oauth@1.4.0');
api.imply('storyteller:line-oauth@1.4.0');
api.imply('storyteller:line-oauth');

// If users use accounts-ui but not facebook-config-ui, give them a tip.
api.use(['accounts-ui', 'storyteller:line-config-ui@1.2.0'], ['client', 'server'], { weak: true });
api.addFiles('notice.ts');

api.addFiles('line.ts');

api.export('Line')
});
46 changes: 23 additions & 23 deletions line-oauth/.versions
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
accounts-base@2.2.6
accounts-base@2.2.8
allow-deny@1.1.1
babel-compiler@7.10.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.4.0
callback-hook@1.5.1
check@1.3.2
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.1.1
ddp-server@2.6.0
ddp-rate-limiter@1.2.0
ddp-server@2.6.2
diff-sequence@1.1.2
dynamic-import@0.7.2
ecmascript@0.16.4
ecmascript-runtime@0.8.0
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
fetch@0.1.2
fetch@0.1.3
geojson-utils@1.0.11
id-map@1.1.1
inter-process-messaging@0.1.1
localstorage@1.2.0
logging@1.3.1
meteor@1.10.3
minimongo@1.9.1
logging@1.3.2
meteor@1.11.3
minimongo@1.9.3
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
mongo@1.16.3
mongo@1.16.7
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.12.1
oauth@2.1.3
npm-mongo@4.16.0
oauth@2.2.0
oauth2@1.3.2
ordered-dict@1.1.0
promise@0.12.2
random@1.2.1
rate-limit@1.0.9
react-fast-refresh@0.2.3
rate-limit@1.1.1
react-fast-refresh@0.2.7
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
routepolicy@1.1.1
service-configuration@1.3.1
socket-stream-client@0.5.0
storyteller:line-oauth@1.3.2
tracker@1.2.1
typescript@4.6.4
underscore@1.0.11
socket-stream-client@0.5.1
storyteller:line-oauth@1.4.0
tracker@1.3.2
typescript@4.9.4
underscore@1.0.13
url@1.3.2
webapp@1.13.2
webapp@1.13.5
webapp-hashing@1.1.1
zodern:types@1.0.9
2 changes: 1 addition & 1 deletion line-oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## 1.4.0 - 2023-08-12
## 1.4.0 - 2023-08-13
* Added Meteor user agent to request

## 1.3.2 - 2022-12-21
Expand Down

0 comments on commit feb1073

Please sign in to comment.