@webex/recipe-private-web-client 3.8.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 (1) hide show
  1. package/package.json +27 -27
package/package.json CHANGED
@@ -19,28 +19,28 @@
19
19
  ]
20
20
  },
21
21
  "dependencies": {
22
- "@webex/internal-plugin-avatar": "3.8.1",
23
- "@webex/internal-plugin-board": "3.8.1",
24
- "@webex/internal-plugin-calendar": "3.8.1",
25
- "@webex/internal-plugin-conversation": "3.8.1",
26
- "@webex/internal-plugin-device": "3.8.1",
27
- "@webex/internal-plugin-encryption": "3.8.1",
28
- "@webex/internal-plugin-feature": "3.8.1",
29
- "@webex/internal-plugin-flag": "3.8.1",
30
- "@webex/internal-plugin-lyra": "3.8.1",
31
- "@webex/internal-plugin-mercury": "3.8.1",
32
- "@webex/internal-plugin-metrics": "3.8.1",
33
- "@webex/internal-plugin-presence": "3.8.1",
34
- "@webex/internal-plugin-search": "3.8.1",
35
- "@webex/internal-plugin-support": "3.8.1",
36
- "@webex/internal-plugin-team": "3.8.1",
37
- "@webex/internal-plugin-user": "3.8.1",
38
- "@webex/plugin-authorization-browser-first-party": "3.8.1",
39
- "@webex/plugin-logger": "3.8.1",
40
- "@webex/plugin-people": "3.8.1",
41
- "@webex/storage-adapter-local-forage": "3.8.1",
42
- "@webex/storage-adapter-local-storage": "3.8.1",
43
- "@webex/webex-core": "3.8.1",
22
+ "@webex/internal-plugin-avatar": "3.9.0-next.1",
23
+ "@webex/internal-plugin-board": "3.9.0-next.1",
24
+ "@webex/internal-plugin-calendar": "3.9.0-next.1",
25
+ "@webex/internal-plugin-conversation": "3.9.0-next.1",
26
+ "@webex/internal-plugin-device": "3.9.0-next.1",
27
+ "@webex/internal-plugin-encryption": "3.9.0-next.1",
28
+ "@webex/internal-plugin-feature": "3.9.0-next.1",
29
+ "@webex/internal-plugin-flag": "3.9.0-next.1",
30
+ "@webex/internal-plugin-lyra": "3.9.0-next.1",
31
+ "@webex/internal-plugin-mercury": "3.9.0-next.1",
32
+ "@webex/internal-plugin-metrics": "3.9.0-next.1",
33
+ "@webex/internal-plugin-presence": "3.9.0-next.1",
34
+ "@webex/internal-plugin-search": "3.9.0-next.1",
35
+ "@webex/internal-plugin-support": "3.9.0-next.1",
36
+ "@webex/internal-plugin-team": "3.9.0-next.1",
37
+ "@webex/internal-plugin-user": "3.9.0-next.1",
38
+ "@webex/plugin-authorization-browser-first-party": "3.9.0-next.1",
39
+ "@webex/plugin-logger": "3.9.0-next.1",
40
+ "@webex/plugin-people": "3.9.0-next.1",
41
+ "@webex/storage-adapter-local-forage": "3.9.0-next.1",
42
+ "@webex/storage-adapter-local-storage": "3.9.0-next.1",
43
+ "@webex/webex-core": "3.9.0-next.1",
44
44
  "lodash": "^4.17.21"
45
45
  },
46
46
  "scripts": {
@@ -58,12 +58,12 @@
58
58
  "@webex/eslint-config-legacy": "0.0.0",
59
59
  "@webex/jest-config-legacy": "0.0.0",
60
60
  "@webex/legacy-tools": "0.0.0",
61
- "@webex/test-helper-chai": "3.8.1",
62
- "@webex/test-helper-mocha": "3.8.1",
63
- "@webex/test-helper-mock-webex": "3.8.1",
64
- "@webex/test-helper-test-users": "3.8.1",
61
+ "@webex/test-helper-chai": "3.8.1-next.11",
62
+ "@webex/test-helper-mocha": "3.8.1-next.11",
63
+ "@webex/test-helper-mock-webex": "3.8.1-next.11",
64
+ "@webex/test-helper-test-users": "3.8.1-next.11",
65
65
  "eslint": "^8.24.0",
66
66
  "prettier": "^2.7.1"
67
67
  },
68
- "version": "3.8.1"
68
+ "version": "3.9.0-next.1"
69
69
  }