File tree 3 files changed +11
-2
lines changed
packages/google-privacy-dlp
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1] : https://www.npmjs.com/package/PACKAGE NAME?activeTab=versions
6
6
7
+ ## v0.12.0
8
+
9
+ 04-26-2019 12:39 PDT
10
+
11
+ ### New Features
12
+
13
+ - feat: add x-goog-request-params header
14
+ - feat: add deterministic encryption ([ #263 ] ( https://github.com/googleapis/nodejs-dlp/pull/263 ) )
15
+
7
16
## v0.11.0
8
17
9
18
03-12-2019 15:22 PDT
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/dlp" ,
3
3
"description" : " DLP API client for Node.js" ,
4
- "version" : " 0.11 .0" ,
4
+ "version" : " 0.12 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc" ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 15
15
"test" : " mocha system-test/*.test.js --timeout=600000"
16
16
},
17
17
"dependencies" : {
18
- "@google-cloud/dlp" : " ^0.11 .0" ,
18
+ "@google-cloud/dlp" : " ^0.12 .0" ,
19
19
"@google-cloud/pubsub" : " ^0.28.0" ,
20
20
"mime" : " ^2.3.1" ,
21
21
"yargs" : " ^13.0.0"
You can’t perform that action at this time.
0 commit comments