Skip to content

Commit

Permalink
fix: bumps kms opt. dep as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Figedi committed Jun 8, 2023
1 parent 8233a59 commit dcabc26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kms.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// optional import via @figedi/sops/kms
module.exports = require('./dist/kms.js')
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"lodash": "^4.17.21"
},
"optionalDependencies": {
"@google-cloud/kms": "^2.1.2"
"@google-cloud/kms": "^3.6.0"
}
}
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
// optional import via @figedi/sops/test
module.exports = require('./dist/test.js')

0 comments on commit dcabc26

Please sign in to comment.