Comparing version 2.4.2-pr-294.4 to 2.4.2-pr-294.5
{ | ||
"name": "inngest", | ||
"version": "2.4.2-pr-294.4", | ||
"version": "2.4.2-pr-294.5", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -29,3 +29,4 @@ "main": "./index.js", | ||
"build:copy": "cp package.json LICENSE.md README.md CHANGELOG.md dist", | ||
"local:pack": "pnpm run build && pnpm run build:copy && yarn pack --verbose --frozen-lockfile --filename inngest.tgz --cwd dist" | ||
"local:pack": "pnpm run build && pnpm run build:copy && yarn pack --verbose --frozen-lockfile --filename inngest.tgz --cwd dist", | ||
"dev:example": "tsx scripts/runExample.ts" | ||
}, | ||
@@ -69,4 +70,6 @@ "homepage": "https://github.com/inngest/inngest-js#readme", | ||
"@types/express": "^4.17.13", | ||
"@types/inquirer": "^9.0.3", | ||
"@types/jest": "^27.4.1", | ||
"@types/json-stringify-safe": "^5.0.0", | ||
"@types/minimist": "^1.2.2", | ||
"@types/ms": "^0.7.31", | ||
@@ -85,3 +88,5 @@ "@types/node": "^18.16.16", | ||
"genversion": "^3.1.1", | ||
"inquirer": "^9.2.10", | ||
"jest": "^29.3.1", | ||
"minimist": "^1.2.8", | ||
"next": "^12.3.0", | ||
@@ -94,2 +99,3 @@ "nock": "^13.2.9", | ||
"ts-jest": "^29.1.0", | ||
"tsx": "^3.12.7", | ||
"type-plus": "^5.1.0", | ||
@@ -96,0 +102,0 @@ "typescript": "^5.0.0", |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.4.2-pr-294.4"; | ||
export declare const version = "2.4.2-pr-294.5"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "2.4.2-pr-294.4"; | ||
exports.version = "2.4.2-pr-294.5"; | ||
//# sourceMappingURL=version.js.map |
509935
39