@n8n/errors
Advanced tools
+6
-5
| { | ||
| "name": "@n8n/errors", | ||
| "version": "0.8.0", | ||
| "version": "0.9.0", | ||
| "main": "dist/index.js", | ||
@@ -9,8 +9,8 @@ "module": "src/index.ts", | ||
| "dist/**/*", | ||
| "LICENSE.md", | ||
| "LICENSE_EE.md" | ||
| "LICENSE_EE.md", | ||
| "LICENSE.md" | ||
| ], | ||
| "devDependencies": { | ||
| "@sentry/node": "^10.36.0", | ||
| "@n8n/typescript-config": "1.4.0" | ||
| "@sentry/node": "^10.55.0", | ||
| "@n8n/typescript-config": "1.5.0" | ||
| }, | ||
@@ -35,2 +35,3 @@ "dependencies": { | ||
| "build": "tsc -p tsconfig.build.json", | ||
| "build:unchecked": "tsc -p tsconfig.build.json --noCheck", | ||
| "format": "biome format --write .", | ||
@@ -37,0 +38,0 @@ "format:check": "biome ci .", |
Sorry, the diff of this file is not supported yet
197809
-0.44%