@vttforge/cli 0.5.0 → 0.5.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
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @vttforge/cli
|
|
2
2
|
|
|
3
|
+
## 0.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 57af020: Ship the template pins that were already corrected.
|
|
8
|
+
|
|
9
|
+
The templates under `templates/*` name the `@vttforge/*` ranges a scaffolded project starts with. Those pins were kept current in the repo — a guard has caught a stale one eight times — but they were only ever corrected *in the repo*. The templates ride inside this package's tarball, and this package was never released alongside the bumps, so nothing reached anyone.
|
|
10
|
+
|
|
11
|
+
`pnpm create vttforge` has been scaffolding `@vttforge/core@^0.6.0` while core shipped 0.10.0. A new project could not see sheet registration, text enrichers, or `BaseDocumentSheet`, and its lockfile would resolve a core four minors old.
|
|
12
|
+
|
|
13
|
+
Templates now pin `@vttforge/core@^0.10.0` and `@vttforge/vite-plugin@^0.4.0`.
|
|
14
|
+
|
|
15
|
+
The guard also learned the second half: if a release bumps a package the templates pin, it has to include `@vttforge/cli`, or the corrected pin sits in the repo and ships to nobody.
|
|
16
|
+
|
|
3
17
|
## 0.5.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vttforge/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "VTTForge CLI: scaffolding, dev server, build orchestration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@arethetypeswrong/cli": "^0.18.5",
|
|
46
46
|
"@types/archiver": "^8.0.0",
|
|
47
47
|
"@types/node": "^26.4.0",
|
|
48
|
-
"@vttforge/dev-module": "0.2.
|
|
48
|
+
"@vttforge/dev-module": "0.2.1",
|
|
49
49
|
"publint": "^0.3.24",
|
|
50
50
|
"tsdown": "^0.22.14",
|
|
51
51
|
"typescript": "^7.0.2",
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
"dev": "vttforge dev"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@vttforge/core": "^0.
|
|
14
|
+
"@vttforge/core": "^0.10.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@vttforge/cli": "^0.5.0",
|
|
18
|
-
"@vttforge/vite-plugin": "^0.
|
|
18
|
+
"@vttforge/vite-plugin": "^0.4.0",
|
|
19
19
|
"vite": "^8.2.2"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@vttforge/core": "^0.
|
|
15
|
+
"@vttforge/core": "^0.10.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@vttforge/cli": "^0.5.0",
|
|
19
|
-
"@vttforge/vite-plugin": "^0.
|
|
19
|
+
"@vttforge/vite-plugin": "^0.4.0",
|
|
20
20
|
"typescript": "^5.4.0",
|
|
21
21
|
"vite": "^8.2.2"
|
|
22
22
|
},
|
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
"dev": "vttforge dev"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@vttforge/core": "^0.
|
|
14
|
+
"@vttforge/core": "^0.10.0",
|
|
15
15
|
"@vttforge/styles": "^0.3.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@vttforge/cli": "^0.5.0",
|
|
19
|
-
"@vttforge/vite-plugin": "^0.
|
|
19
|
+
"@vttforge/vite-plugin": "^0.4.0",
|
|
20
20
|
"vite": "^8.2.2"
|
|
21
21
|
},
|
|
22
22
|
"engines": {
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
"typecheck": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@vttforge/core": "^0.
|
|
15
|
+
"@vttforge/core": "^0.10.0",
|
|
16
16
|
"@vttforge/styles": "^0.3.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@vttforge/cli": "^0.5.0",
|
|
20
|
-
"@vttforge/vite-plugin": "^0.
|
|
20
|
+
"@vttforge/vite-plugin": "^0.4.0",
|
|
21
21
|
"typescript": "^5.4.0",
|
|
22
22
|
"vite": "^8.2.2"
|
|
23
23
|
},
|