@spicemod/creator 0.0.33 → 0.0.34
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/bin.mjs +1 -1
- package/package.json +14 -16
package/dist/bin.mjs
CHANGED
|
@@ -145,7 +145,7 @@ const injectCSSFilePath = dist("templates/injectCSS.js", import.meta.url);
|
|
|
145
145
|
//#endregion
|
|
146
146
|
//#region package.json
|
|
147
147
|
var name = "@spicemod/creator";
|
|
148
|
-
var version = "0.0.
|
|
148
|
+
var version = "0.0.34";
|
|
149
149
|
|
|
150
150
|
//#endregion
|
|
151
151
|
//#region src/utils/common.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spicemod/creator",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.34",
|
|
4
4
|
"description": "Easily make Spicetify extensions and themes",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -50,37 +50,35 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@clack/prompts": "^0.11.0",
|
|
52
52
|
"@csstools/postcss-minify": "^3.0.0",
|
|
53
|
-
"autoprefixer": "^10.4.
|
|
53
|
+
"autoprefixer": "^10.4.27",
|
|
54
54
|
"c12": "^3.3.3",
|
|
55
55
|
"commander": "^14.0.3",
|
|
56
|
-
"dotenv": "^17.
|
|
57
|
-
"esbuild": "^0.27.
|
|
56
|
+
"dotenv": "^17.3.1",
|
|
57
|
+
"esbuild": "^0.27.4",
|
|
58
58
|
"esbuild-plugin-sass": "^1.0.1",
|
|
59
|
-
"esbuild-sass-plugin": "^3.
|
|
59
|
+
"esbuild-sass-plugin": "^3.7.0",
|
|
60
60
|
"ini": "^6.0.0",
|
|
61
|
-
"
|
|
62
|
-
"nanostores": "^1.1.0",
|
|
61
|
+
"nanostores": "^1.2.0",
|
|
63
62
|
"picocolors": "^1.1.1",
|
|
64
|
-
"postcss": "^8.5.
|
|
63
|
+
"postcss": "^8.5.8",
|
|
65
64
|
"postcss-import": "^16.1.1",
|
|
66
65
|
"postcss-modules": "^6.0.1",
|
|
67
|
-
"postcss-preset-env": "^11.
|
|
66
|
+
"postcss-preset-env": "^11.2.0",
|
|
68
67
|
"tinyglobby": "^0.2.15",
|
|
69
|
-
"valibot": "^1.
|
|
70
|
-
"ws": "^8.
|
|
68
|
+
"valibot": "^1.3.1",
|
|
69
|
+
"ws": "^8.20.0"
|
|
71
70
|
},
|
|
72
71
|
"devDependencies": {
|
|
73
72
|
"@types/ini": "^4.1.1",
|
|
74
|
-
"@types/
|
|
75
|
-
"@types/node": "^25.2.0",
|
|
73
|
+
"@types/node": "^25.5.0",
|
|
76
74
|
"@types/postcss-import": "^14.0.3",
|
|
77
75
|
"@types/ws": "^8.18.1",
|
|
78
76
|
"jiti": "^2.6.1",
|
|
79
77
|
"oxfmt": "^0.28.0",
|
|
80
|
-
"oxlint": "^1.
|
|
81
|
-
"tsdown": "^0.20.
|
|
78
|
+
"oxlint": "^1.56.0",
|
|
79
|
+
"tsdown": "^0.20.3",
|
|
82
80
|
"typescript": "^5.9.3",
|
|
83
|
-
"vitest": "^4.0
|
|
81
|
+
"vitest": "^4.1.0"
|
|
84
82
|
},
|
|
85
83
|
"packageManager": "bun@1.3.4"
|
|
86
84
|
}
|