@webex/internal-plugin-encryption 1.161.0 → 2.0.0
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 +7 -7
package/dist/encryption.js
CHANGED
package/dist/kms.js
CHANGED
|
@@ -747,7 +747,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
|
|
|
747
747
|
context.ephemeralKey = originalContext.ephemeralKey;
|
|
748
748
|
return context;
|
|
749
749
|
},
|
|
750
|
-
version: "
|
|
750
|
+
version: "2.0.0"
|
|
751
751
|
}, ((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)));
|
|
752
752
|
|
|
753
753
|
var _default = KMS;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-encryption",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Ian W. Remmel <iremmel@cisco.com>",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
24
24
|
"lodash": "^4.17.21",
|
|
25
|
-
"@webex/webex-core": "
|
|
26
|
-
"@webex/common": "
|
|
25
|
+
"@webex/webex-core": "2.0.0",
|
|
26
|
+
"@webex/common": "2.0.0",
|
|
27
27
|
"node-jose": "^2.0.0",
|
|
28
28
|
"node-scr": "^0.3.0",
|
|
29
|
-
"@webex/common-timers": "
|
|
29
|
+
"@webex/common-timers": "2.0.0",
|
|
30
30
|
"node-kms": "^0.4.0",
|
|
31
31
|
"valid-url": "^1.0.9",
|
|
32
32
|
"asn1js": "^2.0.26",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"isomorphic-webcrypto": "^2.3.8",
|
|
35
35
|
"safe-buffer": "^5.2.0",
|
|
36
36
|
"debug": "^3.2.6",
|
|
37
|
-
"@webex/internal-plugin-device": "
|
|
38
|
-
"@webex/internal-plugin-mercury": "
|
|
39
|
-
"@webex/http-core": "
|
|
37
|
+
"@webex/internal-plugin-device": "2.0.0",
|
|
38
|
+
"@webex/internal-plugin-mercury": "2.0.0",
|
|
39
|
+
"@webex/http-core": "2.0.0",
|
|
40
40
|
"envify": "^4.1.0"
|
|
41
41
|
}
|
|
42
42
|
}
|