@googleapis/vmmigration 2.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v2.0.0...vmmigration-v3.0.0) (2023-08-25)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **vmmigration:** This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * regenerate index files ([751227d](https://github.com/googleapis/google-api-nodejs-client/commit/751227d3926c946b5db5edb58f0086e074a61169))
13
+ * **vmmigration:** update the API ([75cbb15](https://github.com/googleapis/google-api-nodejs-client/commit/75cbb1513e9ea7b1d69b82c2fb24d8fbdde69554))
14
+ * **vmmigration:** update the API ([433922a](https://github.com/googleapis/google-api-nodejs-client/commit/433922ae8112bcc926d12e855a2c5a1ce5ea35de))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
20
+
3
21
  ## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/vmmigration-v1.0.0...vmmigration-v2.0.0) (2023-08-17)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/vmmigration",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "vmmigration",
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",