@webex/plugin-authorization-browser 3.0.0-beta.7 → 3.0.0-beta.8

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.
@@ -396,7 +396,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
396
396
  throw new Error("CSRF token ".concat(token, " does not match stored token ").concat(sessionToken));
397
397
  }
398
398
  },
399
- version: "3.0.0-beta.7"
399
+ version: "3.0.0-beta.8"
400
400
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "initiateImplicitGrant", [_dec], (0, _getOwnPropertyDescriptor.default)(_obj, "initiateImplicitGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "initiateAuthorizationCodeGrant", [_dec2], (0, _getOwnPropertyDescriptor.default)(_obj, "initiateAuthorizationCodeGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "requestAccessTokenFromJwt", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAccessTokenFromJwt"), _obj)), _obj)));
401
401
 
402
402
  var _default = Authorization;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-authorization-browser",
3
- "version": "3.0.0-beta.7",
3
+ "version": "3.0.0-beta.8",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,22 +20,22 @@
20
20
  ]
21
21
  },
22
22
  "devDependencies": {
23
- "@webex/plugin-authorization-browser": "3.0.0-beta.7",
24
- "@webex/test-helper-appid": "3.0.0-beta.7",
25
- "@webex/test-helper-automation": "3.0.0-beta.7",
26
- "@webex/test-helper-chai": "3.0.0-beta.7",
27
- "@webex/test-helper-mocha": "3.0.0-beta.7",
28
- "@webex/test-helper-mock-webex": "3.0.0-beta.7",
29
- "@webex/test-helper-test-users": "3.0.0-beta.7",
23
+ "@webex/plugin-authorization-browser": "3.0.0-beta.8",
24
+ "@webex/test-helper-appid": "3.0.0-beta.8",
25
+ "@webex/test-helper-automation": "3.0.0-beta.8",
26
+ "@webex/test-helper-chai": "3.0.0-beta.8",
27
+ "@webex/test-helper-mocha": "3.0.0-beta.8",
28
+ "@webex/test-helper-mock-webex": "3.0.0-beta.8",
29
+ "@webex/test-helper-test-users": "3.0.0-beta.8",
30
30
  "sinon": "^9.2.4"
31
31
  },
32
32
  "dependencies": {
33
- "@webex/common": "3.0.0-beta.7",
34
- "@webex/internal-plugin-device": "3.0.0-beta.7",
35
- "@webex/plugin-authorization-node": "3.0.0-beta.7",
36
- "@webex/storage-adapter-local-storage": "3.0.0-beta.7",
37
- "@webex/storage-adapter-spec": "3.0.0-beta.7",
38
- "@webex/webex-core": "3.0.0-beta.7",
33
+ "@webex/common": "3.0.0-beta.8",
34
+ "@webex/internal-plugin-device": "3.0.0-beta.8",
35
+ "@webex/plugin-authorization-node": "3.0.0-beta.8",
36
+ "@webex/storage-adapter-local-storage": "3.0.0-beta.8",
37
+ "@webex/storage-adapter-spec": "3.0.0-beta.8",
38
+ "@webex/webex-core": "3.0.0-beta.8",
39
39
  "lodash": "^4.17.21",
40
40
  "uuid": "^3.3.2"
41
41
  }