@voicenter-team/opensips-js 1.0.104 → 1.0.105
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/opensips-js.cjs.js +1005 -1005
- package/dist/opensips-js.es.js +4600 -4600
- package/dist/opensips-js.iife.js +949 -949
- package/dist/opensips-js.umd.js +949 -949
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@voicenter-team/opensips-js",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.105",
|
4
4
|
"description": "The JS package for opensips",
|
5
5
|
"default": "src/index.ts",
|
6
6
|
"jsdelivr": "dist/opensips-js.iife.js",
|
@@ -43,8 +43,8 @@
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
44
44
|
"@typescript-eslint/parser": "^5.53.0",
|
45
45
|
"@vitejs/plugin-vue": "^4.2.3",
|
46
|
-
"@voicenter-team/eslint-config-ts": "^1.0.21",
|
47
46
|
"@voicenter-team/aws-uploader": "^1.0.10",
|
47
|
+
"@voicenter-team/eslint-config-ts": "^1.0.21",
|
48
48
|
"cross-env": "^7.0.3",
|
49
49
|
"dotenv": "^16.0.3",
|
50
50
|
"eslint": "^8.35.0",
|
@@ -61,6 +61,7 @@
|
|
61
61
|
"dependencies": {
|
62
62
|
"@mediapipe/selfie_segmentation": "^0.1.1675465747",
|
63
63
|
"@tensorflow-models/body-segmentation": "^1.0.2",
|
64
|
+
"@tensorflow/tfjs": "^4.22.0",
|
64
65
|
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
|
65
66
|
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
|
66
67
|
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
|