@peekling/cli 0.1.1 → 0.1.3
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 +1 -1
- 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.3
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
Run it through `npx` so the project-local version is used:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peekling/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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.3",
|
|
49
|
+
"@peekling/preflight": "0.1.3",
|
|
50
|
+
"@peekling/runtime": "0.1.3",
|
|
51
51
|
"pngjs": "^7.0.0"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|