gomtm 0.0.535 → 0.0.537

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.
Files changed (3) hide show
  1. package/dist/gomtm +0 -0
  2. package/package.json +2 -5
  3. package/bin/gomtm +0 -13
package/dist/gomtm ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gomtm",
3
- "version": "0.0.535",
3
+ "version": "0.0.537",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -8,8 +8,7 @@
8
8
  "access": "public"
9
9
  },
10
10
  "files": [
11
- "dist",
12
- "bin"
11
+ "dist"
13
12
  ],
14
13
  "bin": {
15
14
  "gomtm": "./dist/main.js",
@@ -65,13 +64,11 @@
65
64
  }
66
65
  },
67
66
  "scripts": {
68
- "prepare": "panda codegen",
69
67
  "build": "next build",
70
68
  "gomtm": "bun src/cli/main.ts",
71
69
  "dev": "bun with-env next dev",
72
70
  "dev:watch": "bun concurrently 'bun run dev' 'bun run codegen:local --watch'",
73
71
  "with-env": "dotenv -e ./env/gomtm.env --",
74
- "codegen--": "bun graphql-codegen --config codegen-mtmapi.ts",
75
72
  "codegen": "graphql-codegen --config codegen.ts",
76
73
  "relay": "relay-compiler"
77
74
  },
package/bin/gomtm DELETED
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- export MTM_SECRET="feihuo321------"
4
- export GOBIN="${PWD}/.tmp/bin"
5
- go run mtm/cmd/main.go "$@"
6
-
7
-
8
- # # 生成 Bash 自动完成功能脚本,并将其添加到 Bash 配置文件中
9
- # (bin/gomtm --generate-bash-completion > main_bash_autocomplete) && source ./main_bash_autocomplete
10
-
11
-
12
- # PROG=bin/gomtm source ./bin/autocomplete/bash_autocomplete
13
- # PROG=gomtm source ../bin/autocomplete/bash_autocomplete