@openpkg-ts/cli 0.4.0 → 0.4.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/dist/bin/openpkg.js +3 -3
- package/package.json +2 -2
package/dist/bin/openpkg.js
CHANGED
|
@@ -11,7 +11,7 @@ import { Command as Command10 } from "commander";
|
|
|
11
11
|
// package.json
|
|
12
12
|
var package_default = {
|
|
13
13
|
name: "@openpkg-ts/cli",
|
|
14
|
-
version: "0.
|
|
14
|
+
version: "0.4.2",
|
|
15
15
|
description: "CLI for OpenPkg TypeScript API extraction and documentation generation",
|
|
16
16
|
homepage: "https://github.com/ryanwaits/openpkg-ts#readme",
|
|
17
17
|
repository: {
|
|
@@ -34,8 +34,8 @@ var package_default = {
|
|
|
34
34
|
test: "bun test"
|
|
35
35
|
},
|
|
36
36
|
dependencies: {
|
|
37
|
-
"@openpkg-ts/adapters": "^0.3.
|
|
38
|
-
"@openpkg-ts/sdk": "^0.
|
|
37
|
+
"@openpkg-ts/adapters": "^0.3.1",
|
|
38
|
+
"@openpkg-ts/sdk": "^0.32.1",
|
|
39
39
|
commander: "^14.0.0"
|
|
40
40
|
},
|
|
41
41
|
devDependencies: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openpkg-ts/cli",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "CLI for OpenPkg TypeScript API extraction and documentation generation",
|
|
5
5
|
"homepage": "https://github.com/ryanwaits/openpkg-ts#readme",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@openpkg-ts/adapters": "^0.3.1",
|
|
27
|
-
"@openpkg-ts/sdk": "^0.32.
|
|
27
|
+
"@openpkg-ts/sdk": "^0.32.1",
|
|
28
28
|
"commander": "^14.0.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|