@webex/recipe-private-web-client 3.9.0 → 3.10.0

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 +28 -28
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "directory": "packages/@webex/recipe-private-web-client"
11
11
  },
12
12
  "engines": {
13
- "node": ">=16"
13
+ "node": ">=18"
14
14
  },
15
15
  "browserify": {
16
16
  "transform": [
@@ -19,28 +19,28 @@
19
19
  ]
20
20
  },
21
21
  "dependencies": {
22
- "@webex/internal-plugin-avatar": "3.9.0",
23
- "@webex/internal-plugin-board": "3.9.0",
24
- "@webex/internal-plugin-calendar": "3.9.0",
25
- "@webex/internal-plugin-conversation": "3.9.0",
26
- "@webex/internal-plugin-device": "3.9.0",
27
- "@webex/internal-plugin-encryption": "3.9.0",
28
- "@webex/internal-plugin-feature": "3.9.0",
29
- "@webex/internal-plugin-flag": "3.9.0",
30
- "@webex/internal-plugin-lyra": "3.9.0",
31
- "@webex/internal-plugin-mercury": "3.9.0",
32
- "@webex/internal-plugin-metrics": "3.9.0",
33
- "@webex/internal-plugin-presence": "3.9.0",
34
- "@webex/internal-plugin-search": "3.9.0",
35
- "@webex/internal-plugin-support": "3.9.0",
36
- "@webex/internal-plugin-team": "3.9.0",
37
- "@webex/internal-plugin-user": "3.9.0",
38
- "@webex/plugin-authorization-browser-first-party": "3.9.0",
39
- "@webex/plugin-logger": "3.9.0",
40
- "@webex/plugin-people": "3.9.0",
41
- "@webex/storage-adapter-local-forage": "3.9.0",
42
- "@webex/storage-adapter-local-storage": "3.9.0",
43
- "@webex/webex-core": "3.9.0",
22
+ "@webex/internal-plugin-avatar": "3.10.0",
23
+ "@webex/internal-plugin-board": "3.10.0",
24
+ "@webex/internal-plugin-calendar": "3.10.0",
25
+ "@webex/internal-plugin-conversation": "3.10.0",
26
+ "@webex/internal-plugin-device": "3.10.0",
27
+ "@webex/internal-plugin-encryption": "3.10.0",
28
+ "@webex/internal-plugin-feature": "3.10.0",
29
+ "@webex/internal-plugin-flag": "3.10.0",
30
+ "@webex/internal-plugin-lyra": "3.10.0",
31
+ "@webex/internal-plugin-mercury": "3.10.0",
32
+ "@webex/internal-plugin-metrics": "3.10.0",
33
+ "@webex/internal-plugin-presence": "3.10.0",
34
+ "@webex/internal-plugin-search": "3.10.0",
35
+ "@webex/internal-plugin-support": "3.10.0",
36
+ "@webex/internal-plugin-team": "3.10.0",
37
+ "@webex/internal-plugin-user": "3.10.0",
38
+ "@webex/plugin-authorization-browser-first-party": "3.10.0",
39
+ "@webex/plugin-logger": "3.10.0",
40
+ "@webex/plugin-people": "3.10.0",
41
+ "@webex/storage-adapter-local-forage": "3.10.0",
42
+ "@webex/storage-adapter-local-storage": "3.10.0",
43
+ "@webex/webex-core": "3.10.0",
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.9.0",
62
- "@webex/test-helper-mocha": "3.9.0",
63
- "@webex/test-helper-mock-webex": "3.9.0",
64
- "@webex/test-helper-test-users": "3.9.0",
61
+ "@webex/test-helper-chai": "3.10.0",
62
+ "@webex/test-helper-mocha": "3.10.0",
63
+ "@webex/test-helper-mock-webex": "3.10.0",
64
+ "@webex/test-helper-test-users": "3.10.0",
65
65
  "eslint": "^8.24.0",
66
66
  "prettier": "^2.7.1"
67
67
  },
68
- "version": "3.9.0"
68
+ "version": "3.10.0"
69
69
  }