webex-node 3.11.0 → 3.12.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.
- package/dist/webex-node.js +1 -1
- package/package.json +27 -27
package/dist/webex-node.js
CHANGED
package/package.json
CHANGED
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
34
34
|
"@webex/jest-config-legacy": "0.0.0",
|
|
35
35
|
"@webex/legacy-tools": "0.0.0",
|
|
36
|
-
"@webex/test-helper-chai": "3.
|
|
37
|
-
"@webex/test-helper-file": "3.
|
|
38
|
-
"@webex/test-helper-mocha": "3.
|
|
39
|
-
"@webex/test-helper-mock-webex": "3.
|
|
40
|
-
"@webex/test-helper-test-users": "3.
|
|
36
|
+
"@webex/test-helper-chai": "3.12.0",
|
|
37
|
+
"@webex/test-helper-file": "3.12.0",
|
|
38
|
+
"@webex/test-helper-mocha": "3.12.0",
|
|
39
|
+
"@webex/test-helper-mock-webex": "3.12.0",
|
|
40
|
+
"@webex/test-helper-test-users": "3.12.0",
|
|
41
41
|
"eslint": "^8.24.0",
|
|
42
42
|
"prettier": "^2.7.1",
|
|
43
43
|
"sinon": "^9.2.4"
|
|
@@ -45,28 +45,28 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/polyfill": "^7.12.1",
|
|
47
47
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
48
|
-
"@webex/common": "3.
|
|
49
|
-
"@webex/internal-plugin-calendar": "3.
|
|
50
|
-
"@webex/internal-plugin-device": "3.
|
|
51
|
-
"@webex/internal-plugin-llm": "3.
|
|
52
|
-
"@webex/internal-plugin-presence": "3.
|
|
53
|
-
"@webex/internal-plugin-support": "3.
|
|
54
|
-
"@webex/internal-plugin-voicea": "3.
|
|
55
|
-
"@webex/plugin-attachment-actions": "3.
|
|
56
|
-
"@webex/plugin-authorization": "3.
|
|
57
|
-
"@webex/plugin-device-manager": "3.
|
|
58
|
-
"@webex/plugin-encryption": "3.
|
|
59
|
-
"@webex/plugin-logger": "3.
|
|
60
|
-
"@webex/plugin-memberships": "3.
|
|
61
|
-
"@webex/plugin-messages": "3.
|
|
62
|
-
"@webex/plugin-people": "3.
|
|
63
|
-
"@webex/plugin-rooms": "3.
|
|
64
|
-
"@webex/plugin-team-memberships": "3.
|
|
65
|
-
"@webex/plugin-teams": "3.
|
|
66
|
-
"@webex/plugin-webhooks": "3.
|
|
67
|
-
"@webex/storage-adapter-local-storage": "3.
|
|
68
|
-
"@webex/webex-core": "3.
|
|
48
|
+
"@webex/common": "3.12.0",
|
|
49
|
+
"@webex/internal-plugin-calendar": "3.12.0",
|
|
50
|
+
"@webex/internal-plugin-device": "3.12.0",
|
|
51
|
+
"@webex/internal-plugin-llm": "3.12.0",
|
|
52
|
+
"@webex/internal-plugin-presence": "3.12.0",
|
|
53
|
+
"@webex/internal-plugin-support": "3.12.0",
|
|
54
|
+
"@webex/internal-plugin-voicea": "3.12.0",
|
|
55
|
+
"@webex/plugin-attachment-actions": "3.12.0",
|
|
56
|
+
"@webex/plugin-authorization": "3.12.0",
|
|
57
|
+
"@webex/plugin-device-manager": "3.12.0",
|
|
58
|
+
"@webex/plugin-encryption": "3.12.0",
|
|
59
|
+
"@webex/plugin-logger": "3.12.0",
|
|
60
|
+
"@webex/plugin-memberships": "3.12.0",
|
|
61
|
+
"@webex/plugin-messages": "3.12.0",
|
|
62
|
+
"@webex/plugin-people": "3.12.0",
|
|
63
|
+
"@webex/plugin-rooms": "3.12.0",
|
|
64
|
+
"@webex/plugin-team-memberships": "3.12.0",
|
|
65
|
+
"@webex/plugin-teams": "3.12.0",
|
|
66
|
+
"@webex/plugin-webhooks": "3.12.0",
|
|
67
|
+
"@webex/storage-adapter-local-storage": "3.12.0",
|
|
68
|
+
"@webex/webex-core": "3.12.0",
|
|
69
69
|
"lodash": "^4.17.21"
|
|
70
70
|
},
|
|
71
|
-
"version": "3.
|
|
71
|
+
"version": "3.12.0"
|
|
72
72
|
}
|