Comparing version 0.8.2 to 0.8.3
{ | ||
"name": "inngest", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "Official SDK for Inngest.com", | ||
@@ -15,3 +15,4 @@ "main": "./index.js", | ||
"bin": { | ||
"inngest-init": "./init.js" | ||
"inngest-init": "./init.js", | ||
"inngest": "./cli.js" | ||
}, | ||
@@ -23,3 +24,4 @@ "scripts": { | ||
"build": "yarn run clean && tsc --project tsconfig.build.json", | ||
"test": "node --expose-gc --max-old-space-size=4096 ./node_modules/.bin/jest --silent --logHeapUsage --maxWorkers=8 --coverage", | ||
"test": "node --expose-gc --max-old-space-size=4096 ./node_modules/.bin/jest --silent --logHeapUsage --maxWorkers=8 --coverage --ci --verbose", | ||
"test:examples": "node --expose-gc --max-old-space-size=4096 ./node_modules/.bin/jest --silent --logHeapUsage --maxWorkers=8 --testMatch \"**/examples/test/*.test.ts\" --ci --verbose", | ||
"clean": "rm -rf ./dist", | ||
@@ -88,3 +90,4 @@ "lint": "eslint .", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "^4.8.3" | ||
"typescript": "^4.8.3", | ||
"ulid": "^2.3.0" | ||
}, | ||
@@ -91,0 +94,0 @@ "volta": { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.8.2"; | ||
export declare const version = "0.8.3"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = "0.8.2"; | ||
exports.version = "0.8.3"; | ||
//# sourceMappingURL=version.js.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
363143
87
3611
27
7