Skip to content

Commit 83f67fa

Browse files
authored
Merge pull request #1111 from watson-developer-cloud/hsaylor-9718-rc
Hsaylor 9718 rc
2 parents 93652b7 + cc99978 commit 83f67fa

30 files changed

+10733
-7313
lines changed

assistant/v1.ts

Lines changed: 987 additions & 480 deletions
Large diffs are not rendered by default.

assistant/v2.ts

Lines changed: 217 additions & 92 deletions
Large diffs are not rendered by default.

compare-comply/v1.ts

Lines changed: 280 additions & 149 deletions
Large diffs are not rendered by default.

discovery/v1.ts

Lines changed: 1318 additions & 655 deletions
Large diffs are not rendered by default.

discovery/v2.ts

Lines changed: 938 additions & 602 deletions
Large diffs are not rendered by default.

language-translator/v3.ts

Lines changed: 284 additions & 141 deletions
Large diffs are not rendered by default.

natural-language-classifier/v1.ts

Lines changed: 149 additions & 72 deletions
Large diffs are not rendered by default.

natural-language-understanding/v1.ts

Lines changed: 426 additions & 229 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 395 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@
5555
"@commitlint/config-conventional": "^8.2.0",
5656
"@semantic-release/changelog": "^5.0.1",
5757
"@semantic-release/git": "^9.0.0",
58-
"axios": "^0.21.1",
58+
"axios": "^0.21.4",
5959
"browserify": "^16.5.2",
6060
"codecov": "^3.8.1",
6161
"concat-stream": "^2.0.0",
62+
"cz-conventional-changelog": "^3.3.0",
6263
"eslint": "^6.8.0",
6364
"eslint-config-google": "^0.14.0",
6465
"eslint-config-prettier": "^6.15.0",
@@ -91,7 +92,7 @@
9192
"async": "^3.2.0",
9293
"camelcase": "^6.2.0",
9394
"extend": "~3.0.2",
94-
"ibm-cloud-sdk-core": "^2.10.3",
95+
"ibm-cloud-sdk-core": "^2.14.3",
9596
"isstream": "~0.1.2",
9697
"websocket": "^1.0.33"
9798
},
@@ -202,5 +203,10 @@
202203
]
203204
}
204205
},
205-
"snyk": true
206+
"snyk": true,
207+
"config": {
208+
"commitizen": {
209+
"path": "./node_modules/cz-conventional-changelog"
210+
}
211+
}
206212
}

0 commit comments

Comments
 (0)