@webex/internal-plugin-encryption 3.4.0-next.4 → 3.4.0-next.6

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.
@@ -229,7 +229,7 @@ var Encryption = _webexCore.WebexPlugin.extend({
229
229
  }));
230
230
  });
231
231
  },
232
- version: "3.4.0-next.4"
232
+ version: "3.4.0-next.6"
233
233
  });
234
234
 
235
235
  /**
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.4.0-next.4"
808
+ version: "3.4.0-next.6"
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.4.0-next.4",
32
- "@webex/test-helper-make-local-url": "3.4.0-next.4",
33
- "@webex/test-helper-mocha": "3.4.0-next.4",
34
- "@webex/test-helper-mock-webex": "3.4.0-next.4",
35
- "@webex/test-helper-test-users": "3.4.0-next.4",
31
+ "@webex/test-helper-chai": "3.4.0-next.6",
32
+ "@webex/test-helper-make-local-url": "3.4.0-next.6",
33
+ "@webex/test-helper-mocha": "3.4.0-next.6",
34
+ "@webex/test-helper-mock-webex": "3.4.0-next.6",
35
+ "@webex/test-helper-test-users": "3.4.0-next.6",
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.4.0-next.4",
42
- "@webex/common-timers": "3.4.0-next.4",
43
- "@webex/http-core": "3.4.0-next.4",
44
- "@webex/internal-plugin-device": "3.4.0-next.4",
45
- "@webex/internal-plugin-mercury": "3.4.0-next.4",
46
- "@webex/test-helper-file": "3.4.0-next.4",
47
- "@webex/webex-core": "3.4.0-next.4",
41
+ "@webex/common": "3.4.0-next.6",
42
+ "@webex/common-timers": "3.4.0-next.6",
43
+ "@webex/http-core": "3.4.0-next.6",
44
+ "@webex/internal-plugin-device": "3.4.0-next.6",
45
+ "@webex/internal-plugin-mercury": "3.4.0-next.6",
46
+ "@webex/test-helper-file": "3.4.0-next.6",
47
+ "@webex/webex-core": "3.4.0-next.6",
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.4.0-next.4"
70
+ "version": "3.4.0-next.6"
71
71
  }