@webex/internal-plugin-encryption 3.0.0-beta.91 → 3.0.0-beta.93

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.
@@ -225,7 +225,7 @@ var Encryption = _webexCore.WebexPlugin.extend({
225
225
  }));
226
226
  });
227
227
  },
228
- version: "3.0.0-beta.91"
228
+ version: "3.0.0-beta.93"
229
229
  });
230
230
 
231
231
  /**
package/dist/kms.js CHANGED
@@ -793,7 +793,7 @@ var KMS = _webexCore.WebexPlugin.extend((_dec = (0, _common.oneFlight)({
793
793
  context.ephemeralKey = originalContext.ephemeralKey;
794
794
  return context;
795
795
  },
796
- version: "3.0.0-beta.91"
796
+ version: "3.0.0-beta.93"
797
797
  }, ((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)));
798
798
  var _default = KMS;
799
799
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-encryption",
3
- "version": "3.0.0-beta.91",
3
+ "version": "3.0.0-beta.93",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -24,22 +24,22 @@
24
24
  ]
25
25
  },
26
26
  "devDependencies": {
27
- "@webex/test-helper-chai": "3.0.0-beta.91",
28
- "@webex/test-helper-make-local-url": "3.0.0-beta.91",
29
- "@webex/test-helper-mocha": "3.0.0-beta.91",
30
- "@webex/test-helper-mock-webex": "3.0.0-beta.91",
31
- "@webex/test-helper-test-users": "3.0.0-beta.91",
27
+ "@webex/test-helper-chai": "3.0.0-beta.93",
28
+ "@webex/test-helper-make-local-url": "3.0.0-beta.93",
29
+ "@webex/test-helper-mocha": "3.0.0-beta.93",
30
+ "@webex/test-helper-mock-webex": "3.0.0-beta.93",
31
+ "@webex/test-helper-test-users": "3.0.0-beta.93",
32
32
  "sinon": "^9.2.4"
33
33
  },
34
34
  "dependencies": {
35
- "@webex/common": "3.0.0-beta.91",
36
- "@webex/common-timers": "3.0.0-beta.91",
37
- "@webex/http-core": "3.0.0-beta.91",
38
- "@webex/internal-plugin-device": "3.0.0-beta.91",
39
- "@webex/internal-plugin-encryption": "3.0.0-beta.91",
40
- "@webex/internal-plugin-mercury": "3.0.0-beta.91",
41
- "@webex/test-helper-file": "3.0.0-beta.91",
42
- "@webex/webex-core": "3.0.0-beta.91",
35
+ "@webex/common": "3.0.0-beta.93",
36
+ "@webex/common-timers": "3.0.0-beta.93",
37
+ "@webex/http-core": "3.0.0-beta.93",
38
+ "@webex/internal-plugin-device": "3.0.0-beta.93",
39
+ "@webex/internal-plugin-encryption": "3.0.0-beta.93",
40
+ "@webex/internal-plugin-mercury": "3.0.0-beta.93",
41
+ "@webex/test-helper-file": "3.0.0-beta.93",
42
+ "@webex/webex-core": "3.0.0-beta.93",
43
43
  "asn1js": "^2.0.26",
44
44
  "debug": "^4.3.4",
45
45
  "isomorphic-webcrypto": "^2.3.8",
@@ -158,7 +158,8 @@ describe('Encryption', function () {
158
158
  }));
159
159
  });
160
160
 
161
- describe('#download()', () => {
161
+ // SPARK-413317
162
+ describe.skip('#download()', () => {
162
163
  it('downloads and decrypts an encrypted file', () =>
163
164
  webex.internal.encryption
164
165
  .encryptBinary(FILE)