@webex/plugin-teams 3.8.1-web-workers-keepalive.1 → 3.9.0-next.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/teams.js +1 -1
  2. package/package.json +12 -12
package/dist/teams.js CHANGED
@@ -155,7 +155,7 @@ var Teams = _webexCore.WebexPlugin.extend({
155
155
  return res.body;
156
156
  });
157
157
  },
158
- version: "3.8.1-web-workers-keepalive.1"
158
+ version: "3.9.0-next.1"
159
159
  });
160
160
  var _default = exports.default = Teams;
161
161
  //# sourceMappingURL=teams.js.map
package/package.json CHANGED
@@ -24,24 +24,24 @@
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-web-workers-keepalive.1",
28
- "@webex/test-helper-mocha": "3.8.1-web-workers-keepalive.1",
29
- "@webex/test-helper-mock-webex": "3.8.1-web-workers-keepalive.1",
30
- "@webex/test-helper-test-users": "3.8.1-web-workers-keepalive.1",
27
+ "@webex/test-helper-chai": "3.8.1-next.11",
28
+ "@webex/test-helper-mocha": "3.8.1-next.11",
29
+ "@webex/test-helper-mock-webex": "3.8.1-next.11",
30
+ "@webex/test-helper-test-users": "3.8.1-next.11",
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/internal-plugin-device": "3.8.1-web-workers-keepalive.1",
37
- "@webex/plugin-logger": "3.8.1-web-workers-keepalive.1",
38
- "@webex/plugin-memberships": "3.8.1-web-workers-keepalive.1",
39
- "@webex/plugin-rooms": "3.8.1-web-workers-keepalive.1",
40
- "@webex/test-helper-chai": "3.8.1-web-workers-keepalive.1",
41
- "@webex/test-helper-test-users": "3.8.1-web-workers-keepalive.1",
42
- "@webex/webex-core": "3.8.1-web-workers-keepalive.1",
36
+ "@webex/internal-plugin-device": "3.9.0-next.1",
37
+ "@webex/webex-core": "3.9.0-next.1",
43
38
  "lodash": "^4.17.21"
44
39
  },
40
+ "peerDependencies": {
41
+ "@webex/plugin-logger": "3.9.0-next.1",
42
+ "@webex/plugin-memberships": "3.9.0-next.1",
43
+ "@webex/plugin-rooms": "3.9.0-next.1"
44
+ },
45
45
  "scripts": {
46
46
  "build": "yarn build:src",
47
47
  "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
@@ -50,5 +50,5 @@
50
50
  "test:browser:broken": "webex-legacy-tools test --integration --runner karma",
51
51
  "test:style": "eslint ./src/**/*.*"
52
52
  },
53
- "version": "3.8.1-web-workers-keepalive.1"
53
+ "version": "3.9.0-next.1"
54
54
  }