Comparing version 2.5.0 to 2.5.1
# inngest | ||
## 2.5.1 | ||
### Patch Changes | ||
- [#302](https://github.com/inngest/inngest-js/pull/302) [`5b2bfac`](https://github.com/inngest/inngest-js/commit/5b2bfac61f3b3f4ecbfdedca3e3c18be1393eb88) Thanks [@jpwilliams](https://github.com/jpwilliams)! - Remove `preinstall` script from `inngest` package causing errors when consuming the package | ||
## 2.5.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "inngest", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -11,3 +11,2 @@ "main": "./index.js", | ||
"scripts": { | ||
"preinstall": "npx only-allow pnpm", | ||
"prebuild": "pnpm run pb:version", | ||
@@ -17,3 +16,3 @@ "pb:version": "genversion --semi --double --es6 ./src/version.ts", | ||
"test": "jest --silent --logHeapUsage --maxWorkers=8 --coverage --ci", | ||
"test:examples": "jest --logHeapUsage --maxWorkers=8 --testMatch \"**/examples/**/*.test.ts\" --ci --verbose", | ||
"test:examples": "jest --logHeapUsage --maxWorkers=8 --testMatch \"**/test/functions/**/*.test.ts\" --ci --verbose", | ||
"test:types": "tsc --noEmit --project tsconfig.types.json --listFiles", | ||
@@ -31,3 +30,4 @@ "clean": "rm -rf ./dist", | ||
"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" | ||
}, | ||
@@ -70,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", | ||
@@ -86,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", | ||
@@ -95,2 +99,3 @@ "nock": "^13.2.9", | ||
"ts-jest": "^29.1.0", | ||
"tsx": "^3.12.7", | ||
"type-plus": "^5.1.0", | ||
@@ -97,0 +102,0 @@ "typescript": "^5.0.0", |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.5.0"; | ||
export declare const version = "2.5.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "2.5.0"; | ||
exports.version = "2.5.1"; | ||
//# sourceMappingURL=version.js.map |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
494119
0
38