@2515097216/jimeng-free-api 0.8.6 → 0.8.8

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 (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "url": "https://github.com/laixiao/jimeng-free-api-all/issues"
10
10
  },
11
11
  "homepage": "https://github.com/laixiao/jimeng-free-api-all#readme",
12
- "version": "0.8.6",
12
+ "version": "0.8.8",
13
13
  "description": "jimeng Free API Server - MCP compatible",
14
14
  "type": "module",
15
15
  "main": "dist/index.js",
@@ -22,11 +22,12 @@
22
22
  "dist/"
23
23
  ],
24
24
  "bin": {
25
- "jimeng-mcp": "dist/mcp/index.js"
25
+ "jimeng-free-api": "./dist/mcp/index.js",
26
+ "jimeng-mcp": "./dist/mcp/index.js"
26
27
  },
27
28
  "mcp": {
28
29
  "jimeng-mcp": {
29
- "command": "jimeng-mcp",
30
+ "command": "jimeng-free-api",
30
31
  "args": [
31
32
  "stdio"
32
33
  ],
@@ -39,7 +40,8 @@
39
40
  "dev": "tsup src/index.ts --format cjs,esm --sourcemap --dts --publicDir public --watch --onSuccess \"node --enable-source-maps --no-node-snapshot dist/index.js --port 8000\"",
40
41
  "start": "node --enable-source-maps --no-node-snapshot dist/index.js",
41
42
  "build": "tsup src/index.ts src/mcp/index.ts --format cjs,esm --sourcemap --dts --clean --publicDir public",
42
- "build:mcp": "tsup src/mcp/index.ts --format cjs,esm --sourcemap --dts --clean"
43
+ "build:mcp": "tsup src/mcp/index.ts --format cjs,esm --sourcemap --dts --clean",
44
+ "release": "npm version patch && npm publish --access public"
43
45
  },
44
46
  "author": "Vinlic",
45
47
  "license": "ISC",