@webex/internal-plugin-encryption 3.10.0-next.8 → 3.10.0-webex-services-ready.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.
@@ -255,7 +255,7 @@ var Encryption = _webexCore.WebexPlugin.extend({
255
255
  }));
256
256
  });
257
257
  },
258
- version: "3.10.0-next.8"
258
+ version: "3.10.0-webex-services-ready.2"
259
259
  });
260
260
 
261
261
  /**
package/dist/kms.js CHANGED
@@ -826,7 +826,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
826
826
  context.ephemeralKey = originalContext.ephemeralKey;
827
827
  return context;
828
828
  },
829
- version: "3.10.0-next.8"
829
+ version: "3.10.0-webex-services-ready.2"
830
830
  }, (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));
831
831
  var _default = exports.default = KMS;
832
832
  //# 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.10.0-next.1",
32
- "@webex/test-helper-make-local-url": "3.10.0-next.1",
33
- "@webex/test-helper-mocha": "3.10.0-next.1",
34
- "@webex/test-helper-mock-webex": "3.10.0-next.1",
35
- "@webex/test-helper-test-users": "3.10.0-next.1",
31
+ "@webex/test-helper-chai": "3.10.0-webex-services-ready.1",
32
+ "@webex/test-helper-make-local-url": "3.10.0-webex-services-ready.1",
33
+ "@webex/test-helper-mocha": "3.10.0-webex-services-ready.1",
34
+ "@webex/test-helper-mock-webex": "3.10.0-webex-services-ready.1",
35
+ "@webex/test-helper-test-users": "3.10.0-webex-services-ready.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.10.0-next.1",
42
- "@webex/common-timers": "3.10.0-next.1",
43
- "@webex/http-core": "3.10.0-next.1",
44
- "@webex/internal-plugin-device": "3.10.0-next.8",
45
- "@webex/internal-plugin-mercury": "3.10.0-next.8",
46
- "@webex/test-helper-file": "3.10.0-next.1",
47
- "@webex/webex-core": "3.10.0-next.8",
41
+ "@webex/common": "3.10.0-webex-services-ready.1",
42
+ "@webex/common-timers": "3.10.0-webex-services-ready.1",
43
+ "@webex/http-core": "3.10.0-webex-services-ready.1",
44
+ "@webex/internal-plugin-device": "3.10.0-webex-services-ready.2",
45
+ "@webex/internal-plugin-mercury": "3.10.0-webex-services-ready.2",
46
+ "@webex/test-helper-file": "3.10.0-webex-services-ready.1",
47
+ "@webex/webex-core": "3.10.0-webex-services-ready.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.8"
70
+ "version": "3.10.0-webex-services-ready.2"
71
71
  }