kirbyup 0.22.3 → 0.23.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/dist/chunks/index.cjs +2 -4
- package/dist/chunks/index.mjs +2 -4
- package/package.json +11 -11
package/dist/chunks/index.cjs
CHANGED
|
@@ -107,9 +107,7 @@ class PrettyError extends Error {
|
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
function handleError(error) {
|
|
110
|
-
|
|
111
|
-
consola__default.error(error.message);
|
|
112
|
-
}
|
|
110
|
+
consola__default.error(error.message);
|
|
113
111
|
process.exitCode = 1;
|
|
114
112
|
}
|
|
115
113
|
|
|
@@ -159,7 +157,7 @@ function toArray(array) {
|
|
|
159
157
|
}
|
|
160
158
|
|
|
161
159
|
const name = "kirbyup";
|
|
162
|
-
const version = "0.
|
|
160
|
+
const version = "0.23.0";
|
|
163
161
|
|
|
164
162
|
let resolvedKirbyupConfig;
|
|
165
163
|
let resolvedPostCssConfig;
|
package/dist/chunks/index.mjs
CHANGED
|
@@ -97,9 +97,7 @@ class PrettyError extends Error {
|
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
function handleError(error) {
|
|
100
|
-
|
|
101
|
-
consola.error(error.message);
|
|
102
|
-
}
|
|
100
|
+
consola.error(error.message);
|
|
103
101
|
process.exitCode = 1;
|
|
104
102
|
}
|
|
105
103
|
|
|
@@ -149,7 +147,7 @@ function toArray(array) {
|
|
|
149
147
|
}
|
|
150
148
|
|
|
151
149
|
const name = "kirbyup";
|
|
152
|
-
const version = "0.
|
|
150
|
+
const version = "0.23.0";
|
|
153
151
|
|
|
154
152
|
let resolvedKirbyupConfig;
|
|
155
153
|
let resolvedPostCssConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kirbyup",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.23.0",
|
|
4
4
|
"description": "Zero-config bundler for Kirby Panel plugins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"kirby-cms",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"execa": "5.1.1",
|
|
67
67
|
"pathe": "^0.2.0",
|
|
68
68
|
"picocolors": "^1.0.0",
|
|
69
|
-
"postcss": "^8.4.
|
|
69
|
+
"postcss": "^8.4.12",
|
|
70
70
|
"postcss-dir-pseudo-class": "^6.0.4",
|
|
71
71
|
"postcss-load-config": "^3.1.3",
|
|
72
72
|
"postcss-logical": "^5.0.4",
|
|
73
|
-
"sass": "^1.49.
|
|
74
|
-
"unconfig": "^0.3.
|
|
75
|
-
"vite": "^2.8.
|
|
73
|
+
"sass": "^1.49.9",
|
|
74
|
+
"unconfig": "^0.3.2",
|
|
75
|
+
"vite": "^2.8.6",
|
|
76
76
|
"vite-plugin-vue2": "^1.9.3",
|
|
77
77
|
"vue": "^2.6.14",
|
|
78
78
|
"vue-template-compiler": "^2.6.14"
|
|
@@ -80,19 +80,19 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@antfu/utils": "^0.5.0",
|
|
82
82
|
"@types/fs-extra": "^9.0.13",
|
|
83
|
-
"@types/node": "^17.0.
|
|
83
|
+
"@types/node": "^17.0.21",
|
|
84
84
|
"@types/prompts": "^2.4.0",
|
|
85
85
|
"@types/semver": "^7.3.9",
|
|
86
86
|
"conventional-changelog-cli": "^2.2.2",
|
|
87
87
|
"esno": "^0.14.1",
|
|
88
88
|
"fast-glob": "^3.2.11",
|
|
89
|
-
"fs-extra": "^10.0.
|
|
89
|
+
"fs-extra": "^10.0.1",
|
|
90
90
|
"minimist": "^1.2.5",
|
|
91
|
-
"prettier": "^2.
|
|
91
|
+
"prettier": "^2.6.0",
|
|
92
92
|
"prompts": "^2.4.2",
|
|
93
93
|
"simple-git-hooks": "^2.7.0",
|
|
94
|
-
"typescript": "^4.
|
|
95
|
-
"unbuild": "^0.
|
|
96
|
-
"vitest": "^0.
|
|
94
|
+
"typescript": "^4.6.2",
|
|
95
|
+
"unbuild": "^0.7.0",
|
|
96
|
+
"vitest": "^0.7.4"
|
|
97
97
|
}
|
|
98
98
|
}
|