webex-node 3.12.0-webex-services-ready.2 → 3.12.0-webex-services-ready.3
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 +21 -21
package/dist/webex-node.js
CHANGED
package/package.json
CHANGED
|
@@ -46,27 +46,27 @@
|
|
|
46
46
|
"@babel/polyfill": "^7.12.1",
|
|
47
47
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
48
48
|
"@webex/common": "3.12.0-webex-services-ready.1",
|
|
49
|
-
"@webex/internal-plugin-calendar": "3.12.0-webex-services-ready.
|
|
50
|
-
"@webex/internal-plugin-device": "3.12.0-webex-services-ready.
|
|
51
|
-
"@webex/internal-plugin-llm": "3.12.0-webex-services-ready.
|
|
52
|
-
"@webex/internal-plugin-presence": "3.12.0-webex-services-ready.
|
|
53
|
-
"@webex/internal-plugin-support": "3.12.0-webex-services-ready.
|
|
54
|
-
"@webex/internal-plugin-voicea": "3.12.0-webex-services-ready.
|
|
55
|
-
"@webex/plugin-attachment-actions": "3.12.0-webex-services-ready.
|
|
56
|
-
"@webex/plugin-authorization": "3.12.0-webex-services-ready.
|
|
57
|
-
"@webex/plugin-device-manager": "3.12.0-webex-services-ready.
|
|
58
|
-
"@webex/plugin-encryption": "3.12.0-webex-services-ready.
|
|
59
|
-
"@webex/plugin-logger": "3.12.0-webex-services-ready.
|
|
60
|
-
"@webex/plugin-memberships": "3.12.0-webex-services-ready.
|
|
61
|
-
"@webex/plugin-messages": "3.12.0-webex-services-ready.
|
|
62
|
-
"@webex/plugin-people": "3.12.0-webex-services-ready.
|
|
63
|
-
"@webex/plugin-rooms": "3.12.0-webex-services-ready.
|
|
64
|
-
"@webex/plugin-team-memberships": "3.12.0-webex-services-ready.
|
|
65
|
-
"@webex/plugin-teams": "3.12.0-webex-services-ready.
|
|
66
|
-
"@webex/plugin-webhooks": "3.12.0-webex-services-ready.
|
|
67
|
-
"@webex/storage-adapter-local-storage": "3.12.0-webex-services-ready.
|
|
68
|
-
"@webex/webex-core": "3.12.0-webex-services-ready.
|
|
49
|
+
"@webex/internal-plugin-calendar": "3.12.0-webex-services-ready.3",
|
|
50
|
+
"@webex/internal-plugin-device": "3.12.0-webex-services-ready.3",
|
|
51
|
+
"@webex/internal-plugin-llm": "3.12.0-webex-services-ready.3",
|
|
52
|
+
"@webex/internal-plugin-presence": "3.12.0-webex-services-ready.3",
|
|
53
|
+
"@webex/internal-plugin-support": "3.12.0-webex-services-ready.3",
|
|
54
|
+
"@webex/internal-plugin-voicea": "3.12.0-webex-services-ready.3",
|
|
55
|
+
"@webex/plugin-attachment-actions": "3.12.0-webex-services-ready.3",
|
|
56
|
+
"@webex/plugin-authorization": "3.12.0-webex-services-ready.3",
|
|
57
|
+
"@webex/plugin-device-manager": "3.12.0-webex-services-ready.3",
|
|
58
|
+
"@webex/plugin-encryption": "3.12.0-webex-services-ready.3",
|
|
59
|
+
"@webex/plugin-logger": "3.12.0-webex-services-ready.3",
|
|
60
|
+
"@webex/plugin-memberships": "3.12.0-webex-services-ready.3",
|
|
61
|
+
"@webex/plugin-messages": "3.12.0-webex-services-ready.3",
|
|
62
|
+
"@webex/plugin-people": "3.12.0-webex-services-ready.3",
|
|
63
|
+
"@webex/plugin-rooms": "3.12.0-webex-services-ready.3",
|
|
64
|
+
"@webex/plugin-team-memberships": "3.12.0-webex-services-ready.3",
|
|
65
|
+
"@webex/plugin-teams": "3.12.0-webex-services-ready.3",
|
|
66
|
+
"@webex/plugin-webhooks": "3.12.0-webex-services-ready.3",
|
|
67
|
+
"@webex/storage-adapter-local-storage": "3.12.0-webex-services-ready.3",
|
|
68
|
+
"@webex/webex-core": "3.12.0-webex-services-ready.3",
|
|
69
69
|
"lodash": "^4.17.21"
|
|
70
70
|
},
|
|
71
|
-
"version": "3.12.0-webex-services-ready.
|
|
71
|
+
"version": "3.12.0-webex-services-ready.3"
|
|
72
72
|
}
|