@pixpilot/scaffoldfy-configs 0.25.0 → 0.25.1
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixpilot/scaffoldfy-configs",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.25.
|
|
4
|
+
"version": "0.25.1",
|
|
5
5
|
"author": "PixPilot <m.doaie@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/node": "^22.18.11",
|
|
25
25
|
"eslint": "^9.38.0",
|
|
26
|
-
"@internal/
|
|
27
|
-
"@pixpilot/scaffoldfy": "0.49.0",
|
|
28
|
-
"@internal/tsdown-config": "0.1.0",
|
|
26
|
+
"@internal/eslint-config": "0.3.0",
|
|
29
27
|
"@internal/prettier-config": "0.0.1",
|
|
30
|
-
"@internal/
|
|
28
|
+
"@internal/tsdown-config": "0.1.0",
|
|
29
|
+
"@internal/vitest-config": "0.1.0",
|
|
30
|
+
"@pixpilot/scaffoldfy": "0.49.0"
|
|
31
31
|
},
|
|
32
32
|
"prettier": "@internal/prettier-config",
|
|
33
33
|
"publishConfig": {
|
|
@@ -70,20 +70,11 @@
|
|
|
70
70
|
"type": "regex-replace",
|
|
71
71
|
"config": {
|
|
72
72
|
"file": "package.json",
|
|
73
|
-
"pattern": "\\n\\s*\"setup\":\\s*\"npx @pixpilot/scaffoldfy --config
|
|
73
|
+
"pattern": "\\n\\s*\"setup\":\\s*\"npx @pixpilot/scaffoldfy --config https://unpkg.com/@pixpilot/scaffoldfy-configs/workspace-initializer/scaffoldfy.json\",",
|
|
74
74
|
"flags": "",
|
|
75
75
|
"replacement": ""
|
|
76
76
|
}
|
|
77
77
|
},
|
|
78
|
-
{
|
|
79
|
-
"id": "delete-setup-tasks",
|
|
80
|
-
"name": "Delete setup tasks file",
|
|
81
|
-
"description": "Remove the setup-tasks.json file after setup is complete",
|
|
82
|
-
"type": "delete",
|
|
83
|
-
"config": {
|
|
84
|
-
"paths": ["setup"]
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
78
|
{
|
|
88
79
|
"id": "create-first-package",
|
|
89
80
|
"name": "Create first package",
|