@n8n/api-types
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -106,3 +106,2 @@ import type { ExpressionEvaluatorType, LogLevel, WorkflowSettings } from 'n8n-workflow'; | ||
}; | ||
isNpmAvailable: boolean; | ||
allowedModules: { | ||
@@ -109,0 +108,0 @@ builtIn?: string[]; |
export type * from './datetime'; | ||
export * from './dto'; | ||
export type * from './push'; | ||
@@ -3,0 +4,0 @@ export type * from './scaling'; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./dto"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@n8n/api-types", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"main": "dist/index.js", | ||
@@ -13,4 +13,9 @@ "module": "src/index.ts", | ||
"devDependencies": { | ||
"n8n-workflow": "1.59.0" | ||
"n8n-workflow": "1.60.0" | ||
}, | ||
"dependencies": { | ||
"xss": "1.0.15", | ||
"zod": "3.23.8", | ||
"zod-class": "0.0.15" | ||
}, | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -36,4 +41,5 @@ "homepage": "https://n8n.io", | ||
"watch": "tsc -p tsconfig.build.json --watch", | ||
"test": "echo \"No tests yet\" && exit 0" | ||
"test": "jest", | ||
"test:dev": "jest --watch" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
158356
59
513
1
3
+ Addedxss@1.0.15
+ Addedzod@3.23.8
+ Addedzod-class@0.0.15
+ Addedcommander@2.20.3(transitive)
+ Addedcssfilter@0.0.10(transitive)
+ Addedtype-fest@4.33.0(transitive)
+ Addedxss@1.0.15(transitive)
+ Addedzod@3.23.8(transitive)
+ Addedzod-class@0.0.15(transitive)