@peekling/cli 0.1.0 → 0.1.2
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/README.md +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ These commands run in Node and stay out of the browser runtime.
|
|
|
15
15
|
Install the CLI as a development dependency:
|
|
16
16
|
|
|
17
17
|
```sh
|
|
18
|
-
npm install --save-dev @peekling/cli@0.1.
|
|
18
|
+
npm install --save-dev @peekling/cli@0.1.2
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
Run it through `npx` so the project-local version is used:
|
|
@@ -137,7 +137,7 @@ A minimal row-sheet `source.json` looks like this:
|
|
|
137
137
|
{
|
|
138
138
|
"format": 1,
|
|
139
139
|
"name": "my-character",
|
|
140
|
-
"version": "0.1.
|
|
140
|
+
"version": "0.1.1",
|
|
141
141
|
"license": "CC-BY-4.0",
|
|
142
142
|
"metadata": {
|
|
143
143
|
"description": "A small companion for the example application."
|
|
@@ -192,7 +192,7 @@ npx peekling validate ./my-character
|
|
|
192
192
|
A successful result reports the exact Pack identity and measured atlas:
|
|
193
193
|
|
|
194
194
|
```text
|
|
195
|
-
Valid my-character@0.1.
|
|
195
|
+
Valid my-character@0.1.1: 1 states, 512x64 atlas (1234 bytes)
|
|
196
196
|
```
|
|
197
197
|
|
|
198
198
|
The dimensions and byte count above are illustrative. The command prints the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peekling/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Inspect Peekling configuration and author data-only character packs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@peekling/adapter-codex-pet": "0.1.
|
|
49
|
-
"@peekling/preflight": "0.1.
|
|
50
|
-
"@peekling/runtime": "0.1.
|
|
48
|
+
"@peekling/adapter-codex-pet": "0.1.2",
|
|
49
|
+
"@peekling/preflight": "0.1.2",
|
|
50
|
+
"@peekling/runtime": "0.1.2",
|
|
51
51
|
"pngjs": "^7.0.0"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|