@webex/internal-plugin-flag 3.0.0-beta.6 → 3.0.0-beta.8

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/flag.js +1 -1
  2. package/package.json +8 -8
package/dist/flag.js CHANGED
@@ -265,7 +265,7 @@ var Flag = _webexCore.WebexPlugin.extend({
265
265
  return res.body;
266
266
  });
267
267
  },
268
- version: "3.0.0-beta.6"
268
+ version: "3.0.0-beta.8"
269
269
  });
270
270
 
271
271
  var _default = Flag;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/internal-plugin-flag",
3
- "version": "3.0.0-beta.6",
3
+ "version": "3.0.0-beta.8",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "author": "Saurabh Jain <saurjai3@cisco.com>",
@@ -21,13 +21,13 @@
21
21
  ]
22
22
  },
23
23
  "dependencies": {
24
- "@webex/internal-plugin-conversation": "3.0.0-beta.6",
25
- "@webex/internal-plugin-device": "3.0.0-beta.6",
26
- "@webex/internal-plugin-flag": "3.0.0-beta.6",
27
- "@webex/test-helper-chai": "3.0.0-beta.6",
28
- "@webex/test-helper-mock-webex": "3.0.0-beta.6",
29
- "@webex/test-helper-test-users": "3.0.0-beta.6",
30
- "@webex/webex-core": "3.0.0-beta.6",
24
+ "@webex/internal-plugin-conversation": "3.0.0-beta.8",
25
+ "@webex/internal-plugin-device": "3.0.0-beta.8",
26
+ "@webex/internal-plugin-flag": "3.0.0-beta.8",
27
+ "@webex/test-helper-chai": "3.0.0-beta.8",
28
+ "@webex/test-helper-mock-webex": "3.0.0-beta.8",
29
+ "@webex/test-helper-test-users": "3.0.0-beta.8",
30
+ "@webex/webex-core": "3.0.0-beta.8",
31
31
  "lodash": "^4.17.21"
32
32
  }
33
33
  }