@zhama/a2ui-core 0.2.0 → 0.3.0
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhama/a2ui-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "A2UI Protocol Core Library - Framework-agnostic TypeScript types and builders for A2UI protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"build": "tsup",
|
|
52
|
-
"dev": "
|
|
52
|
+
"dev": "echo 'Development mode: using source files directly'",
|
|
53
53
|
"lint": "eslint src",
|
|
54
54
|
"lint:fix": "eslint src --fix",
|
|
55
55
|
"format": "prettier --write .",
|