@webex/internal-plugin-encryption 1.159.2 → 1.159.5

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.
@@ -273,7 +273,7 @@ var Encryption = _webexCore.WebexPlugin.extend({
273
273
  }));
274
274
  });
275
275
  },
276
- version: "1.159.2"
276
+ version: "1.159.5"
277
277
  });
278
278
  /**
279
279
  * JSON.stringify replacer that ensures private key data is serialized.
package/dist/kms.js CHANGED
@@ -747,7 +747,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
747
747
  context.ephemeralKey = originalContext.ephemeralKey;
748
748
  return context;
749
749
  },
750
- version: "1.159.2"
750
+ version: "1.159.5"
751
751
  }, ((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)));
752
752
 
753
753
  var _default = KMS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-encryption",
3
- "version": "1.159.2",
3
+ "version": "1.159.5",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -22,11 +22,11 @@
22
22
  "dependencies": {
23
23
  "@babel/runtime-corejs2": "^7.14.8",
24
24
  "lodash": "^4.17.21",
25
- "@webex/webex-core": "1.159.2",
26
- "@webex/common": "1.159.2",
25
+ "@webex/webex-core": "1.159.5",
26
+ "@webex/common": "1.159.5",
27
27
  "node-jose": "^2.0.0",
28
28
  "node-scr": "^0.3.0",
29
- "@webex/common-timers": "1.159.2",
29
+ "@webex/common-timers": "1.159.5",
30
30
  "node-kms": "^0.4.0",
31
31
  "valid-url": "^1.0.9",
32
32
  "asn1js": "^2.0.26",
@@ -34,9 +34,9 @@
34
34
  "isomorphic-webcrypto": "^2.3.8",
35
35
  "safe-buffer": "^5.2.0",
36
36
  "debug": "^3.2.6",
37
- "@webex/internal-plugin-device": "1.159.2",
38
- "@webex/internal-plugin-mercury": "1.159.2",
39
- "@webex/http-core": "1.159.2",
37
+ "@webex/internal-plugin-device": "1.159.5",
38
+ "@webex/internal-plugin-mercury": "1.159.5",
39
+ "@webex/http-core": "1.159.5",
40
40
  "envify": "^4.1.0"
41
41
  }
42
42
  }