@n8n/n8n-extension-insights 0.11.0 → 0.13.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.
package/dist/frontend/index.d.ts
CHANGED
package/dist/frontend/index.js
CHANGED
|
@@ -1,16 +1,20 @@
|
|
|
1
|
-
import { createElementBlock, createElementVNode, markRaw, openBlock } from "vue";
|
|
2
|
-
|
|
1
|
+
import { createElementBlock as e, createElementVNode as t, markRaw as n, openBlock as r } from "vue";
|
|
2
|
+
//#region ../../@n8n/extension-sdk/dist/frontend/define2.mjs
|
|
3
|
+
function i(e) {
|
|
3
4
|
return e;
|
|
4
5
|
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
//#endregion
|
|
7
|
+
//#region \0plugin-vue:export-helper
|
|
8
|
+
var a = (e, t) => {
|
|
9
|
+
let n = e.__vccOpts || e;
|
|
10
|
+
for (let [e, r] of t) n[e] = r;
|
|
11
|
+
return n;
|
|
12
|
+
}, o = {};
|
|
13
|
+
function s(n, i) {
|
|
14
|
+
return r(), e("div", null, [...i[0] ||= [t("h1", null, "INSIGHTS DASHBOARD", -1)]]);
|
|
12
15
|
}
|
|
13
|
-
var
|
|
14
|
-
e.registerComponent("InsightsDashboard",
|
|
16
|
+
var c = /* @__PURE__ */ a(o, [["render", s]]), l = i({ setup(e) {
|
|
17
|
+
e.registerComponent("InsightsDashboard", n(c));
|
|
15
18
|
} });
|
|
16
|
-
|
|
19
|
+
//#endregion
|
|
20
|
+
export { l as default };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t(require(`vue`)):typeof define==`function`&&define.amd?define([`vue`],t):(e=typeof globalThis<`u`?globalThis:e||self,e.n8nFrontEndSdk=t(e.Vue))})(this,function(e){
|
|
1
|
+
(function(e,t){typeof exports==`object`&&typeof module<`u`?module.exports=t(require(`vue`)):typeof define==`function`&&define.amd?define([`vue`],t):(e=typeof globalThis<`u`?globalThis:e||self,e.n8nFrontEndSdk=t(e.Vue))})(this,function(e){function t(e){return e}var n=(e,t)=>{let n=e.__vccOpts||e;for(let[e,r]of t)n[e]=r;return n},r={};function i(t,n){return(0,e.openBlock)(),(0,e.createElementBlock)(`div`,null,[...n[0]||=[(0,e.createElementVNode)(`h1`,null,`INSIGHTS DASHBOARD`,-1)]])}var a=n(r,[[`render`,i]]);return t({setup(t){t.registerComponent(`InsightsDashboard`,(0,e.markRaw)(a))}})});
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-extension-insights",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.13.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"n8n.manifest.json",
|
|
8
8
|
"LICENSE",
|
|
9
9
|
"README.md",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"LICENSE_EE.md",
|
|
11
|
+
"LICENSE.md"
|
|
12
12
|
],
|
|
13
13
|
"main": "./n8n.manifest.json",
|
|
14
14
|
"module": "./n8n.manifest.json",
|
|
@@ -34,19 +34,19 @@
|
|
|
34
34
|
"vue-router": "^4.5.0"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@n8n/extension-sdk": "0.
|
|
37
|
+
"@n8n/extension-sdk": "0.11.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
41
41
|
"@vue/tsconfig": "^0.7.0",
|
|
42
42
|
"tsdown": "^0.16.5",
|
|
43
43
|
"rimraf": "6.0.1",
|
|
44
|
-
"vite": "
|
|
44
|
+
"vite": "^8.0.2",
|
|
45
45
|
"vue": "^3.5.13",
|
|
46
46
|
"vue-router": "^4.5.0",
|
|
47
47
|
"vue-tsc": "^2.2.8",
|
|
48
48
|
"@n8n/stylelint-config": "0.0.1",
|
|
49
|
-
"@n8n/typescript-config": "1.
|
|
49
|
+
"@n8n/typescript-config": "1.5.0"
|
|
50
50
|
},
|
|
51
51
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
52
52
|
"homepage": "https://n8n.io",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"url": "git+https://github.com/n8n-io/n8n.git"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
|
+
"clean": "rimraf dist .turbo",
|
|
62
63
|
"cleanup": "rimraf dist",
|
|
63
64
|
"dev": "tsdown --watch",
|
|
64
65
|
"lint": "eslint src --quiet",
|
|
@@ -69,6 +70,7 @@
|
|
|
69
70
|
"build:backend": "tsdown",
|
|
70
71
|
"build:frontend": "vite build",
|
|
71
72
|
"build": "pnpm cleanup && pnpm run \"/^build:.*/\"",
|
|
73
|
+
"build:unchecked": "pnpm cleanup && pnpm run build:backend && pnpm run build:frontend",
|
|
72
74
|
"preview": "vite preview"
|
|
73
75
|
}
|
|
74
76
|
}
|