@n8n/extension-sdk 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/backend/index.ts","../../src/backend/define.ts"],"sourcesContent":["export * from './define';\nexport * from './types';\n","import type { BackendExtension } from './types.ts';\n\nexport function defineBackendExtension(extension: BackendExtension): BackendExtension {\n\treturn extension;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACEO,SAAS,uBAAuB,WAA+C;AACrF,SAAO;AACR;","names":[]}
1
+ {"version":3,"sources":["../../src/backend/index.ts","../../src/backend/define.ts"],"sourcesContent":["export * from './define';\nexport type * from './types';\n","import type { BackendExtension } from './types.ts';\n\nexport function defineBackendExtension(extension: BackendExtension): BackendExtension {\n\treturn extension;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACEO,SAAS,uBAAuB,WAA+C;AACrF,SAAO;AACR;","names":[]}
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  defineBackendExtension
3
3
  } from "./chunk-B7CLIGBD.js";
4
- import "./chunk-EHKZI4ZY.js";
5
4
  export {
6
5
  defineBackendExtension
7
6
  };
@@ -1,2 +1 @@
1
- import "./chunk-EHKZI4ZY.js";
2
1
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/frontend/index.ts","../../src/frontend/define.ts"],"sourcesContent":["export * from './define';\nexport * from './types';\n","import type { FrontendExtension } from './types.ts';\n\nexport function defineFrontendExtension(extension: FrontendExtension): FrontendExtension {\n\treturn extension;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACEO,SAAS,wBAAwB,WAAiD;AACxF,SAAO;AACR;","names":[]}
1
+ {"version":3,"sources":["../../src/frontend/index.ts","../../src/frontend/define.ts"],"sourcesContent":["export * from './define';\nexport type * from './types';\n","import type { FrontendExtension } from './types.ts';\n\nexport function defineFrontendExtension(extension: FrontendExtension): FrontendExtension {\n\treturn extension;\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACEO,SAAS,wBAAwB,WAAiD;AACxF,SAAO;AACR;","names":[]}
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  defineFrontendExtension
3
3
  } from "./chunk-LTKOPDVC.js";
4
- import "./chunk-HR6XC6O7.js";
5
4
  export {
6
5
  defineFrontendExtension
7
6
  };
@@ -1,2 +1 @@
1
- import "./chunk-HR6XC6O7.js";
2
1
  //# sourceMappingURL=types.js.map
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@n8n/extension-sdk",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
7
7
  "schema.json",
8
8
  "LICENSE",
9
9
  "README.md",
10
- "LICENSE_EE.md",
11
- "LICENSE.md"
10
+ "LICENSE.md",
11
+ "LICENSE_EE.md"
12
12
  ],
13
13
  "main": "./dist/index.cjs",
14
14
  "module": "./dist/index.js",
@@ -38,14 +38,14 @@
38
38
  "devDependencies": {
39
39
  "@vitejs/plugin-vue": "^5.2.4",
40
40
  "@vue/tsconfig": "^0.7.0",
41
- "rimraf": "^6.0.1",
42
- "vite": "6.3.5",
41
+ "rimraf": "6.0.1",
42
+ "vite": "^6.3.5",
43
43
  "vue": "^3.5.13",
44
44
  "vue-router": "^4.5.0",
45
45
  "vue-tsc": "^2.2.8",
46
46
  "zod-to-json-schema": "3.23.3",
47
47
  "tsx": "^4.19.3",
48
- "@n8n/typescript-config": "1.2.0"
48
+ "@n8n/typescript-config": "1.3.0"
49
49
  },
50
50
  "license": "SEE LICENSE IN LICENSE.md",
51
51
  "dependencies": {
@@ -1 +0,0 @@
1
- //# sourceMappingURL=chunk-EHKZI4ZY.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=chunk-HR6XC6O7.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}