@witchcraft/layout 0.0.1 → 0.0.2
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/dist/module.json +1 -1
- package/package.json +6 -6
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@witchcraft/layout",
|
|
3
3
|
"description": "Headless layout manager.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"main": "./dist/runtime/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"coverage:dev": "vitest --watch --coverage",
|
|
48
48
|
"test": "echo no tests yet",
|
|
49
49
|
"test:watch": "vitest --watch",
|
|
50
|
-
"doc": "typedoc
|
|
51
|
-
"doc:watch": "onchange -i \"src/**/*.ts\" \"typedoc.config.
|
|
50
|
+
"doc": "typedoc",
|
|
51
|
+
"doc:watch": "onchange -i \"src/**/*.ts\" \"typedoc.config.js\" -- pnpm doc",
|
|
52
52
|
"doc:serve": "http-server docs --port=5001",
|
|
53
53
|
"doc:dev": "concurrently \"pnpm doc:watch\" \"pnpm doc:serve\"",
|
|
54
|
-
"doc:check-invalid": "typedoc --
|
|
54
|
+
"doc:check-invalid": "typedoc --listInvalidSymbolLinks",
|
|
55
55
|
"actions:debug": "act -r -v -j release",
|
|
56
56
|
"gen:exports": "indexit update --ignore **/*.d.ts **.vue src/assets/** -o '${path}.js'"
|
|
57
57
|
},
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"@witchcraft/nuxt-utils": "^0.2.1",
|
|
65
|
-
"@witchcraft/ui": "^0.
|
|
65
|
+
"@witchcraft/ui": "^0.3.0"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
68
|
"@witchcraft/ui": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
90
90
|
"@vitest/coverage-c8": "^0.33.0",
|
|
91
91
|
"@witchcraft/nuxt-utils": "^0.3.2",
|
|
92
|
-
"@witchcraft/ui": "^0.
|
|
92
|
+
"@witchcraft/ui": "^0.3.0",
|
|
93
93
|
"concurrently": "^9.2.1",
|
|
94
94
|
"cross-env": "^10.0.0",
|
|
95
95
|
"fast-glob": "^3.3.3",
|