@google-cloud/dms 4.1.2 → 5.1.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/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@google-cloud/dms",
3
3
  "description": "Cloud Database Migration API client for Node.js",
4
- "version": "4.1.2",
4
+ "version": "5.1.0",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Google LLC",
7
7
  "engines": {
8
- "node": ">=18"
8
+ "node": ">=22"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
@@ -34,19 +34,17 @@
34
34
  "compile": "tsc -p . && cp -r protos build/",
35
35
  "compile-protos": "compileProtos src",
36
36
  "docs": "jsdoc -c .jsdoc.js",
37
- "predocs-test": "npm run docs",
38
- "docs-test": "linkinator docs",
39
37
  "fix": "gts fix",
40
38
  "lint": "gts check",
41
39
  "prepare": "npm run compile",
42
40
  "prelint": "cd samples; npm link ../; npm i",
43
41
  "postpack": "minifyProtoJson",
44
42
  "samples-test": "cd samples/ && npm link ../ && npm i && npm test",
45
- "system-test": "c8 mocha build/system-test",
46
- "test": "c8 mocha build/test"
43
+ "system-test": "c8 mocha --config ../../.mocharc.cjs --no-parallel build/system-test",
44
+ "test": "c8 mocha --config ../../.mocharc.cjs build/test"
47
45
  },
48
46
  "dependencies": {
49
- "google-gax": "^5.0.0"
47
+ "google-gax": "^6.0.0"
50
48
  },
51
49
  "devDependencies": {
52
50
  "@types/mocha": "^10.0.10",
@@ -54,15 +52,14 @@
54
52
  "@types/sinon": "^17.0.4",
55
53
  "c8": "^10.1.3",
56
54
  "codecov": "^3.8.3",
57
- "gapic-tools": "^1.0.0",
55
+ "gapic-tools": "^2.0.0",
58
56
  "gts": "^6.0.2",
59
57
  "jsdoc": "^4.0.4",
60
- "jsdoc-fresh": "^4.0.0",
61
- "jsdoc-region-tag": "^3.0.0",
62
- "linkinator": "^6.1.2",
58
+ "jsdoc-fresh": "^6.0.0",
59
+ "jsdoc-region-tag": "^5.0.0",
63
60
  "long": "^5.3.1",
64
61
  "mocha": "^11.1.0",
65
- "pack-n-play": "^3.0.0",
62
+ "pack-n-play": "^5.0.0",
66
63
  "sinon": "21.0.3",
67
64
  "typescript": "^5.8.2"
68
65
  },