File tree Expand file tree Collapse file tree 10 files changed +334
-233
lines changed
packages/google-privacy-dlp Expand file tree Collapse file tree 10 files changed +334
-233
lines changed Original file line number Diff line number Diff line change 120
120
"packages/google-maps-addressvalidation" : " 1.0.0" ,
121
121
"packages/google-maps-routing" : " 0.2.1" ,
122
122
"packages/google-monitoring-dashboard" : " 2.8.0" ,
123
+ "packages/google-privacy-dlp" : " 4.3.0" ,
123
124
"packages/google-storagetransfer" : " 2.2.1" ,
124
125
"packages/grafeas" : " 4.2.1" ,
125
126
"packages/typeless-sample-bot" : " 1.2.0"
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- docker :
15
- image : gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16
14
17
15
deep-remove-regex :
18
16
- /owl-bot-staging
19
17
20
18
deep-copy-regex :
21
- - source : /google/privacy/dlp/(.*)/.*-nodejs/(.*)
22
- dest : /owl-bot-staging/$1/$2
19
+ - source : /google/privacy/dlp/(.*)/.*-nodejs
20
+ dest : /owl-bot-staging/google-privacy-dlp/$1
23
21
Original file line number Diff line number Diff line change 1
- // Copyright 2020 Google LLC
1
+ // Copyright 2023 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- // Copyright 2020 Google LLC
1
+ // Copyright 2023 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 6
6
"default_version" : " v2" ,
7
7
"language" : " nodejs" ,
8
8
"name_pretty" : " Cloud Data Loss Prevention" ,
9
- "repo" : " googleapis/nodejs-dlp " ,
9
+ "repo" : " googleapis/google-cloud-node " ,
10
10
"product_documentation" : " https://cloud.google.com/dlp/docs/" ,
11
11
"requires_billing" : true ,
12
12
"name" : " dlp" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 7
7
"engines" : {
8
8
"node" : " >=12.0.0"
9
9
},
10
- "repository" : " googleapis/nodejs-dlp" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "directory" : " packages/google-privacy-dlp" ,
13
+ "url" : " https://github.com/googleapis/google-cloud-node.git"
14
+ },
11
15
"main" : " build/src/index.js" ,
12
16
"files" : [
13
17
" build/protos" ,
28
32
],
29
33
"scripts" : {
30
34
"test" : " c8 mocha build/test" ,
31
- "samples-test" : " cd samples/ && npm link ../ && npm install && npm test && cd ../ " ,
32
- "system-test" : " mocha build/system-test" ,
35
+ "samples-test" : " npm run compile && cd samples/ && npm link ../ && npm i && npm test" ,
36
+ "system-test" : " npm run compile && c8 mocha build/system-test" ,
33
37
"docs" : " jsdoc -c .jsdoc.js" ,
34
38
"lint" : " gts check" ,
35
39
"fix" : " gts fix" ,
63
67
"typescript" : " ^4.6.4" ,
64
68
"webpack" : " ^5.0.0" ,
65
69
"webpack-cli" : " ^5.0.0"
66
- }
70
+ },
71
+ "homepage" : " https://github.com/googleapis/google-cloud-node/tree/main/packages/google-privacy-dlp"
67
72
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
- // Copyright 2020 Google LLC
1
+ // Copyright 2023 Google LLC
2
2
//
3
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
4
// you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 121
121
"packages/google-maps-addressvalidation" : {},
122
122
"packages/google-maps-routing" : {},
123
123
"packages/google-monitoring-dashboard" : {},
124
+ "packages/google-privacy-dlp" : {},
124
125
"packages/google-storagetransfer" : {},
125
126
"packages/grafeas" : {},
126
127
"packages/typeless-sample-bot" : {}
You can’t perform that action at this time.
0 commit comments