gomtm 0.0.757 → 0.1.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/404.html +1 -0
- package/dist/_next/static/Mu-Q4XD5c3t_dW_OqfTqb/_buildManifest.js +1 -0
- package/dist/_next/static/Mu-Q4XD5c3t_dW_OqfTqb/_ssgManifest.js +1 -0
- package/dist/_next/static/chunks/547-9abcac736f56c566.js +34 -0
- package/dist/_next/static/chunks/87c73c54-376639c8ab8aa95f.js +1 -0
- package/dist/_next/static/chunks/app/_not-found/page-c3161653885f4f6a.js +1 -0
- package/dist/_next/static/chunks/app/layout-77546765fbb187fc.js +1 -0
- package/dist/_next/static/chunks/app/page-ce4e5c9a03750213.js +1 -0
- package/dist/_next/static/chunks/framework-f95cbcd9b10ee168.js +25 -0
- package/dist/_next/static/chunks/main-a34a6c7c4c41fc2a.js +1 -0
- package/dist/_next/static/chunks/main-app-02276cc71d021bee.js +1 -0
- package/dist/_next/static/chunks/pages/_app-0098b08f5ff90e8f.js +1 -0
- package/dist/_next/static/chunks/pages/_error-1e1d39904762161e.js +1 -0
- package/dist/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js +1 -0
- package/dist/_next/static/chunks/webpack-fc9b99aaac8e4628.js +1 -0
- package/dist/index.html +1 -0
- package/dist/index.txt +6 -0
- package/package.json +42 -59
- package/README.md +0 -11
- package/dist/gomtm +0 -0
package/dist/index.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
2:I[642,[],""]
|
|
2
|
+
3:I[433,[],""]
|
|
3
|
+
0:["Mu-Q4XD5c3t_dW_OqfTqb",[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",{"children":["__PAGE__",{},[["$L1",["$","div",null,{"className":"bg-blue-800 p-8 prose","children":["$","h1",null,{"children":"gomtm home"}]}]],null],null]},[["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","segmentPath":["children"],"error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":"404"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],"notFoundStyles":[],"styles":null}]}]}],null],null],[null,"$L4"]]]]
|
|
4
|
+
5:"$Sreact.fragment"
|
|
5
|
+
4:["$","$5","4A19pYQhVXNQhjcreWCZz",{"children":[["$","meta","0",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","1",{"name":"theme-color","media":"(prefers-color-scheme: light)","content":"white"}],["$","meta","2",{"name":"theme-color","media":"(prefers-color-scheme: dark)","content":"black"}],["$","meta","3",{"charSet":"utf-8"}]]}]
|
|
6
|
+
1:null
|
package/package.json
CHANGED
|
@@ -1,67 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gomtm",
|
|
3
|
-
"
|
|
3
|
+
"files": ["dist"],
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"
|
|
5
|
+
"packageManager": "bun@1.1.20",
|
|
6
6
|
"private": false,
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
],
|
|
13
|
-
"bin": {
|
|
14
|
-
"gomtm": "./bin/gomtm",
|
|
15
|
-
"gomtm2": "./dist/main.js"
|
|
16
|
-
},
|
|
10
|
+
"version": "0.1.2",
|
|
11
|
+
"type": "module",
|
|
17
12
|
"typesVersions": {
|
|
18
13
|
"*": {
|
|
19
|
-
"*": [
|
|
20
|
-
"src/*.ts",
|
|
21
|
-
"src/*.tsx",
|
|
22
|
-
"src/*/index.ts",
|
|
23
|
-
"src/*/index.tsx"
|
|
24
|
-
]
|
|
14
|
+
"*": ["src/*.ts", "src/*.tsx", "src/*/index.ts", "src/*/index.tsx"]
|
|
25
15
|
}
|
|
26
16
|
},
|
|
27
|
-
"
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"./dist/esm/index.js"
|
|
32
|
-
],
|
|
33
|
-
"import": [
|
|
34
|
-
"./src/index.ts",
|
|
35
|
-
"./dist/esm/index.js"
|
|
36
|
-
],
|
|
37
|
-
"require": [
|
|
38
|
-
"./dist/esm/index.js"
|
|
39
|
-
]
|
|
40
|
-
},
|
|
41
|
-
"./*": {
|
|
42
|
-
"types": [
|
|
43
|
-
"./src/*.ts",
|
|
44
|
-
"./src/*/index.ts",
|
|
45
|
-
"./src/*.tsx",
|
|
46
|
-
"./src/*/index.tsx"
|
|
47
|
-
],
|
|
48
|
-
"import": [
|
|
49
|
-
"./src/*.ts",
|
|
50
|
-
"./src/*.tsx",
|
|
51
|
-
"./src/*/index.ts",
|
|
52
|
-
"./src/*/index.tsx"
|
|
53
|
-
]
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"scripts": {
|
|
57
|
-
"build": "echo todo_build ",
|
|
58
|
-
"format:check": "turbo format:check",
|
|
59
|
-
"format:write": "turbo format:write",
|
|
60
|
-
"with-env": "dotenv -e ./env/gomtm.env --",
|
|
61
|
-
"gomtm": "bun src/cli/main.ts",
|
|
62
|
-
"test": "bun x turbo test",
|
|
63
|
-
"test:watch": "bun x turbo test:watch --no-cache",
|
|
64
|
-
"test2": "bunx concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'bunx http-server storybook-static --port 6006 --silent' 'bunx wait-on tcp:6006 && yarn test-storybook'"
|
|
17
|
+
"workspaces": ["packages/*", "apps/*"],
|
|
18
|
+
"bin": {
|
|
19
|
+
"gomtm": "./bin/gomtm",
|
|
20
|
+
"gomtm2": "./dist/main.js"
|
|
65
21
|
},
|
|
66
22
|
"dependencies": {
|
|
67
23
|
"commander": "^12.0.0",
|
|
@@ -86,9 +42,36 @@
|
|
|
86
42
|
"engines": {
|
|
87
43
|
"node": "20.x"
|
|
88
44
|
},
|
|
89
|
-
"
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
}
|
|
45
|
+
"exports": {
|
|
46
|
+
".": {
|
|
47
|
+
"import": ["./src/index.ts", "./dist/esm/index.js"],
|
|
48
|
+
"require": ["./dist/esm/index.js"],
|
|
49
|
+
"types": ["./src/index.ts", "./dist/esm/index.js"]
|
|
50
|
+
},
|
|
51
|
+
"./*": {
|
|
52
|
+
"import": [
|
|
53
|
+
"./src/*.ts",
|
|
54
|
+
"./src/*.tsx",
|
|
55
|
+
"./src/*/index.ts",
|
|
56
|
+
"./src/*/index.tsx"
|
|
57
|
+
],
|
|
58
|
+
"types": [
|
|
59
|
+
"./src/*.ts",
|
|
60
|
+
"./src/*/index.ts",
|
|
61
|
+
"./src/*.tsx",
|
|
62
|
+
"./src/*/index.tsx"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
|
|
67
|
+
"scripts": {
|
|
68
|
+
"build": "next build",
|
|
69
|
+
"format:check": "turbo format:check",
|
|
70
|
+
"format:write": "turbo format:write",
|
|
71
|
+
"gomtm": "bun src/cli/main.ts",
|
|
72
|
+
"test": "bun x turbo test",
|
|
73
|
+
"test2": "bunx concurrently -k -s first -n 'SB,TEST' -c 'magenta,blue' 'bunx http-server storybook-static --port 6006 --silent' 'bunx wait-on tcp:6006 \u0026\u0026 yarn test-storybook'",
|
|
74
|
+
"test:watch": "bun x turbo test:watch --no-cache",
|
|
75
|
+
"with-env": "dotenv -e ./env/gomtm.env --"
|
|
76
|
+
}
|
|
77
|
+
}
|
package/README.md
DELETED
package/dist/gomtm
DELETED
|
Binary file
|