From feb107380c6e5242bfd4a6dc197e6a50446272cf Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Sun, 13 Aug 2023 09:02:15 +0200 Subject: [PATCH] Publish accounts-line v1.3.1 & line-oauth v1.4 --- accounts-line/.versions | 48 +++++++++++++++++++------------------- accounts-line/CHANGELOG.md | 3 ++- accounts-line/package.js | 4 +++- line-oauth/.versions | 46 ++++++++++++++++++------------------ line-oauth/CHANGELOG.md | 2 +- 5 files changed, 53 insertions(+), 50 deletions(-) diff --git a/accounts-line/.versions b/accounts-line/.versions index 0d5a8ad..4d19697 100644 --- a/accounts-line/.versions +++ b/accounts-line/.versions @@ -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 diff --git a/accounts-line/CHANGELOG.md b/accounts-line/CHANGELOG.md index d4e71bd..61a719e 100755 --- a/accounts-line/CHANGELOG.md +++ b/accounts-line/CHANGELOG.md @@ -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 diff --git a/accounts-line/package.js b/accounts-line/package.js index 47c34d0..ca7fa22 100755 --- a/accounts-line/package.js +++ b/accounts-line/package.js @@ -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') }); diff --git a/line-oauth/.versions b/line-oauth/.versions index 3bfa48b..c5e93fa 100644 --- a/line-oauth/.versions +++ b/line-oauth/.versions @@ -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 diff --git a/line-oauth/CHANGELOG.md b/line-oauth/CHANGELOG.md index 38491e8..0c0e7bd 100755 --- a/line-oauth/CHANGELOG.md +++ b/line-oauth/CHANGELOG.md @@ -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