@xyd-js/cli 0.1.0-xyd.22 → 0.1.0-xyd.23
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 +3 -2
- package/.cli/package.json +2 -2
- package/package.json +3 -3
package/.cli/index.js
CHANGED
|
@@ -109,7 +109,7 @@ 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.23",
|
|
113
113
|
keywords: [],
|
|
114
114
|
author: "",
|
|
115
115
|
description: "",
|
|
@@ -127,7 +127,7 @@ var require_package = __commonJS({
|
|
|
127
127
|
postinstall: "node postinstall.js"
|
|
128
128
|
},
|
|
129
129
|
dependencies: {
|
|
130
|
-
"@xyd-js/react-router-dev": "7.1.1-xyd.
|
|
130
|
+
"@xyd-js/react-router-dev": "7.1.1-xyd.4",
|
|
131
131
|
arg: "^5.0.2",
|
|
132
132
|
colors: "^1.4.0",
|
|
133
133
|
semver: "^7.6.3",
|
|
@@ -281,6 +281,7 @@ var remarkMdxToc = (options2) => () => async (ast) => {
|
|
|
281
281
|
{
|
|
282
282
|
type: "ExportNamedDeclaration",
|
|
283
283
|
specifiers: [],
|
|
284
|
+
attributes: [],
|
|
284
285
|
source: null,
|
|
285
286
|
declaration: {
|
|
286
287
|
type: "VariableDeclaration",
|
package/.cli/package.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"scripts": {},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@xyd-js/theme-poetry": "0.1.0-xyd.
|
|
13
|
-
"@xyd-js/react-router-dev": "7.1.1-xyd.
|
|
12
|
+
"@xyd-js/theme-poetry": "0.1.0-xyd.19",
|
|
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",
|
|
16
16
|
"@react-router/serve": "7.1.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyd-js/cli",
|
|
3
|
-
"version": "0.1.0-xyd.
|
|
3
|
+
"version": "0.1.0-xyd.23",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": "",
|
|
6
6
|
"description": "",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"postinstall.js"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@xyd-js/react-router-dev": "7.1.1-xyd.
|
|
17
|
+
"@xyd-js/react-router-dev": "7.1.1-xyd.4",
|
|
18
18
|
"arg": "^5.0.2",
|
|
19
19
|
"colors": "^1.4.0",
|
|
20
20
|
"semver": "^7.6.3",
|
|
@@ -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.
|
|
65
|
+
"@xyd-js/documan": "0.1.0-xyd.21"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsup",
|