@chaibuilder/sdk 2.0.0-beta.66 → 2.0.0-beta.68
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 +15 -17
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"author": "Suraj Air",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
7
7
|
"homepage": "https://chaibuilder.com",
|
|
8
|
-
"version": "2.0.0-beta.
|
|
8
|
+
"version": "2.0.0-beta.68",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,21 +16,6 @@
|
|
|
16
16
|
],
|
|
17
17
|
"main": "dist/core.js",
|
|
18
18
|
"sideEffects": false,
|
|
19
|
-
"scripts": {
|
|
20
|
-
"dev": "vite",
|
|
21
|
-
"build": "tsc && vite build",
|
|
22
|
-
"live": "tsc && vite build --config vite.config.live.ts",
|
|
23
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
24
|
-
"preview": "vite preview",
|
|
25
|
-
"test": "vitest --run",
|
|
26
|
-
"test:watch": "vitest --watch",
|
|
27
|
-
"test:coverage": "vitest --coverage",
|
|
28
|
-
"e2e": "playwright test",
|
|
29
|
-
"e2e:report": "playwright show-report",
|
|
30
|
-
"e2e:ui": "playwright test --ui",
|
|
31
|
-
"prepare": "husky",
|
|
32
|
-
"publish": "npm publish"
|
|
33
|
-
},
|
|
34
19
|
"exports": {
|
|
35
20
|
".": {
|
|
36
21
|
"types": "./dist/core.d.ts",
|
|
@@ -192,5 +177,18 @@
|
|
|
192
177
|
},
|
|
193
178
|
"engines": {
|
|
194
179
|
"node": "^20.18.0"
|
|
180
|
+
},
|
|
181
|
+
"scripts": {
|
|
182
|
+
"dev": "vite",
|
|
183
|
+
"build": "tsc && vite build",
|
|
184
|
+
"live": "tsc && vite build --config vite.config.live.ts",
|
|
185
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
186
|
+
"preview": "vite preview",
|
|
187
|
+
"test": "vitest --run",
|
|
188
|
+
"test:watch": "vitest --watch",
|
|
189
|
+
"test:coverage": "vitest --coverage",
|
|
190
|
+
"e2e": "playwright test",
|
|
191
|
+
"e2e:report": "playwright show-report",
|
|
192
|
+
"e2e:ui": "playwright test --ui"
|
|
195
193
|
}
|
|
196
|
-
}
|
|
194
|
+
}
|