webex-node 3.9.0 → 3.10.0-next.2
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.
- package/dist/webex-node.js +1 -1
- package/package.json +30 -28
package/dist/webex-node.js
CHANGED
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"directory": "packages/webex-node"
|
|
18
18
|
},
|
|
19
19
|
"engines": {
|
|
20
|
-
"node": ">=
|
|
20
|
+
"node": ">=18"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "yarn build:src",
|
|
@@ -28,43 +28,45 @@
|
|
|
28
28
|
"deploy:npm": "yarn npm publish"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
+
"@babel/core": "^7.22.11",
|
|
31
32
|
"@webex/babel-config-legacy": "0.0.0",
|
|
32
33
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
33
34
|
"@webex/jest-config-legacy": "0.0.0",
|
|
34
35
|
"@webex/legacy-tools": "0.0.0",
|
|
35
|
-
"@webex/test-helper-chai": "3.
|
|
36
|
-
"@webex/test-helper-file": "3.
|
|
37
|
-
"@webex/test-helper-mocha": "3.
|
|
38
|
-
"@webex/test-helper-mock-webex": "3.
|
|
39
|
-
"@webex/test-helper-test-users": "3.
|
|
36
|
+
"@webex/test-helper-chai": "3.8.1-next.11",
|
|
37
|
+
"@webex/test-helper-file": "3.8.1-next.11",
|
|
38
|
+
"@webex/test-helper-mocha": "3.8.1-next.11",
|
|
39
|
+
"@webex/test-helper-mock-webex": "3.8.1-next.11",
|
|
40
|
+
"@webex/test-helper-test-users": "3.8.1-next.11",
|
|
40
41
|
"eslint": "^8.24.0",
|
|
42
|
+
"prettier": "^2.7.1",
|
|
41
43
|
"sinon": "^9.2.4"
|
|
42
44
|
},
|
|
43
45
|
"dependencies": {
|
|
44
46
|
"@babel/polyfill": "^7.12.1",
|
|
45
47
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
46
|
-
"@webex/common": "3.
|
|
47
|
-
"@webex/internal-plugin-calendar": "3.
|
|
48
|
-
"@webex/internal-plugin-device": "3.
|
|
49
|
-
"@webex/internal-plugin-llm": "3.
|
|
50
|
-
"@webex/internal-plugin-presence": "3.
|
|
51
|
-
"@webex/internal-plugin-support": "3.
|
|
52
|
-
"@webex/internal-plugin-voicea": "3.
|
|
53
|
-
"@webex/plugin-attachment-actions": "3.
|
|
54
|
-
"@webex/plugin-authorization": "3.
|
|
55
|
-
"@webex/plugin-device-manager": "3.
|
|
56
|
-
"@webex/plugin-encryption": "3.
|
|
57
|
-
"@webex/plugin-logger": "3.
|
|
58
|
-
"@webex/plugin-memberships": "3.
|
|
59
|
-
"@webex/plugin-messages": "3.
|
|
60
|
-
"@webex/plugin-people": "3.
|
|
61
|
-
"@webex/plugin-rooms": "3.
|
|
62
|
-
"@webex/plugin-team-memberships": "3.
|
|
63
|
-
"@webex/plugin-teams": "3.
|
|
64
|
-
"@webex/plugin-webhooks": "3.
|
|
65
|
-
"@webex/storage-adapter-local-storage": "3.
|
|
66
|
-
"@webex/webex-core": "3.
|
|
48
|
+
"@webex/common": "3.8.1-next.11",
|
|
49
|
+
"@webex/internal-plugin-calendar": "3.10.0-next.2",
|
|
50
|
+
"@webex/internal-plugin-device": "3.10.0-next.2",
|
|
51
|
+
"@webex/internal-plugin-llm": "3.10.0-next.2",
|
|
52
|
+
"@webex/internal-plugin-presence": "3.10.0-next.2",
|
|
53
|
+
"@webex/internal-plugin-support": "3.10.0-next.2",
|
|
54
|
+
"@webex/internal-plugin-voicea": "3.10.0-next.2",
|
|
55
|
+
"@webex/plugin-attachment-actions": "3.10.0-next.2",
|
|
56
|
+
"@webex/plugin-authorization": "3.10.0-next.2",
|
|
57
|
+
"@webex/plugin-device-manager": "3.10.0-next.2",
|
|
58
|
+
"@webex/plugin-encryption": "3.10.0-next.2",
|
|
59
|
+
"@webex/plugin-logger": "3.10.0-next.2",
|
|
60
|
+
"@webex/plugin-memberships": "3.10.0-next.2",
|
|
61
|
+
"@webex/plugin-messages": "3.10.0-next.2",
|
|
62
|
+
"@webex/plugin-people": "3.10.0-next.2",
|
|
63
|
+
"@webex/plugin-rooms": "3.10.0-next.2",
|
|
64
|
+
"@webex/plugin-team-memberships": "3.10.0-next.2",
|
|
65
|
+
"@webex/plugin-teams": "3.10.0-next.2",
|
|
66
|
+
"@webex/plugin-webhooks": "3.10.0-next.2",
|
|
67
|
+
"@webex/storage-adapter-local-storage": "3.10.0-next.2",
|
|
68
|
+
"@webex/webex-core": "3.10.0-next.2",
|
|
67
69
|
"lodash": "^4.17.21"
|
|
68
70
|
},
|
|
69
|
-
"version": "3.
|
|
71
|
+
"version": "3.10.0-next.2"
|
|
70
72
|
}
|