@voicenter-team/opensips-js 1.0.89 → 1.0.90

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/opensips-js",
3
- "version": "1.0.89",
3
+ "version": "1.0.90",
4
4
  "description": "The JS package for opensips",
5
5
  "default": "src/index.ts",
6
6
  "jsdelivr": "dist/opensips-js.umd.js",
@@ -12,7 +12,7 @@
12
12
  "dev": "vite",
13
13
  "build": "cross-env TARGET=lib vite build",
14
14
  "build-demo": "cross-env TARGET=demo vite build",
15
- "docs-build": "yarn run build-demo && cd docs && yarn && yarn run build",
15
+ "docs-build": "cd docs && yarn && yarn run build",
16
16
  "test": "echo \"Error: no test specified\" && exit 1",
17
17
  "ts-check": "tsc --noEmit",
18
18
  "lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts --fix --ignore-path .gitignore"
@@ -65,5 +65,6 @@
65
65
  "files": [
66
66
  "dist",
67
67
  "src/types"
68
- ]
68
+ ],
69
+ "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
69
70
  }