@webex/internal-plugin-encryption 3.3.1 → 3.4.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 +13 -13
package/dist/encryption.js
CHANGED
package/dist/kms.js
CHANGED
|
@@ -805,7 +805,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
|
|
|
805
805
|
context.ephemeralKey = originalContext.ephemeralKey;
|
|
806
806
|
return context;
|
|
807
807
|
},
|
|
808
|
-
version: "3.
|
|
808
|
+
version: "3.4.0"
|
|
809
809
|
}, ((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)));
|
|
810
810
|
var _default = exports.default = KMS;
|
|
811
811
|
//# sourceMappingURL=kms.js.map
|
package/package.json
CHANGED
|
@@ -28,23 +28,23 @@
|
|
|
28
28
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
29
29
|
"@webex/jest-config-legacy": "0.0.0",
|
|
30
30
|
"@webex/legacy-tools": "0.0.0",
|
|
31
|
-
"@webex/test-helper-chai": "3.
|
|
32
|
-
"@webex/test-helper-make-local-url": "3.
|
|
33
|
-
"@webex/test-helper-mocha": "3.
|
|
34
|
-
"@webex/test-helper-mock-webex": "3.
|
|
35
|
-
"@webex/test-helper-test-users": "3.
|
|
31
|
+
"@webex/test-helper-chai": "3.4.0",
|
|
32
|
+
"@webex/test-helper-make-local-url": "3.4.0",
|
|
33
|
+
"@webex/test-helper-mocha": "3.4.0",
|
|
34
|
+
"@webex/test-helper-mock-webex": "3.4.0",
|
|
35
|
+
"@webex/test-helper-test-users": "3.4.0",
|
|
36
36
|
"eslint": "^8.24.0",
|
|
37
37
|
"prettier": "^2.7.1",
|
|
38
38
|
"sinon": "^9.2.4"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@webex/common": "3.
|
|
42
|
-
"@webex/common-timers": "3.
|
|
43
|
-
"@webex/http-core": "3.
|
|
44
|
-
"@webex/internal-plugin-device": "3.
|
|
45
|
-
"@webex/internal-plugin-mercury": "3.
|
|
46
|
-
"@webex/test-helper-file": "3.
|
|
47
|
-
"@webex/webex-core": "3.
|
|
41
|
+
"@webex/common": "3.4.0",
|
|
42
|
+
"@webex/common-timers": "3.4.0",
|
|
43
|
+
"@webex/http-core": "3.4.0",
|
|
44
|
+
"@webex/internal-plugin-device": "3.4.0",
|
|
45
|
+
"@webex/internal-plugin-mercury": "3.4.0",
|
|
46
|
+
"@webex/test-helper-file": "3.4.0",
|
|
47
|
+
"@webex/webex-core": "3.4.0",
|
|
48
48
|
"asn1js": "^2.0.26",
|
|
49
49
|
"debug": "^4.3.4",
|
|
50
50
|
"isomorphic-webcrypto": "^2.3.8",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"test:style": "eslint ./src/**/*.*",
|
|
68
68
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
69
69
|
},
|
|
70
|
-
"version": "3.
|
|
70
|
+
"version": "3.4.0"
|
|
71
71
|
}
|