@googleapis/storage 1.1.0 → 3.0.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 +29 -0
- package/build/v1.d.ts +6 -276
- package/build/v1.js.map +1 -1
- package/package.json +2 -2
- package/v1.ts +6 -276
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v2.0.0...storage-v3.0.0) (2022-06-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* run the generator ([#2971](https://github.com/googleapis/google-api-nodejs-client/issues/2971)) ([adddf01](https://github.com/googleapis/google-api-nodejs-client/commit/adddf018e7cb73adab7341053dd80d72c5a6248d))
|
|
13
|
+
|
|
14
|
+
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v1.2.0...storage-v2.0.0) (2022-04-11)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### ⚠ BREAKING CHANGES
|
|
18
|
+
|
|
19
|
+
* **storage:** This release has breaking changes.
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **storage:** update the API ([fd2c342](https://github.com/googleapis/google-api-nodejs-client/commit/fd2c3425c808e82eeb0053d216cf4924557dacb6))
|
|
24
|
+
|
|
25
|
+
## [1.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v1.1.0...storage-v1.2.0) (2022-03-08)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **storage:** update the API ([e0f07cd](https://github.com/googleapis/google-api-nodejs-client/commit/e0f07cdd0d184b08ada87da7e0eb1902c4216761))
|
|
31
|
+
|
|
3
32
|
## [1.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storage-v1.0.0...storage-v1.1.0) (2021-10-28)
|
|
4
33
|
|
|
5
34
|
|