@pd4castr/cli 1.10.0 → 1.11.0
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 -6
- package/dist/index.js +5 -5
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<p>
|
|
12
12
|
<a href="#installation">Installation</a> •
|
|
13
13
|
<a href="#quick-start">Quick Start</a> •
|
|
14
|
-
<a href="https://
|
|
14
|
+
<a href="https://docs.v2.pd4castr.com.au/authoring/install-the-cli">Documentation</a>
|
|
15
15
|
</p>
|
|
16
16
|
</div>
|
|
17
17
|
|
|
@@ -48,8 +48,3 @@ Publish your model to the pd4castr platform:
|
|
|
48
48
|
```sh
|
|
49
49
|
pd4castr publish
|
|
50
50
|
```
|
|
51
|
-
|
|
52
|
-
## Contributing
|
|
53
|
-
|
|
54
|
-
See [CONTRIBUTING.md](./CONTRIBUTING.md) for development setup, testing, and
|
|
55
|
-
contribution guidelines.
|
package/dist/index.js
CHANGED
|
@@ -1907,7 +1907,7 @@ import { Command } from "commander";
|
|
|
1907
1907
|
// package.json
|
|
1908
1908
|
var package_default = {
|
|
1909
1909
|
name: "@pd4castr/cli",
|
|
1910
|
-
version: "1.
|
|
1910
|
+
version: "1.11.0",
|
|
1911
1911
|
description: "CLI tool for creating, testing, and publishing pd4castr models",
|
|
1912
1912
|
license: "MIT",
|
|
1913
1913
|
main: "dist/index.js",
|
|
@@ -1956,15 +1956,15 @@ var package_default = {
|
|
|
1956
1956
|
"@types/node": "24.1.0",
|
|
1957
1957
|
"@types/supertest": "6.0.3",
|
|
1958
1958
|
"hook-std": "3.0.0",
|
|
1959
|
-
"jest-extended": "
|
|
1959
|
+
"jest-extended": "7.0.0",
|
|
1960
1960
|
memfs: "4.49.0",
|
|
1961
|
-
msw: "2.
|
|
1961
|
+
msw: "2.12.9",
|
|
1962
1962
|
"strip-ansi": "7.1.0",
|
|
1963
|
-
supertest: "7.
|
|
1963
|
+
supertest: "7.2.2",
|
|
1964
1964
|
tsup: "8.5.0",
|
|
1965
1965
|
"type-fest": "4.41.0",
|
|
1966
1966
|
typescript: "5.8.3",
|
|
1967
|
-
vitest: "
|
|
1967
|
+
vitest: "4.0.18"
|
|
1968
1968
|
},
|
|
1969
1969
|
publishConfig: {
|
|
1970
1970
|
access: "public"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pd4castr/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "CLI tool for creating, testing, and publishing pd4castr models",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@types/node": "24.1.0",
|
|
50
50
|
"@types/supertest": "6.0.3",
|
|
51
51
|
"hook-std": "3.0.0",
|
|
52
|
-
"jest-extended": "
|
|
52
|
+
"jest-extended": "7.0.0",
|
|
53
53
|
"memfs": "4.49.0",
|
|
54
|
-
"msw": "2.
|
|
54
|
+
"msw": "2.12.9",
|
|
55
55
|
"strip-ansi": "7.1.0",
|
|
56
|
-
"supertest": "7.
|
|
56
|
+
"supertest": "7.2.2",
|
|
57
57
|
"tsup": "8.5.0",
|
|
58
58
|
"type-fest": "4.41.0",
|
|
59
59
|
"typescript": "5.8.3",
|
|
60
|
-
"vitest": "
|
|
60
|
+
"vitest": "4.0.18"
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public"
|