@googleapis/serviceusage 8.0.0 → 9.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v9.0.0...serviceusage-v9.0.1) (2023-08-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
9
+
10
+ ## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v8.0.0...serviceusage-v9.0.0) (2023-08-17)
11
+
12
+
13
+ ### ⚠ BREAKING CHANGES
14
+
15
+ * **serviceusage:** This release has breaking changes.
16
+
17
+ ### Features
18
+
19
+ * regenerate index files ([751227d](https://github.com/googleapis/google-api-nodejs-client/commit/751227d3926c946b5db5edb58f0086e074a61169))
20
+ * regenerate index files ([4216892](https://github.com/googleapis/google-api-nodejs-client/commit/42168925208e087c952d1fc8267847731d05ae9f))
21
+ * **serviceusage:** update the API ([6f08362](https://github.com/googleapis/google-api-nodejs-client/commit/6f0836293aaeb2da119c41fe6c1f5782d8087e25))
22
+ * **serviceusage:** update the API ([cf72cfd](https://github.com/googleapis/google-api-nodejs-client/commit/cf72cfd02b0f1f0ea5d30a84cd0a89b23c898225))
23
+ * **serviceusage:** update the API ([cd64af0](https://github.com/googleapis/google-api-nodejs-client/commit/cd64af023954ec0668204c0c7e52be16a1045152))
24
+
3
25
  ## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/serviceusage-v7.0.0...serviceusage-v8.0.0) (2023-08-17)
4
26
 
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/serviceusage",
3
- "version": "8.0.0",
3
+ "version": "9.0.1",
4
4
  "description": "serviceusage",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -28,12 +28,12 @@
28
28
  "webpack": "webpack"
29
29
  },
30
30
  "dependencies": {
31
- "googleapis-common": "^6.0.3"
31
+ "googleapis-common": "^7.0.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@microsoft/api-documenter": "^7.8.10",
35
35
  "@microsoft/api-extractor": "^7.8.10",
36
- "gts": "^3.1.1",
36
+ "gts": "^5.0.0",
37
37
  "null-loader": "^4.0.0",
38
38
  "ts-loader": "^9.0.0",
39
39
  "typescript": "~4.8.4",