@webex/plugin-memberships 3.8.1 → 3.9.0-webinar5k.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.
Files changed (2) hide show
  1. package/dist/memberships.js +1 -1
  2. package/package.json +13 -13
@@ -598,7 +598,7 @@ var Memberships = _webexCore.WebexPlugin.extend({
598
598
  return null;
599
599
  }
600
600
  },
601
- version: "3.8.1"
601
+ version: "3.9.0-webinar5k.1"
602
602
  });
603
603
  var _default = exports.default = Memberships;
604
604
  //# sourceMappingURL=memberships.js.map
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-chai": "3.8.1",
28
- "@webex/test-helper-mocha": "3.8.1",
29
- "@webex/test-helper-mock-webex": "3.8.1",
30
- "@webex/test-helper-test-users": "3.8.1",
27
+ "@webex/test-helper-chai": "3.9.0-webinar5k.1",
28
+ "@webex/test-helper-mocha": "3.9.0-webinar5k.1",
29
+ "@webex/test-helper-mock-webex": "3.9.0-webinar5k.1",
30
+ "@webex/test-helper-test-users": "3.9.0-webinar5k.1",
31
31
  "eslint": "^8.24.0",
32
32
  "prettier": "^2.7.1",
33
33
  "sinon": "^9.2.4"
34
34
  },
35
35
  "dependencies": {
36
- "@webex/common": "3.8.1",
37
- "@webex/internal-plugin-conversation": "3.8.1",
38
- "@webex/internal-plugin-mercury": "3.8.1",
39
- "@webex/plugin-logger": "3.8.1",
40
- "@webex/plugin-messages": "3.8.1",
41
- "@webex/plugin-people": "3.8.1",
42
- "@webex/plugin-rooms": "3.8.1",
43
- "@webex/webex-core": "3.8.1",
36
+ "@webex/common": "3.9.0-webinar5k.1",
37
+ "@webex/internal-plugin-conversation": "3.9.0-webinar5k.1",
38
+ "@webex/internal-plugin-mercury": "3.9.0-webinar5k.1",
39
+ "@webex/plugin-logger": "3.9.0-webinar5k.1",
40
+ "@webex/plugin-messages": "3.9.0-webinar5k.1",
41
+ "@webex/plugin-people": "3.9.0-webinar5k.1",
42
+ "@webex/plugin-rooms": "3.9.0-webinar5k.1",
43
+ "@webex/webex-core": "3.9.0-webinar5k.1",
44
44
  "debug": "^4.3.4",
45
45
  "lodash": "^4.17.21"
46
46
  },
@@ -52,5 +52,5 @@
52
52
  "test:browser:broken": "webex-legacy-tools test --integration --runner karma",
53
53
  "test:style": "eslint ./src/**/*.*"
54
54
  },
55
- "version": "3.8.1"
55
+ "version": "3.9.0-webinar5k.1"
56
56
  }