@webex/internal-plugin-feature 3.0.0-bnr.0 → 3.0.0-bnr.3

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.
Files changed (2) hide show
  1. package/dist/feature.js +1 -1
  2. package/package.json +9 -9
package/dist/feature.js CHANGED
@@ -130,7 +130,7 @@ var Feature = _webexCore.WebexPlugin.extend({
130
130
  this.listenToAndRun(this.webex, 'change:internal.device.features.entitlement', this.trigger.bind(this, 'change:entitlement'));
131
131
  this.listenToAndRun(this.webex, 'change:internal.device.features.user', this.trigger.bind(this, 'change:user'));
132
132
  },
133
- version: "3.0.0-bnr.0"
133
+ version: "3.0.0-bnr.3"
134
134
  });
135
135
  var _default = Feature;
136
136
  exports.default = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-feature",
3
- "version": "3.0.0-bnr.0",
3
+ "version": "3.0.0-bnr.3",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Aimee <aimma@cisco.com>",
@@ -21,17 +21,17 @@
21
21
  ]
22
22
  },
23
23
  "devDependencies": {
24
- "@webex/test-helper-chai": "3.0.0-bnr.0",
25
- "@webex/test-helper-mocha": "3.0.0-bnr.0",
26
- "@webex/test-helper-mock-webex": "3.0.0-bnr.0",
27
- "@webex/test-helper-test-users": "3.0.0-bnr.0",
24
+ "@webex/test-helper-chai": "3.0.0-bnr.3",
25
+ "@webex/test-helper-mocha": "3.0.0-bnr.3",
26
+ "@webex/test-helper-mock-webex": "3.0.0-bnr.3",
27
+ "@webex/test-helper-test-users": "3.0.0-bnr.3",
28
28
  "sinon": "^9.2.4"
29
29
  },
30
30
  "dependencies": {
31
- "@webex/internal-plugin-device": "3.0.0-bnr.0",
32
- "@webex/internal-plugin-feature": "3.0.0-bnr.0",
33
- "@webex/internal-plugin-mercury": "3.0.0-bnr.0",
34
- "@webex/webex-core": "3.0.0-bnr.0",
31
+ "@webex/internal-plugin-device": "3.0.0-bnr.3",
32
+ "@webex/internal-plugin-feature": "3.0.0-bnr.3",
33
+ "@webex/internal-plugin-mercury": "3.0.0-bnr.3",
34
+ "@webex/webex-core": "3.0.0-bnr.3",
35
35
  "lodash": "^4.17.21"
36
36
  }
37
37
  }