@googleapis/storage 0.2.0 → 2.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 CHANGED
@@ -1,5 +1,64 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v1.2.0...storage-v2.0.0) (2022-04-11)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **storage:** This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * **storage:** update the API ([fd2c342](https://github.com/googleapis/google-api-nodejs-client/commit/fd2c3425c808e82eeb0053d216cf4924557dacb6))
13
+
14
+ ## [1.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/storage-v1.1.0...storage-v1.2.0) (2022-03-08)
15
+
16
+
17
+ ### Features
18
+
19
+ * **storage:** update the API ([e0f07cd](https://github.com/googleapis/google-api-nodejs-client/commit/e0f07cdd0d184b08ada87da7e0eb1902c4216761))
20
+
21
+ ## [1.1.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storage-v1.0.0...storage-v1.1.0) (2021-10-28)
22
+
23
+
24
+ ### Features
25
+
26
+ * **storage:** update the API ([3e0cb69](https://www.github.com/googleapis/google-api-nodejs-client/commit/3e0cb69b33567899c94f87e73ae56d4d64959152))
27
+
28
+ ## [1.0.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storage-v0.3.0...storage-v1.0.0) (2021-09-28)
29
+
30
+
31
+ ### ⚠ BREAKING CHANGES
32
+
33
+ * **storage:** This release has breaking changes.
34
+
35
+ ### Features
36
+
37
+ * **storage:** update the API ([08a7f05](https://www.github.com/googleapis/google-api-nodejs-client/commit/08a7f05bb9ba5ac2ca6b257091ceecdfa6406f69))
38
+
39
+ ## [0.3.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storage-v0.2.1...storage-v0.3.0) (2021-09-14)
40
+
41
+
42
+ ### Features
43
+
44
+ * **auth:** adds support workload identity federation ([#2517](https://www.github.com/googleapis/google-api-nodejs-client/issues/2517)) ([a10707c](https://www.github.com/googleapis/google-api-nodejs-client/commit/a10707c477759e7c9ef6360a2fe800856fb600c1))
45
+ * **storage:** update the API ([201e3fc](https://www.github.com/googleapis/google-api-nodejs-client/commit/201e3fcbc8837d4761733b6300bc9ccc7beda033))
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * **deps:** update dependency googleapis-common to v5 ([#2497](https://www.github.com/googleapis/google-api-nodejs-client/issues/2497)) ([fec087a](https://www.github.com/googleapis/google-api-nodejs-client/commit/fec087abcf3d994dd41c3ffa0a0c12b1f9f09dae))
51
+ * **storage:** update the API ([17b2535](https://www.github.com/googleapis/google-api-nodejs-client/commit/17b25356831617dfdf1c5ad804263caeca3463a1))
52
+ * **storage:** update the API ([7c8a240](https://www.github.com/googleapis/google-api-nodejs-client/commit/7c8a24037c8823e08af71b11e7d5f9f27874e738))
53
+ * upgrade webpack from 4 to 5 ([#2524](https://www.github.com/googleapis/google-api-nodejs-client/issues/2524)) ([ecfd8bf](https://www.github.com/googleapis/google-api-nodejs-client/commit/ecfd8bfcd06e1beabff7ec9a8c4000222379eb8d))
54
+
55
+ ### [0.2.1](https://www.github.com/googleapis/google-api-nodejs-client/compare/storage-v0.2.0...storage-v0.2.1) (2021-05-23)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **storage:** update the API ([7c8a240](https://www.github.com/googleapis/google-api-nodejs-client/commit/7c8a24037c8823e08af71b11e7d5f9f27874e738))
61
+
3
62
  ## [0.2.0](https://www.github.com/googleapis/google-api-nodejs-client/compare/storage-v0.1.0...storage-v0.2.0) (2021-03-18)
4
63
 
5
64
 
package/README.md CHANGED
@@ -7,37 +7,18 @@
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- $ npm install googleapis
10
+ $ npm install @googleapis/storage
11
11
  ```
12
12
 
13
13
  ## Usage
14
14
  All documentation and usage information can be found on [GitHub](https://github.com/googleapis/google-api-nodejs-client).
15
-
16
- ## Building a browser bundle
17
-
18
- This library can be used in a browser. To prepare a single file bundle, clone the
19
- [repository](https://github.com/googleapis/google-api-nodejs-client) and run
20
-
21
- ```sh
22
- $ cd src/apis/storage
23
- $ npm install
24
- $ npm run webpack
25
- ```
26
-
27
- The generated bundle will be written to `dist/storage.min.js`. Use it from your HTML file:
28
-
29
- ```html
30
- <script src="/path/to/storage.min.js"></script>
31
- <script>
32
- const { storage, auth } = Storage;
33
- </script>
34
- ```
15
+ Information on classes can be found in [Googleapis Documentation](https://googleapis.dev/nodejs/googleapis/latest/storage/classes/Storage.html).
35
16
 
36
17
  ## License
37
- This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/master/LICENSE).
18
+ This library is licensed under Apache 2.0. Full license text is available in [LICENSE](https://github.com/googleapis/google-api-nodejs-client/blob/main/LICENSE).
38
19
 
39
20
  ## Contributing
40
- We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/master/.github/CONTRIBUTING.md).
21
+ We love contributions! Before submitting a Pull Request, it's always good to start with a new issue first. To learn more, see [CONTRIBUTING](https://github.com/google/google-api-nodejs-client/blob/main/.github/CONTRIBUTING.md).
41
22
 
42
23
  ## Questions/problems?
43
24
  * Ask your development related questions on [StackOverflow](http://stackoverflow.com/questions/tagged/google-api-nodejs-client).