@moveo-ai/web-client 0.88.2-true.1 → 0.88.3-true.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.
- package/README.md +2 -2
- package/dist/iframe.min.js +1 -1
- package/dist/iframe.min.js.LICENSE.txt +2 -2
- package/dist/iframe.min.js.map +1 -1
- package/dist/iframe.v2.min.js +1 -1
- package/dist/iframe.v2.min.js.LICENSE.txt +1 -1
- package/dist/iframe.v2.min.js.map +1 -1
- package/dist/index.html +1 -1
- package/dist/preview.css.min.js +1 -1
- package/dist/preview.css.min.js.LICENSE.txt +1 -1
- package/dist/preview.css.min.js.map +1 -1
- package/dist/web-client.min.js +1 -1
- package/dist/web-client.min.js.LICENSE.txt +1 -1
- package/dist/web-client.min.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Add voice calling capabilities to your website:
|
|
|
35
35
|
|
|
36
36
|
### Prerequisites
|
|
37
37
|
|
|
38
|
-
- Node.js (
|
|
38
|
+
- Node.js (v22 or higher)
|
|
39
39
|
- npm or yarn
|
|
40
40
|
|
|
41
41
|
### Installation
|
|
@@ -200,4 +200,4 @@ Build settings:
|
|
|
200
200
|
|
|
201
201
|
- Build command: `npm run build`
|
|
202
202
|
- Build output directory: `dist`
|
|
203
|
-
- Node version:
|
|
203
|
+
- Node version: 22+
|