@xyd-js/cli 0.1.0-xyd.29 → 0.1.0-xyd.30

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/.cli/index.js CHANGED
@@ -111,7 +111,7 @@ var require_package = __commonJS({
111
111
  "package.json"(exports2, module2) {
112
112
  module2.exports = {
113
113
  name: "@xyd-js/cli",
114
- version: "0.1.0-xyd.28",
114
+ version: "0.1.0-xyd.29",
115
115
  keywords: [],
116
116
  author: "",
117
117
  description: "",
package/.cli/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "scripts": {},
11
11
  "dependencies": {
12
- "@xyd-js/theme-poetry": "0.1.0-xyd.21",
12
+ "@xyd-js/theme-poetry": "0.1.0-xyd.22",
13
13
  "@xyd-js/react-router-dev": "7.1.1-xyd.4",
14
14
  "@readme/oas-to-snippet": "^26.0.1",
15
15
  "@react-router/node": "7.1.1",
@@ -24,7 +24,8 @@
24
24
  "unist-builder": "^4.0.0",
25
25
  "oas": "^25.0.3",
26
26
  "openapi-sampler": "^1.5.1",
27
- "json-schema-ref-parser": "^9.0.9"
27
+ "json-schema-ref-parser": "^9.0.9",
28
+ "typedoc": "^0.28.1"
28
29
  },
29
30
  "devDependencies": {
30
31
  "@mdx-js/rollup": "^3.1.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/cli",
3
- "version": "0.1.0-xyd.29",
3
+ "version": "0.1.0-xyd.30",
4
4
  "keywords": [],
5
5
  "author": "",
6
6
  "description": "",
@@ -62,7 +62,7 @@
62
62
  "colors": "^1.4.0",
63
63
  "semver": "^7.6.3",
64
64
  "vite-tsconfig-paths": "^5.1.4",
65
- "@xyd-js/documan": "0.1.0-xyd.24"
65
+ "@xyd-js/documan": "0.1.0-xyd.25"
66
66
  },
67
67
  "scripts": {
68
68
  "build": "tsup",