@googleapis/tpu 2.0.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/build/v1.d.ts +3 -849
- package/build/v1.js.map +1 -1
- package/build/v1alpha1.d.ts +3 -853
- package/build/v1alpha1.js.map +1 -1
- package/build/v2.d.ts +36 -978
- package/build/v2.js.map +1 -1
- package/build/v2alpha1.d.ts +421 -1032
- package/build/v2alpha1.js +164 -0
- package/build/v2alpha1.js.map +1 -1
- package/index.ts +1 -1
- package/package.json +2 -2
- package/v1.ts +3 -849
- package/v1alpha1.ts +3 -853
- package/v2.ts +36 -978
- package/v2alpha1.ts +793 -1032
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v2.1.0...tpu-v2.2.0) (2023-08-17)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* regenerate index files ([c6ce6db](https://github.com/googleapis/google-api-nodejs-client/commit/c6ce6db24417be7ec0d5cb572288042973a390e0))
|
|
9
|
+
* **tpu:** update the API ([6109722](https://github.com/googleapis/google-api-nodejs-client/commit/61097227dc9f0d8c6c8adda6929ed19c53a79d4b))
|
|
10
|
+
* **tpu:** update the API ([7f57c82](https://github.com/googleapis/google-api-nodejs-client/commit/7f57c824a9d8ad4d728fb3b2c058e6084ad8c490))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **tpu:** update the API ([e396d7e](https://github.com/googleapis/google-api-nodejs-client/commit/e396d7e10def66cd3d9eb424c448e61e1a016b2b))
|
|
16
|
+
|
|
17
|
+
## [2.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v2.0.0...tpu-v2.1.0) (2023-08-17)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* regenerate index files ([c6ce6db](https://github.com/googleapis/google-api-nodejs-client/commit/c6ce6db24417be7ec0d5cb572288042973a390e0))
|
|
23
|
+
* **tpu:** update the API ([6109722](https://github.com/googleapis/google-api-nodejs-client/commit/61097227dc9f0d8c6c8adda6929ed19c53a79d4b))
|
|
24
|
+
* **tpu:** update the API ([7f57c82](https://github.com/googleapis/google-api-nodejs-client/commit/7f57c824a9d8ad4d728fb3b2c058e6084ad8c490))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* **tpu:** update the API ([e396d7e](https://github.com/googleapis/google-api-nodejs-client/commit/e396d7e10def66cd3d9eb424c448e61e1a016b2b))
|
|
30
|
+
|
|
3
31
|
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v1.2.0...tpu-v2.0.0) (2022-10-28)
|
|
4
32
|
|
|
5
33
|
|