form-component-library-demo 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 +1 -4
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "form-component-library-demo",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Zino Client API library for field and workflow management",
|
|
6
6
|
"main": "dist/src/index.cjs",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
|
-
"types": "dist/src/index.d.ts",
|
|
9
8
|
"scripts": {
|
|
10
9
|
"build": "vite build",
|
|
11
10
|
"dev": "vite build --watch"
|
|
@@ -20,8 +19,6 @@
|
|
|
20
19
|
"devDependencies": {
|
|
21
20
|
"@vitejs/plugin-react": "^6.1.1",
|
|
22
21
|
"esbuild-css-modules-plugin": "^3.1.5",
|
|
23
|
-
"tsup": "^8.0.0",
|
|
24
|
-
"typescript": "^7.0.2",
|
|
25
22
|
"vite": "^8.2.2"
|
|
26
23
|
},
|
|
27
24
|
"dependencies": {
|