@xyd-js/cli 0.1.0-xyd.6 → 0.1.0-xyd.7
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 +30 -30
- package/.cli/package-lock.json +7855 -0
- package/package.json +33 -32
package/.cli/index.js
CHANGED
|
@@ -109,12 +109,11 @@ var require_package = __commonJS({
|
|
|
109
109
|
"package.json"(exports2, module2) {
|
|
110
110
|
module2.exports = {
|
|
111
111
|
name: "@xyd-js/cli",
|
|
112
|
-
version: "0.1.0-xyd.
|
|
112
|
+
version: "0.1.0-xyd.6",
|
|
113
113
|
keywords: [],
|
|
114
114
|
author: "",
|
|
115
115
|
description: "",
|
|
116
116
|
type: "module",
|
|
117
|
-
main: ".cli/index.js",
|
|
118
117
|
files: [
|
|
119
118
|
".cli",
|
|
120
119
|
".cli/package.json"
|
|
@@ -123,54 +122,55 @@ var require_package = __commonJS({
|
|
|
123
122
|
build: "tsup"
|
|
124
123
|
},
|
|
125
124
|
dependencies: {
|
|
125
|
+
"@graphql-markdown/core": "^1.12.0",
|
|
126
|
+
"@graphql-markdown/graphql": "^1.1.4",
|
|
127
|
+
"@graphql-markdown/types": "^1.4.0",
|
|
128
|
+
"@react-router/dev": "^7.1.1",
|
|
129
|
+
"@react-router/node": "^7.1.1",
|
|
130
|
+
"@react-router/serve": "^7.1.1",
|
|
131
|
+
"@readme/oas-to-snippet": "^26.0.1",
|
|
132
|
+
"@xyd-js/documan-host": "file:.cli",
|
|
126
133
|
"@xyd-js/react-router-dev": "7.1.1-xyd.3",
|
|
127
134
|
arg: "^5.0.2",
|
|
128
|
-
colors: "^1.4.0",
|
|
129
|
-
semver: "^7.6.3",
|
|
130
135
|
codehike: "^1.0.3",
|
|
136
|
+
colors: "^1.4.0",
|
|
137
|
+
compression: "^1.7.5",
|
|
131
138
|
express: "^4.21.1",
|
|
139
|
+
"get-port": "^7.1.0",
|
|
140
|
+
"graphql-config": "^5.1.2",
|
|
141
|
+
"gray-matter": "^4.0.3",
|
|
132
142
|
isbot: "^5.1.17",
|
|
143
|
+
"js-yaml": "^4.1.0",
|
|
144
|
+
"json-schema-ref-parser": "^9.0.9",
|
|
145
|
+
"json-to-graphql-query": "^2.3.0",
|
|
146
|
+
lightningcss: "^1.27.0",
|
|
147
|
+
morgan: "^1.10.0",
|
|
148
|
+
oas: "^25.0.3",
|
|
149
|
+
"openapi-sampler": "^1.5.1",
|
|
150
|
+
"openapi-types": "^12.1.3",
|
|
133
151
|
react: "^18.3.1",
|
|
134
152
|
"react-dom": "^18.3.1",
|
|
135
153
|
"react-router": "^7.1.1",
|
|
154
|
+
remark: "^15.0.1",
|
|
136
155
|
"remark-frontmatter": "^5.0.0",
|
|
137
156
|
"remark-gfm": "^4.0.0",
|
|
138
157
|
"remark-mdx-frontmatter": "^5.0.0",
|
|
139
|
-
typescript: "^5.6.3",
|
|
140
|
-
vfile: "^6.0.3",
|
|
141
|
-
yaml: "^2.6.0",
|
|
142
|
-
"@graphql-markdown/core": "^1.12.0",
|
|
143
|
-
"@graphql-markdown/graphql": "^1.1.4",
|
|
144
|
-
"@graphql-markdown/types": "^1.4.0",
|
|
145
|
-
"graphql-config": "^5.1.2",
|
|
146
|
-
"gray-matter": "^4.0.3",
|
|
147
|
-
"json-to-graphql-query": "^2.3.0",
|
|
148
|
-
remark: "^15.0.1",
|
|
149
158
|
"remark-stringify": "^11.0.0",
|
|
159
|
+
semver: "^7.6.3",
|
|
160
|
+
"source-map-support": "^0.5.21",
|
|
161
|
+
typescript: "^5.6.3",
|
|
150
162
|
"unist-builder": "^4.0.0",
|
|
151
163
|
"unist-util-visit": "^5.0.0",
|
|
152
|
-
|
|
153
|
-
"
|
|
154
|
-
|
|
155
|
-
oas: "^25.0.3",
|
|
156
|
-
"openapi-sampler": "^1.5.1",
|
|
157
|
-
"openapi-types": "^12.1.3",
|
|
158
|
-
"@react-router/node": "^7.1.1",
|
|
159
|
-
"@react-router/serve": "^7.1.1",
|
|
160
|
-
"@react-router/dev": "^7.1.1",
|
|
161
|
-
compression: "^1.7.5",
|
|
162
|
-
"get-port": "^7.1.0",
|
|
163
|
-
lightningcss: "^1.27.0",
|
|
164
|
-
morgan: "^1.10.0",
|
|
165
|
-
"source-map-support": "^0.5.21",
|
|
166
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
164
|
+
vfile: "^6.0.3",
|
|
165
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
166
|
+
yaml: "^2.6.0"
|
|
167
167
|
},
|
|
168
168
|
devDependencies: {
|
|
169
169
|
"@xyd-js/documan": "0.1.0-xyd.15",
|
|
170
|
-
tsup: "^8.3.0",
|
|
171
170
|
arg: "^5.0.2",
|
|
172
171
|
colors: "^1.4.0",
|
|
173
172
|
semver: "^7.6.3",
|
|
173
|
+
tsup: "^8.3.0",
|
|
174
174
|
"vite-tsconfig-paths": "^5.1.4"
|
|
175
175
|
}
|
|
176
176
|
};
|