From dcabc264618972e54776adf542c3b36d830139fe Mon Sep 17 00:00:00 2001 From: Felix Kaminski Date: Thu, 8 Jun 2023 14:36:35 -0700 Subject: [PATCH] fix: bumps kms opt. dep as well --- kms.js | 1 + package.json | 2 +- test.js | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/kms.js b/kms.js index cc0cac2..fb51670 100644 --- a/kms.js +++ b/kms.js @@ -1 +1,2 @@ +// optional import via @figedi/sops/kms module.exports = require('./dist/kms.js') \ No newline at end of file diff --git a/package.json b/package.json index f54ebf6..5f15edb 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ "lodash": "^4.17.21" }, "optionalDependencies": { - "@google-cloud/kms": "^2.1.2" + "@google-cloud/kms": "^3.6.0" } } diff --git a/test.js b/test.js index a19b491..4a3e428 100644 --- a/test.js +++ b/test.js @@ -1 +1,2 @@ +// optional import via @figedi/sops/test module.exports = require('./dist/test.js') \ No newline at end of file