@webex/internal-plugin-encryption 3.0.0-bnr.3 → 3.0.0-bnr.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/encryption.js +1 -1
- package/dist/kms.js +1 -1
- package/package.json +14 -14
package/dist/encryption.js
CHANGED
package/dist/kms.js
CHANGED
|
@@ -793,7 +793,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
|
|
|
793
793
|
context.ephemeralKey = originalContext.ephemeralKey;
|
|
794
794
|
return context;
|
|
795
795
|
},
|
|
796
|
-
version: "3.0.0-bnr.
|
|
796
|
+
version: "3.0.0-bnr.4"
|
|
797
797
|
}, ((0, _applyDecoratedDescriptor2.default)(_obj, "fetchKey", [_dec], (0, _getOwnPropertyDescriptor.default)(_obj, "fetchKey"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "_getContext", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "_getContext"), _obj)), _obj)));
|
|
798
798
|
var _default = KMS;
|
|
799
799
|
exports.default = _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-encryption",
|
|
3
|
-
"version": "3.0.0-bnr.
|
|
3
|
+
"version": "3.0.0-bnr.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@webex/test-helper-chai": "
|
|
28
|
-
"@webex/test-helper-make-local-url": "
|
|
29
|
-
"@webex/test-helper-mocha": "
|
|
30
|
-
"@webex/test-helper-mock-webex": "
|
|
31
|
-
"@webex/test-helper-test-users": "
|
|
27
|
+
"@webex/test-helper-chai": "workspace:^",
|
|
28
|
+
"@webex/test-helper-make-local-url": "workspace:^",
|
|
29
|
+
"@webex/test-helper-mocha": "workspace:^",
|
|
30
|
+
"@webex/test-helper-mock-webex": "workspace:^",
|
|
31
|
+
"@webex/test-helper-test-users": "workspace:^",
|
|
32
32
|
"sinon": "^9.2.4"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@webex/common": "
|
|
36
|
-
"@webex/common-timers": "
|
|
37
|
-
"@webex/http-core": "
|
|
38
|
-
"@webex/internal-plugin-device": "
|
|
39
|
-
"@webex/internal-plugin-encryption": "
|
|
40
|
-
"@webex/internal-plugin-mercury": "
|
|
41
|
-
"@webex/test-helper-file": "
|
|
42
|
-
"@webex/webex-core": "
|
|
35
|
+
"@webex/common": "workspace:^",
|
|
36
|
+
"@webex/common-timers": "workspace:^",
|
|
37
|
+
"@webex/http-core": "workspace:^",
|
|
38
|
+
"@webex/internal-plugin-device": "workspace:^",
|
|
39
|
+
"@webex/internal-plugin-encryption": "workspace:^",
|
|
40
|
+
"@webex/internal-plugin-mercury": "workspace:^",
|
|
41
|
+
"@webex/test-helper-file": "workspace:^",
|
|
42
|
+
"@webex/webex-core": "workspace:^",
|
|
43
43
|
"asn1js": "^2.0.26",
|
|
44
44
|
"debug": "^4.3.4",
|
|
45
45
|
"isomorphic-webcrypto": "^2.3.8",
|