@webex/internal-plugin-encryption 3.8.1-next.8 → 3.8.1-next.9

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.
@@ -239,7 +239,7 @@ var Encryption = _webexCore.WebexPlugin.extend({
239
239
  }));
240
240
  });
241
241
  },
242
- version: "3.8.1-next.8"
242
+ version: "3.8.1-next.9"
243
243
  });
244
244
 
245
245
  /**
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.8.1-next.8"
812
+ version: "3.8.1-next.9"
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.8.1-next.8",
32
- "@webex/test-helper-make-local-url": "3.8.1-next.8",
33
- "@webex/test-helper-mocha": "3.8.1-next.8",
34
- "@webex/test-helper-mock-webex": "3.8.1-next.8",
35
- "@webex/test-helper-test-users": "3.8.1-next.8",
31
+ "@webex/test-helper-chai": "3.8.1-next.9",
32
+ "@webex/test-helper-make-local-url": "3.8.1-next.9",
33
+ "@webex/test-helper-mocha": "3.8.1-next.9",
34
+ "@webex/test-helper-mock-webex": "3.8.1-next.9",
35
+ "@webex/test-helper-test-users": "3.8.1-next.9",
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.8.1-next.8",
42
- "@webex/common-timers": "3.8.1-next.8",
43
- "@webex/http-core": "3.8.1-next.8",
44
- "@webex/internal-plugin-device": "3.8.1-next.8",
45
- "@webex/internal-plugin-mercury": "3.8.1-next.8",
46
- "@webex/test-helper-file": "3.8.1-next.8",
47
- "@webex/webex-core": "3.8.1-next.8",
41
+ "@webex/common": "3.8.1-next.9",
42
+ "@webex/common-timers": "3.8.1-next.9",
43
+ "@webex/http-core": "3.8.1-next.9",
44
+ "@webex/internal-plugin-device": "3.8.1-next.9",
45
+ "@webex/internal-plugin-mercury": "3.8.1-next.9",
46
+ "@webex/test-helper-file": "3.8.1-next.9",
47
+ "@webex/webex-core": "3.8.1-next.9",
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.8.1-next.8"
70
+ "version": "3.8.1-next.9"
71
71
  }