inngest 2.4.2-pr-294.4 → 2.4.2-pr-294.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inngest",
3
- "version": "2.4.2-pr-294.4",
3
+ "version": "2.4.2-pr-294.5",
4
4
  "description": "Official SDK for Inngest.com",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
@@ -26,7 +26,8 @@
26
26
  "build:api": "api-extractor run --local --verbose",
27
27
  "build:check": "api-extractor run --verbose",
28
28
  "build:copy": "cp package.json LICENSE.md README.md CHANGELOG.md dist",
29
- "local:pack": "pnpm run build && pnpm run build:copy && yarn pack --verbose --frozen-lockfile --filename inngest.tgz --cwd dist"
29
+ "local:pack": "pnpm run build && pnpm run build:copy && yarn pack --verbose --frozen-lockfile --filename inngest.tgz --cwd dist",
30
+ "dev:example": "tsx scripts/runExample.ts"
30
31
  },
31
32
  "homepage": "https://github.com/inngest/inngest-js#readme",
32
33
  "repository": {
@@ -65,8 +66,10 @@
65
66
  "@types/aws-lambda": "^8.10.108",
66
67
  "@types/debug": "^4.1.8",
67
68
  "@types/express": "^4.17.13",
69
+ "@types/inquirer": "^9.0.3",
68
70
  "@types/jest": "^27.4.1",
69
71
  "@types/json-stringify-safe": "^5.0.0",
72
+ "@types/minimist": "^1.2.2",
70
73
  "@types/ms": "^0.7.31",
71
74
  "@types/node": "^18.16.16",
72
75
  "@types/sha.js": "^2.4.0",
@@ -80,7 +83,9 @@
80
83
  "eslint-plugin-prettier": "^4.2.1",
81
84
  "express": "^4.18.2",
82
85
  "genversion": "^3.1.1",
86
+ "inquirer": "^9.2.10",
83
87
  "jest": "^29.3.1",
88
+ "minimist": "^1.2.8",
84
89
  "next": "^12.3.0",
85
90
  "nock": "^13.2.9",
86
91
  "node-mocks-http": "^1.11.0",
@@ -88,6 +93,7 @@
88
93
  "prettier": "^2.7.1",
89
94
  "shx": "^0.3.4",
90
95
  "ts-jest": "^29.1.0",
96
+ "tsx": "^3.12.7",
91
97
  "type-plus": "^5.1.0",
92
98
  "typescript": "^5.0.0",
93
99
  "ulid": "^2.3.0"
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "2.4.2-pr-294.4";
1
+ export declare const version = "2.4.2-pr-294.5";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = "2.4.2-pr-294.4";
5
+ exports.version = "2.4.2-pr-294.5";
6
6
  //# sourceMappingURL=version.js.map