@webex/plugin-authorization-browser 2.59.3-next.1 → 2.59.4-next.1

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.
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["require","_webexCore","_authorization","_interopRequireDefault","_config","proxies","registerPlugin","Authorization","config"],"sources":["index.js"],"sourcesContent":["/*!\r\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\r\n */\r\n\r\nimport '@webex/internal-plugin-device';\r\nimport {registerPlugin} from '@webex/webex-core';\r\n\r\nimport Authorization from './authorization';\r\nimport config from './config';\r\n\r\nconst proxies = ['isAuthorizing', 'isAuthenticating'];\r\n\r\nregisterPlugin('authorization', Authorization, {\r\n config,\r\n proxies,\r\n});\r\n\r\nexport {default} from './authorization';\r\nexport {default as config} from './config';\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAIAA,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AAEA,IAAAE,cAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,OAAA,GAAAD,sBAAA,CAAAH,OAAA;AARA;AACA;AACA;;AAQA,IAAMK,OAAO,GAAG,CAAC,eAAe,EAAE,kBAAkB,CAAC;AAErD,IAAAC,yBAAc,EAAC,eAAe,EAAEC,sBAAa,EAAE;EAC7CC,MAAM,EAANA,eAAM;EACNH,OAAO,EAAPA;AACF,CAAC,CAAC"}
1
+ {"version":3,"names":["require","_webexCore","_authorization","_interopRequireDefault","_config","proxies","registerPlugin","Authorization","config"],"sources":["index.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport '@webex/internal-plugin-device';\nimport {registerPlugin} from '@webex/webex-core';\n\nimport Authorization from './authorization';\nimport config from './config';\n\nconst proxies = ['isAuthorizing', 'isAuthenticating'];\n\nregisterPlugin('authorization', Authorization, {\n config,\n proxies,\n});\n\nexport {default} from './authorization';\nexport {default as config} from './config';\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAIAA,OAAA;AACA,IAAAC,UAAA,GAAAD,OAAA;AAEA,IAAAE,cAAA,GAAAC,sBAAA,CAAAH,OAAA;AACA,IAAAI,OAAA,GAAAD,sBAAA,CAAAH,OAAA;AARA;AACA;AACA;;AAQA,IAAMK,OAAO,GAAG,CAAC,eAAe,EAAE,kBAAkB,CAAC;AAErD,IAAAC,yBAAc,EAAC,eAAe,EAAEC,sBAAa,EAAE;EAC7CC,MAAM,EAANA,eAAM;EACNH,OAAO,EAAPA;AACF,CAAC,CAAC"}
package/jest.config.js CHANGED
@@ -1,3 +1,3 @@
1
- const config = require('@webex/jest-config-legacy');
2
-
3
- module.exports = config;
1
+ const config = require('@webex/jest-config-legacy');
2
+
3
+ module.exports = config;
package/package.json CHANGED
@@ -24,23 +24,23 @@
24
24
  "@webex/eslint-config-legacy": "^0.0.0",
25
25
  "@webex/jest-config-legacy": "^0.0.0",
26
26
  "@webex/legacy-tools": "^0.0.0",
27
- "@webex/test-helper-appid": "^2.59.3-next.1",
28
- "@webex/test-helper-automation": "^2.59.3-next.1",
29
- "@webex/test-helper-chai": "^2.59.3-next.1",
30
- "@webex/test-helper-mocha": "^2.59.3-next.1",
31
- "@webex/test-helper-mock-webex": "^2.59.3-next.1",
32
- "@webex/test-helper-test-users": "^2.59.3-next.1",
27
+ "@webex/test-helper-appid": "^2.59.4-next.1",
28
+ "@webex/test-helper-automation": "^2.59.4-next.1",
29
+ "@webex/test-helper-chai": "^2.59.4-next.1",
30
+ "@webex/test-helper-mocha": "^2.59.4-next.1",
31
+ "@webex/test-helper-mock-webex": "^2.59.4-next.1",
32
+ "@webex/test-helper-test-users": "^2.59.4-next.1",
33
33
  "eslint": "^8.24.0",
34
34
  "prettier": "^2.7.1",
35
35
  "sinon": "^9.2.4"
36
36
  },
37
37
  "dependencies": {
38
- "@webex/common": "^2.59.3-next.1",
39
- "@webex/internal-plugin-device": "^2.59.3-next.1",
40
- "@webex/plugin-authorization-node": "^2.59.3-next.1",
41
- "@webex/storage-adapter-local-storage": "^2.59.3-next.1",
42
- "@webex/storage-adapter-spec": "^2.59.3-next.1",
43
- "@webex/webex-core": "^2.59.3-next.1",
38
+ "@webex/common": "^2.59.4-next.1",
39
+ "@webex/internal-plugin-device": "^2.59.4-next.1",
40
+ "@webex/plugin-authorization-node": "^2.59.4-next.1",
41
+ "@webex/storage-adapter-local-storage": "^2.59.4-next.1",
42
+ "@webex/storage-adapter-spec": "^2.59.4-next.1",
43
+ "@webex/webex-core": "^2.59.4-next.1",
44
44
  "jose": "^4.13.1",
45
45
  "lodash": "^4.17.21",
46
46
  "uuid": "^3.3.2"
@@ -55,5 +55,5 @@
55
55
  "test:style": "eslint ./src/**/*.*",
56
56
  "test:unit": "webex-legacy-tools test --unit --runner jest"
57
57
  },
58
- "version": "2.59.3-next.1"
58
+ "version": "2.59.4-next.1"
59
59
  }
package/process CHANGED
@@ -1 +1 @@
1
- module.exports = {browser: true};
1
+ module.exports = {browser: true};