@webex/internal-plugin-encryption 3.10.0-next.1 → 3.10.0-next.2
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 +4 -4
package/dist/encryption.js
CHANGED
package/dist/kms.js
CHANGED
|
@@ -827,7 +827,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
|
|
|
827
827
|
context.ephemeralKey = originalContext.ephemeralKey;
|
|
828
828
|
return context;
|
|
829
829
|
},
|
|
830
|
-
version: "3.10.0-next.
|
|
830
|
+
version: "3.10.0-next.2"
|
|
831
831
|
}, ((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)));
|
|
832
832
|
var _default = exports.default = KMS;
|
|
833
833
|
//# sourceMappingURL=kms.js.map
|
package/package.json
CHANGED
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@webex/common": "3.8.1-next.11",
|
|
42
42
|
"@webex/common-timers": "3.8.1-next.11",
|
|
43
43
|
"@webex/http-core": "3.8.1-next.11",
|
|
44
|
-
"@webex/internal-plugin-device": "3.10.0-next.
|
|
45
|
-
"@webex/internal-plugin-mercury": "3.10.0-next.
|
|
44
|
+
"@webex/internal-plugin-device": "3.10.0-next.2",
|
|
45
|
+
"@webex/internal-plugin-mercury": "3.10.0-next.2",
|
|
46
46
|
"@webex/test-helper-file": "3.8.1-next.11",
|
|
47
|
-
"@webex/webex-core": "3.10.0-next.
|
|
47
|
+
"@webex/webex-core": "3.10.0-next.2",
|
|
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.10.0-next.
|
|
70
|
+
"version": "3.10.0-next.2"
|
|
71
71
|
}
|