@webex/internal-plugin-wdm 1.159.5 → 1.159.6

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 CHANGED
@@ -12,45 +12,45 @@ _Object$defineProperty(exports, "__esModule", {
12
12
  value: true
13
13
  });
14
14
 
15
- _Object$defineProperty(exports, "config", {
15
+ _Object$defineProperty(exports, "DeviceUrlInterceptor", {
16
16
  enumerable: true,
17
17
  get: function get() {
18
- return _internalPluginDevice.config;
18
+ return _internalPluginDevice.DeviceUrlInterceptor;
19
19
  }
20
20
  });
21
21
 
22
- _Object$defineProperty(exports, "constants", {
22
+ _Object$defineProperty(exports, "FeatureCollection", {
23
23
  enumerable: true,
24
24
  get: function get() {
25
- return _internalPluginDevice.constants;
25
+ return _internalPluginDevice.FeatureCollection;
26
26
  }
27
27
  });
28
28
 
29
- _Object$defineProperty(exports, "DeviceUrlInterceptor", {
29
+ _Object$defineProperty(exports, "FeatureModel", {
30
30
  enumerable: true,
31
31
  get: function get() {
32
- return _internalPluginDevice.DeviceUrlInterceptor;
32
+ return _internalPluginDevice.FeatureModel;
33
33
  }
34
34
  });
35
35
 
36
- _Object$defineProperty(exports, "FeatureCollection", {
36
+ _Object$defineProperty(exports, "FeaturesModel", {
37
37
  enumerable: true,
38
38
  get: function get() {
39
- return _internalPluginDevice.FeatureCollection;
39
+ return _internalPluginDevice.FeaturesModel;
40
40
  }
41
41
  });
42
42
 
43
- _Object$defineProperty(exports, "FeatureModel", {
43
+ _Object$defineProperty(exports, "config", {
44
44
  enumerable: true,
45
45
  get: function get() {
46
- return _internalPluginDevice.FeatureModel;
46
+ return _internalPluginDevice.config;
47
47
  }
48
48
  });
49
49
 
50
- _Object$defineProperty(exports, "FeaturesModel", {
50
+ _Object$defineProperty(exports, "constants", {
51
51
  enumerable: true,
52
52
  get: function get() {
53
- return _internalPluginDevice.FeaturesModel;
53
+ return _internalPluginDevice.constants;
54
54
  }
55
55
  });
56
56
 
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.js"],"names":["Device"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA;;;;;;AAJA;AACA;AACA;eAWeA,6B","sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport Device, {\n config,\n constants,\n DeviceUrlInterceptor,\n FeatureCollection,\n FeatureModel,\n FeaturesModel\n} from '@webex/internal-plugin-device';\n\nexport default Device;\nexport {\n config,\n constants,\n DeviceUrlInterceptor,\n FeatureCollection,\n FeatureModel,\n FeaturesModel\n};\n"]}
1
+ {"version":3,"names":["Device"],"sources":["index.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport Device, {\n config,\n constants,\n DeviceUrlInterceptor,\n FeatureCollection,\n FeatureModel,\n FeaturesModel\n} from '@webex/internal-plugin-device';\n\nexport default Device;\nexport {\n config,\n constants,\n DeviceUrlInterceptor,\n FeatureCollection,\n FeatureModel,\n FeaturesModel\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIA;;;;;;AAJA;AACA;AACA;eAWeA,6B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-wdm",
3
- "version": "1.159.5",
3
+ "version": "1.159.6",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Ian W. Remmel <iremmel@cisco.com>",
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@babel/runtime-corejs2": "^7.14.8",
20
- "@webex/internal-plugin-device": "1.159.5",
20
+ "@webex/internal-plugin-device": "1.159.6",
21
21
  "envify": "^4.1.0"
22
22
  }
23
23
  }