@gram-ai/create-function 0.5.1 → 0.5.3

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.
@@ -120,6 +120,4 @@ async function run() {
120
120
  process.once("SIGTERM", quit);
121
121
  }
122
122
 
123
- if (import.meta.main) {
124
- run();
125
- }
123
+ run();
@@ -9,6 +9,4 @@ async function build() {
9
9
  });
10
10
  }
11
11
 
12
- if (import.meta.main) {
13
- await build();
14
- }
12
+ build();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@gram-ai/create-function",
4
- "version": "0.5.1",
4
+ "version": "0.5.3",
5
5
  "description": "Build AI tools and deploy them to getgram.ai",
6
6
  "keywords": [],
7
7
  "homepage": "https://github.com/speakeasy-api/gram",
@@ -38,7 +38,7 @@
38
38
  "prettier": "^3.6.2",
39
39
  "typescript": "5.9.2",
40
40
  "zod": "^3.25.76",
41
- "@gram-ai/functions": "^0.5.1"
41
+ "@gram-ai/functions": "^0.5.3"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsc --noEmit false"