@webex/internal-plugin-encryption 3.8.1 → 3.9.0-webinar5k.1
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
|
@@ -809,7 +809,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
|
|
|
809
809
|
context.ephemeralKey = originalContext.ephemeralKey;
|
|
810
810
|
return context;
|
|
811
811
|
},
|
|
812
|
-
version: "3.
|
|
812
|
+
version: "3.9.0-webinar5k.1"
|
|
813
813
|
}, ((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)));
|
|
814
814
|
var _default = exports.default = KMS;
|
|
815
815
|
//# 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.9.0-webinar5k.1",
|
|
32
|
+
"@webex/test-helper-make-local-url": "3.9.0-webinar5k.1",
|
|
33
|
+
"@webex/test-helper-mocha": "3.9.0-webinar5k.1",
|
|
34
|
+
"@webex/test-helper-mock-webex": "3.9.0-webinar5k.1",
|
|
35
|
+
"@webex/test-helper-test-users": "3.9.0-webinar5k.1",
|
|
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.9.0-webinar5k.1",
|
|
42
|
+
"@webex/common-timers": "3.9.0-webinar5k.1",
|
|
43
|
+
"@webex/http-core": "3.9.0-webinar5k.1",
|
|
44
|
+
"@webex/internal-plugin-device": "3.9.0-webinar5k.1",
|
|
45
|
+
"@webex/internal-plugin-mercury": "3.9.0-webinar5k.1",
|
|
46
|
+
"@webex/test-helper-file": "3.9.0-webinar5k.1",
|
|
47
|
+
"@webex/webex-core": "3.9.0-webinar5k.1",
|
|
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.9.0-webinar5k.1"
|
|
71
71
|
}
|