@gram-ai/create-function 0.11.0 → 0.11.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.
@@ -19,7 +19,7 @@
19
19
  "node": ">=22.18.0"
20
20
  },
21
21
  "scripts": {
22
- "dev": "mcp-inspector nodemon -q --watch src --exec node ./src/server.ts",
22
+ "dev": "mcp-inspector --transport stdio nodemon -q --watch src --exec node --experimental-strip-types ./src/server.ts",
23
23
  "lint": "tsc --noEmit",
24
24
  "_:build": "gf build",
25
25
  "push": "gf push",
@@ -19,7 +19,7 @@
19
19
  "node": ">=22.18.0"
20
20
  },
21
21
  "scripts": {
22
- "dev": "mcp-inspector nodemon -q --watch src --exec node ./src/server.ts",
22
+ "dev": "mcp-inspector --transport stdio nodemon -q --watch src --exec node --experimental-strip-types ./src/server.ts",
23
23
  "_:build": "gf build",
24
24
  "push": "gf push",
25
25
  "prebuild": "tsc -p tsconfig.json",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@gram-ai/create-function",
4
- "version": "0.11.0",
4
+ "version": "0.11.2",
5
5
  "description": "Build AI tools and deploy them to getgram.ai",
6
6
  "keywords": [],
7
7
  "homepage": "https://github.com/speakeasy-api/gram",
@@ -30,15 +30,15 @@
30
30
  "dependencies": {
31
31
  "@bomb.sh/args": "^0.3.1",
32
32
  "@clack/prompts": "^1.0.0-alpha.6",
33
- "zx": "8.8.4-lite"
33
+ "zx": "8.8.5-lite"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@modelcontextprotocol/sdk": "^1.20.1",
37
37
  "@types/node": "22.x",
38
38
  "prettier": "^3.6.2",
39
- "typescript": "5.9.2",
39
+ "typescript": "5.9.3",
40
40
  "zod": "^3.25.76",
41
- "@gram-ai/functions": "^0.11.0"
41
+ "@gram-ai/functions": "^0.11.2"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsc --noEmit false"