Skip to content

Commit

Permalink
Publish v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jan 1, 2020
1 parent a31395c commit f53840c
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 32 deletions.
58 changes: 58 additions & 0 deletions accounts-line/.versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
accounts-base@1.4.5
accounts-oauth@1.1.16
allow-deny@1.1.0
babel-compiler@7.4.2
babel-runtime@1.4.0
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.6.0
callback-hook@1.2.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.3
ddp-common@1.4.0
ddp-rate-limiter@1.0.7
ddp-server@2.3.0
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.13.2
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.9.0
ecmascript-runtime-server@0.8.0
ejson@1.1.1
fetch@0.1.1
geojson-utils@1.0.10
http@1.4.2
id-map@1.1.0
inter-process-messaging@0.1.0
localstorage@1.2.0
logging@1.1.20
meteor@1.9.3
minimongo@1.4.5
modern-browsers@0.1.4
modules@0.14.0
modules-runtime@0.11.0
mongo@1.7.0
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.2.0
oauth@1.2.8
oauth2@1.2.1
ordered-dict@1.1.0
promise@0.11.2
random@1.1.0
rate-limit@1.0.9
reactive-var@1.0.11
reload@1.3.0
retry@1.1.0
routepolicy@1.1.0
service-configuration@1.0.11
socket-stream-client@0.2.2
storyteller:accounts-line@1.0.1
storyteller:line-oauth@1.0.1
tracker@1.2.0
underscore@1.0.10
url@1.2.0
webapp@1.7.5
webapp-hashing@1.0.9
2 changes: 1 addition & 1 deletion accounts-line/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# accounts-line

A login service for Wattpad.
A login service for [LINE](https://line.me) messaging service.
2 changes: 1 addition & 1 deletion accounts-line/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Package.onUse(api => {
api.imply('storyteller:line-oauth@1.0.1');

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

api.addFiles('line.js');
Expand Down
40 changes: 40 additions & 0 deletions line-config-ui/.versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
babel-compiler@7.4.2
babel-runtime@1.4.0
base64@1.0.12
blaze@2.3.4
blaze-tools@1.0.10
caching-compiler@1.2.1
caching-html-compiler@1.1.3
check@1.3.1
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.13.2
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.9.0
ecmascript-runtime-server@0.8.0
ejson@1.1.1
fetch@0.1.1
html-tools@1.0.11
htmljs@1.0.11
id-map@1.1.0
inter-process-messaging@0.1.0
meteor@1.9.3
modern-browsers@0.1.4
modules@0.14.0
modules-runtime@0.11.0
mongo-id@1.0.7
observe-sequence@1.0.16
ordered-dict@1.1.0
promise@0.11.2
random@1.1.0
reactive-var@1.0.11
spacebars@1.0.15
spacebars-compiler@1.1.3
storyteller:line-config-ui@1.0.1
templating@1.3.2
templating-compiler@1.3.3
templating-runtime@1.3.2
templating-tools@1.1.2
tracker@1.2.0
underscore@1.0.10
2 changes: 1 addition & 1 deletion line-config-ui/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# line-config-ui

This package contains Blaze configuration UI templates for LINE OAuth.
This package contains Blaze configuration UI templates for [LINE](https://line.me) OAuth.
2 changes: 1 addition & 1 deletion line-config-ui/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Package.describe({
Package.onUse(api => {
api.versionsFrom('1.8.3');
api.use('ecmascript', 'client');
api.use('templating', 'client');
api.use('templating@1.3.2', 'client');

api.addFiles('line_login_button.css', 'client');
api.addFiles(['line_configure.html', 'line_configure.js'], 'client');
Expand Down
49 changes: 22 additions & 27 deletions line-oauth/.npm/package/npm-shrinkwrap.json

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

56 changes: 56 additions & 0 deletions line-oauth/.versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
accounts-base@1.4.5
allow-deny@1.1.0
babel-compiler@7.4.2
babel-runtime@1.4.0
base64@1.0.12
binary-heap@1.0.11
boilerplate-generator@1.6.0
callback-hook@1.2.0
check@1.3.1
ddp@1.4.0
ddp-client@2.3.3
ddp-common@1.4.0
ddp-rate-limiter@1.0.7
ddp-server@2.3.0
diff-sequence@1.1.1
dynamic-import@0.5.1
ecmascript@0.13.2
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.9.0
ecmascript-runtime-server@0.8.0
ejson@1.1.1
fetch@0.1.1
geojson-utils@1.0.10
http@1.4.2
id-map@1.1.0
inter-process-messaging@0.1.0
localstorage@1.2.0
logging@1.1.20
meteor@1.9.3
minimongo@1.4.5
modern-browsers@0.1.4
modules@0.14.0
modules-runtime@0.11.0
mongo@1.7.0
mongo-decimal@0.1.1
mongo-dev-server@1.1.0
mongo-id@1.0.7
npm-mongo@3.2.0
oauth@1.2.8
oauth2@1.2.1
ordered-dict@1.1.0
promise@0.11.2
random@1.1.0
rate-limit@1.0.9
reactive-var@1.0.11
reload@1.3.0
retry@1.1.0
routepolicy@1.1.0
service-configuration@1.0.11
socket-stream-client@0.2.2
storyteller:line-oauth@1.0.1
tracker@1.2.0
underscore@1.0.10
url@1.2.0
webapp@1.7.5
webapp-hashing@1.0.9
2 changes: 1 addition & 1 deletion line-oauth/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# line-oauth

An implementation of the LINE OAuth flow. See the [Meteor Guide](https://guide.meteor.com/accounts.html) for more details.
An implementation of the [LINE](https://line.me) OAuth flow. See the [Meteor Guide](https://guide.meteor.com/accounts.html) for more details.

0 comments on commit f53840c

Please sign in to comment.