File tree Expand file tree Collapse file tree 3 files changed +30
-2
lines changed
packages/google-cloud-oslogin Expand file tree Collapse file tree 3 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/os-login?activeTab=versions
6
6
7
+ ## v0.3.2
8
+
9
+ 03-18-2019 13:47 PDT
10
+
11
+ ### Implementation Changes
12
+ - refactor: update json import paths ([ #156 ] ( https://github.com/googleapis/nodejs-os-login/pull/156 ) )
13
+ - fix: throw on invalid credentials
14
+
15
+ ### Dependencies
16
+ - chore(deps): update dependency mocha to v6
17
+
18
+ ### Documentation
19
+ - docs: update comments on protos ([ #151 ] ( https://github.com/googleapis/nodejs-os-login/pull/151 ) )
20
+ - build: use linkinator for docs test ([ #148 ] ( https://github.com/googleapis/nodejs-os-login/pull/148 ) )
21
+ - docs: update links in contrib guide ([ #149 ] ( https://github.com/googleapis/nodejs-os-login/pull/149 ) )
22
+ - build: create docs test npm scripts ([ #146 ] ( https://github.com/googleapis/nodejs-os-login/pull/146 ) )
23
+ - docs: update contributing path in README ([ #144 ] ( https://github.com/googleapis/nodejs-os-login/pull/144 ) )
24
+ - chore: move CONTRIBUTING.md to root ([ #143 ] ( https://github.com/googleapis/nodejs-os-login/pull/143 ) )
25
+ - docs: add lint/fix example to contributing guide ([ #141 ] ( https://github.com/googleapis/nodejs-os-login/pull/141 ) )
26
+
27
+ ### Internal / Testing Changes
28
+ - chore: use per-repo npm publish ([ #158 ] ( https://github.com/googleapis/nodejs-os-login/pull/158 ) )
29
+ - build: use per-repo publish token ([ #157 ] ( https://github.com/googleapis/nodejs-os-login/pull/157 ) )
30
+ - build: Add docuploader credentials to node publish jobs ([ #154 ] ( https://github.com/googleapis/nodejs-os-login/pull/154 ) )
31
+ - build: use node10 to run samples-test, system-test etc ([ #153 ] ( https://github.com/googleapis/nodejs-os-login/pull/153 ) )
32
+ - build: update release configuration
33
+ - build: test using @grpc/grpc-js in CI ([ #145 ] ( https://github.com/googleapis/nodejs-os-login/pull/145 ) )
34
+
7
35
## v0.3.1
8
36
9
37
01-31-2019 23:16 PST
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/os-login" ,
3
3
"description" : " Google Cloud OS Login API client for Node.js" ,
4
- "version" : " 0.3.1 " ,
4
+ "version" : " 0.3.2 " ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 17
17
"test" : " node -e 'console.log(`no tests`)'"
18
18
},
19
19
"dependencies" : {
20
- "@google-cloud/os-login" : " ^0.3.1 "
20
+ "@google-cloud/os-login" : " ^0.3.2 "
21
21
},
22
22
"devDependencies" : {
23
23
"@google-cloud/nodejs-repo-tools" : " ^3.0.0"
You can’t perform that action at this time.
0 commit comments