@webex/plugin-authorization-node 3.0.0-beta.95 → 3.0.0-beta.96

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.
@@ -144,7 +144,7 @@ var Authorization = _webexCore.WebexPlugin.extend((_dec = (0, _common.whileInFli
144
144
  return _this2.webex.internal.services.initServiceCatalogs();
145
145
  });
146
146
  },
147
- version: "3.0.0-beta.95"
147
+ version: "3.0.0-beta.96"
148
148
  }, ((0, _applyDecoratedDescriptor2.default)(_obj, "requestAuthorizationCodeGrant", [_dec, _common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAuthorizationCodeGrant"), _obj), (0, _applyDecoratedDescriptor2.default)(_obj, "requestAccessTokenFromJwt", [_common.oneFlight], (0, _getOwnPropertyDescriptor.default)(_obj, "requestAccessTokenFromJwt"), _obj)), _obj)));
149
149
  var _default = Authorization;
150
150
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-authorization-node",
3
- "version": "3.0.0-beta.95",
3
+ "version": "3.0.0-beta.96",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -21,18 +21,18 @@
21
21
  ]
22
22
  },
23
23
  "devDependencies": {
24
- "@webex/test-helper-appid": "3.0.0-beta.95",
25
- "@webex/test-helper-chai": "3.0.0-beta.95",
26
- "@webex/test-helper-mocha": "3.0.0-beta.95",
27
- "@webex/test-helper-mock-webex": "3.0.0-beta.95",
28
- "@webex/test-helper-test-users": "3.0.0-beta.95",
24
+ "@webex/test-helper-appid": "3.0.0-beta.96",
25
+ "@webex/test-helper-chai": "3.0.0-beta.96",
26
+ "@webex/test-helper-mocha": "3.0.0-beta.96",
27
+ "@webex/test-helper-mock-webex": "3.0.0-beta.96",
28
+ "@webex/test-helper-test-users": "3.0.0-beta.96",
29
29
  "sinon": "^9.2.4"
30
30
  },
31
31
  "dependencies": {
32
- "@webex/common": "3.0.0-beta.95",
33
- "@webex/internal-plugin-device": "3.0.0-beta.95",
34
- "@webex/plugin-authorization-node": "3.0.0-beta.95",
35
- "@webex/webex-core": "3.0.0-beta.95",
32
+ "@webex/common": "3.0.0-beta.96",
33
+ "@webex/internal-plugin-device": "3.0.0-beta.96",
34
+ "@webex/plugin-authorization-node": "3.0.0-beta.96",
35
+ "@webex/webex-core": "3.0.0-beta.96",
36
36
  "uuid": "^3.3.2"
37
37
  }
38
38
  }