This repository was archived by the owner on Feb 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/@google-cloud/speech?activeTab=versions
66
7+ ## [ 3.5.0] ( https://www.github.com/googleapis/nodejs-speech/compare/v3.4.0...v3.5.0 ) (2019-11-22)
8+
9+ In this release this library has been converted to TypeScript. This change is supposed to be compatible
10+ with the previous versions, but if you find that your code is broken by this change, please file an
11+ issue!
12+
13+ ### Features
14+
15+ * convert to TypeScript ([ #472 ] ( https://www.github.com/googleapis/nodejs-speech/issues/472 ) ) ([ c6d8145] ( https://www.github.com/googleapis/nodejs-speech/commit/c6d8145c469d42e74f54a65740c96fc8b9d3e5f2 ) )
16+
17+
18+ ### Bug Fixes
19+
20+ * ** deps:** update dependency yargs to v15 ([ #469 ] ( https://www.github.com/googleapis/nodejs-speech/issues/469 ) ) ([ 9e7d2e4] ( https://www.github.com/googleapis/nodejs-speech/commit/9e7d2e479d3744617844f2587dc4e57408bfc0d1 ) )
21+
722## [ 3.4.0] ( https://www.github.com/googleapis/nodejs-speech/compare/v3.3.2...v3.4.0 ) (2019-11-14)
823
924
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/speech" ,
33 "description" : " Cloud Speech Client Library for Node.js" ,
4- "version" : " 3.4 .0" ,
4+ "version" : " 3.5 .0" ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "engines" : {
Original file line number Diff line number Diff line change 1111 "test" : " c8 mocha system-test --timeout 600000"
1212 },
1313 "dependencies" : {
14- "@google-cloud/speech" : " ^3.4 .0" ,
14+ "@google-cloud/speech" : " ^3.5 .0" ,
1515 "@google-cloud/storage" : " ^4.0.0" ,
1616 "chalk" : " ^3.0.0" ,
1717 "node-record-lpcm16" : " ^1.0.1" ,
You can’t perform that action at this time.
0 commit comments