@xyd-js/cli 0.1.0-xyd.22 → 0.1.0-xyd.24
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/package.json +3 -3
- package/.cli/app/root.tsx +0 -23
- package/.cli/app/routes.ts +0 -5
- package/.cli/bin.js +0 -3
- package/.cli/index.d.ts +0 -1
- package/.cli/index.js +0 -24939
- package/.cli/package.json +0 -37
- package/.cli/plugins/xyd-plugin-zero/src/pages/api-reference.tsx +0 -283
- package/.cli/plugins/xyd-plugin-zero/src/pages/docs.tsx +0 -175
- package/.cli/plugins/xyd-plugin-zero/src/pages/root.tsx +0 -37
- package/.cli/pnpm-lock.yaml +0 -4425
- package/.cli/postcss.config.cjs +0 -5
- package/.cli/react-router.config.ts +0 -8
- package/.cli/tsconfig.json +0 -22
- package/.cli/vite.config.ts +0 -9
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.24",
|
|
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.22"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"build": "tsup",
|
package/.cli/app/root.tsx
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Links, Meta, Outlet, Scripts, ScrollRestoration } from "react-router";
|
|
2
|
-
|
|
3
|
-
export function Layout({ children }: { children: React.ReactNode }) {
|
|
4
|
-
return (
|
|
5
|
-
<html lang="en">
|
|
6
|
-
<head>
|
|
7
|
-
<meta charSet="utf-8" />
|
|
8
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
9
|
-
<Meta />
|
|
10
|
-
<Links />
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
{children}
|
|
14
|
-
<ScrollRestoration />
|
|
15
|
-
<Scripts />
|
|
16
|
-
</body>
|
|
17
|
-
</html>
|
|
18
|
-
);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
export default function App() {
|
|
22
|
-
return <Outlet />;
|
|
23
|
-
}
|
package/.cli/app/routes.ts
DELETED
package/.cli/bin.js
DELETED
package/.cli/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|