Skip to content

Commit

Permalink
feat(samples): add integrity verification to Cloud KMS crypto samples (
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtamjam authored Jan 8, 2021
1 parent c4669f4 commit d476b95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-kms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
"google-gax": "^2.9.2"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"@types/mocha": "^8.0.0",
"@types/node": "^13.13.4",
"@types/sinon": "^9.0.0",
Expand All @@ -64,8 +66,6 @@
"ts-loader": "^8.0.0",
"typescript": "^3.8.3",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
"webpack-cli": "^4.0.0"
}
}
4 changes: 3 additions & 1 deletion packages/google-cloud-kms/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"test": "c8 mocha --recursive test/ --timeout=800000"
},
"dependencies": {
"@google-cloud/kms": "^2.2.0"
"@google-cloud/kms": "^2.1.4",
"fast-crc32c": "^2.0.0",
"jslint": "^0.12.1"
},
"devDependencies": {
"c8": "^7.0.0",
Expand Down

0 comments on commit d476b95

Please sign in to comment.