@google-cloud/dlp 6.1.0 → 6.3.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/README.md +2 -2
- package/build/protos/google/privacy/dlp/v2/dlp.proto +99 -20
- package/build/protos/google/privacy/dlp/v2/storage.proto +5 -0
- package/build/protos/protos.d.ts +240 -13
- package/build/protos/protos.js +1850 -427
- package/build/protos/protos.json +99 -17
- package/build/src/v2/dlp_service_client.d.ts +817 -817
- package/build/src/v2/dlp_service_client.js +634 -720
- package/package.json +4 -4
- package/CHANGELOG.md +0 -747
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google-cloud/dlp",
|
|
3
3
|
"description": "DLP API client for Node.js",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.3.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Google Inc",
|
|
7
7
|
"engines": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"test": "c8 mocha build/test"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"google-gax": "^5.0.
|
|
51
|
+
"google-gax": "^5.0.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/mocha": "^10.0.10",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"gapic-tools": "^1.0.0",
|
|
59
59
|
"gts": "^6.0.2",
|
|
60
60
|
"jsdoc": "^4.0.4",
|
|
61
|
-
"jsdoc-fresh": "^
|
|
61
|
+
"jsdoc-fresh": "^4.0.0",
|
|
62
62
|
"jsdoc-region-tag": "^3.0.0",
|
|
63
63
|
"linkinator": "^6.1.2",
|
|
64
64
|
"long": "^5.3.1",
|
|
65
65
|
"mocha": "^11.1.0",
|
|
66
66
|
"pack-n-play": "^3.0.0",
|
|
67
|
-
"sinon": "^
|
|
67
|
+
"sinon": "^21.0.0",
|
|
68
68
|
"typescript": "^5.8.2"
|
|
69
69
|
},
|
|
70
70
|
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-privacy-dlp"
|