@ederzeel/nuxt-schema-form-nightly 0.1.0-29027236.c108247 → 0.1.0-29031029.28754c0
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 +11 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ederzeel/nuxt-schema-form-nightly",
|
|
3
|
-
"version": "0.1.0-
|
|
3
|
+
"version": "0.1.0-29031029.28754c0",
|
|
4
4
|
"description": "A runtime form generator for nuxt",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -20,6 +20,10 @@
|
|
|
20
20
|
"dev": "nuxi dev playground",
|
|
21
21
|
"dev:build": "nuxi build playground",
|
|
22
22
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
23
|
+
"docs:dev": "nuxi dev docs",
|
|
24
|
+
"docs:build": "nuxi build docs",
|
|
25
|
+
"docs:generate": "nuxi generate docs",
|
|
26
|
+
"docs:preview": "nuxi preview docs",
|
|
23
27
|
"test": "vitest test",
|
|
24
28
|
"lint": "eslint .",
|
|
25
29
|
"release": "bumpp --commit \"release: v%s\" --push --tag"
|
|
@@ -40,7 +44,12 @@
|
|
|
40
44
|
"url": "https://github.com/LiamEderzeel/nuxt-schema-form/issues"
|
|
41
45
|
},
|
|
42
46
|
"homepage": "https://github.com/LiamEderzeel/nuxt-schema-form#readme",
|
|
43
|
-
"packageManager": "pnpm@
|
|
47
|
+
"packageManager": "pnpm@10.1.0+sha512.c89847b0667ddab50396bbbd008a2a43cf3b581efd59cf5d9aa8923ea1fb4b8106c041d540d08acb095037594d73ebc51e1ec89ee40c88b30b8a66c0fae0ac1b",
|
|
48
|
+
"pnpm": {
|
|
49
|
+
"onlyBuiltDependencies": [
|
|
50
|
+
"better-sqlite3"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
44
53
|
"devDependencies": {
|
|
45
54
|
"@eslint/js": "^9.19.0",
|
|
46
55
|
"@nuxt/eslint-config": "^1.0.0",
|