@webex/plugin-authorization 1.159.5 → 1.161.0

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.
@@ -12,17 +12,17 @@ _Object$defineProperty(exports, "__esModule", {
12
12
  value: true
13
13
  });
14
14
 
15
- _Object$defineProperty(exports, "default", {
15
+ _Object$defineProperty(exports, "config", {
16
16
  enumerable: true,
17
17
  get: function get() {
18
- return _pluginAuthorizationBrowser.default;
18
+ return _pluginAuthorizationBrowser.config;
19
19
  }
20
20
  });
21
21
 
22
- _Object$defineProperty(exports, "config", {
22
+ _Object$defineProperty(exports, "default", {
23
23
  enumerable: true,
24
24
  get: function get() {
25
- return _pluginAuthorizationBrowser.config;
25
+ return _pluginAuthorizationBrowser.default;
26
26
  }
27
27
  });
28
28
 
@@ -1 +1 @@
1
- {"version":3,"sources":["index.browser.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA","sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nexport {default, config} from '@webex/plugin-authorization-browser';\n"]}
1
+ {"version":3,"names":[],"sources":["index.browser.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nexport {default, config} from '@webex/plugin-authorization-browser';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA"}
package/dist/index.js CHANGED
@@ -12,17 +12,17 @@ _Object$defineProperty(exports, "__esModule", {
12
12
  value: true
13
13
  });
14
14
 
15
- _Object$defineProperty(exports, "default", {
15
+ _Object$defineProperty(exports, "config", {
16
16
  enumerable: true,
17
17
  get: function get() {
18
- return _pluginAuthorizationNode.default;
18
+ return _pluginAuthorizationNode.config;
19
19
  }
20
20
  });
21
21
 
22
- _Object$defineProperty(exports, "config", {
22
+ _Object$defineProperty(exports, "default", {
23
23
  enumerable: true,
24
24
  get: function get() {
25
- return _pluginAuthorizationNode.config;
25
+ return _pluginAuthorizationNode.default;
26
26
  }
27
27
  });
28
28
 
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA","sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nexport {default, config} from '@webex/plugin-authorization-node';\n"]}
1
+ {"version":3,"names":[],"sources":["index.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nexport {default, config} from '@webex/plugin-authorization-node';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-authorization",
3
- "version": "1.159.5",
3
+ "version": "1.161.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@babel/runtime-corejs2": "^7.14.8",
24
- "@webex/plugin-authorization-node": "1.159.5",
25
- "@webex/plugin-authorization-browser": "1.159.5",
24
+ "@webex/plugin-authorization-node": "1.161.0",
25
+ "@webex/plugin-authorization-browser": "1.161.0",
26
26
  "envify": "^4.1.0"
27
27
  }
28
28
  }