@witchcraft/layout 0.0.1 → 0.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/dist/module.json +1 -1
- package/package.json +8 -8
- package/dist/runtime/components/LayoutDecos.d.vue.ts +0 -0
- package/dist/runtime/components/LayoutEdges.d.vue.ts +0 -0
- package/dist/runtime/components/LayoutFrame.d.vue.ts +0 -0
- package/dist/runtime/components/LayoutShapeSquare.d.vue.ts +0 -0
- package/dist/runtime/components/LayoutWindow.d.vue.ts +0 -0
- package/dist/runtime/demo/App.d.vue.ts +0 -0
- package/dist/runtime/demo/DemoControls.d.vue.ts +0 -0
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.3",
|
|
5
5
|
"main": "./dist/runtime/index.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": false,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"//prepare": "echo Needed so that if we pull the package from git it will get built and installed properly.",
|
|
32
|
-
"prepare": "husky && cd playground && pnpm i",
|
|
32
|
+
"prepare": "husky && cd playground && pnpm i --ignore-scripts",
|
|
33
33
|
"build": "nuxt-module-build prepare && nuxt-module-build build && nuxi generate playground",
|
|
34
34
|
"build:only": "nuxt-module-build build",
|
|
35
35
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"lint:eslint": "eslint \"{src,tests,bin}/**/*.{cjs,js,ts}\" \"*.{cjs,js,ts}\" --max-warnings=3 --report-unused-disable-directives",
|
|
42
42
|
"lint:commits": "commitlint --from-last-tag --to HEAD --verbose",
|
|
43
43
|
"lint:imports": "echo disabled madge --circular --extensions ts ./src",
|
|
44
|
-
"lint": "pnpm lint:
|
|
44
|
+
"lint": "pnpm lint:eslint && pnpm lint:types && pnpm lint:commits && pnpm lint:imports",
|
|
45
45
|
"lint:types": "vue-tsc --noEmit",
|
|
46
46
|
"coverage": "vitest --coverage",
|
|
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.2
|
|
65
|
+
"@witchcraft/ui": "^0.3.2"
|
|
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.2
|
|
92
|
+
"@witchcraft/ui": "^0.3.2",
|
|
93
93
|
"concurrently": "^9.2.1",
|
|
94
94
|
"cross-env": "^10.0.0",
|
|
95
95
|
"fast-glob": "^3.3.3",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|