call-live-sdk 1.0.2 → 1.0.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "call-live-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/call-live-sdk.umd.js",
|
|
6
6
|
"module": "./dist/call-live-sdk.es.js",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
"dev": "vite --mode development",
|
|
19
19
|
"build": "vite build --mode production && pnpm run build:types",
|
|
20
20
|
"build:dev": "vite build --mode development && pnpm run build:types",
|
|
21
|
+
"build:test": "vite build --mode test && pnpm run build:types",
|
|
21
22
|
"build:types": "tsc --emitDeclarationOnly --outDir dist --noEmitOnError false",
|
|
22
|
-
"
|
|
23
|
-
"prepublishOnly": "pnpm run build",
|
|
23
|
+
"prepublishOnly": "npm version patch; pnpm run build",
|
|
24
24
|
"lint": "eslint . --ext .ts,.tsx",
|
|
25
25
|
"lint:fix": "eslint . --ext .ts,.tsx --fix",
|
|
26
26
|
"format": "prettier --check .",
|
|
27
27
|
"format:fix": "prettier --write .",
|
|
28
|
-
"check": "pnpm run lint &&
|
|
28
|
+
"check": "pnpm run lint && pnpm run format",
|
|
29
29
|
"test": "pnpm run build:dev && pnpm run preview"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|