@manifesto-ai/codegen 0.1.3 → 0.1.4
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 +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manifesto-ai/codegen",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Manifesto Codegen - Plugin-based code generation from DomainSchema",
|
|
5
5
|
"author": "eggplantiny <eggplantiny@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,7 +46,9 @@
|
|
|
46
46
|
"build": "tsup",
|
|
47
47
|
"dev": "tsc --watch",
|
|
48
48
|
"clean": "rm -rf dist",
|
|
49
|
+
"lint": "echo 'lint not configured'",
|
|
49
50
|
"test": "vitest run",
|
|
51
|
+
"test:coverage": "vitest run --coverage",
|
|
50
52
|
"test:watch": "vitest"
|
|
51
53
|
}
|
|
52
54
|
}
|