@gui-chat-plugin/mindmap 0.4.0 → 0.4.1
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/chunk-BcutgqC9.cjs +1 -0
- package/dist/{chunk-vKJrgz-R.js → chunk-D8eiyYIV.js} +1 -1
- package/dist/{html2canvas-Cx501zZr.js → html2canvas-CDGcmOD3.js} +1 -1
- package/dist/{html2canvas-C65-7AmR.cjs → html2canvas-bRgttT8p.cjs} +1 -1
- package/dist/{index.es-yMsQ5iJv.cjs → index.es-CcnsBXTg.cjs} +1 -1
- package/dist/{index.es-D4YyL_Dg.js → index.es-DqtpmBm8.js} +1 -1
- package/dist/react.cjs +1 -1
- package/dist/react.js +1 -1
- package/dist/style.css +1 -1
- package/dist/vue.cjs +3 -3
- package/dist/vue.js +3 -3
- package/package.json +15 -15
- package/dist/chunk-350yNsax.cjs +0 -1
package/dist/vue.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as e } from "./chunk-
|
|
1
|
+
import { r as e } from "./chunk-D8eiyYIV.js";
|
|
2
2
|
import { a as t, i as n, n as r, o as i, r as a, t as o } from "./samples-Dy-Tx8gM.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import { t as s } from "./typeof-DBp4T-Ny.js";
|
|
@@ -16011,7 +16011,7 @@ function gc() {
|
|
|
16011
16011
|
}, e.allowFsRead = void 0, e.loadImageFile = e.loadFile;
|
|
16012
16012
|
}(Z.API), function(t) {
|
|
16013
16013
|
function n() {
|
|
16014
|
-
return (X.html2canvas ? Promise.resolve(X.html2canvas) : import("./html2canvas-
|
|
16014
|
+
return (X.html2canvas ? Promise.resolve(X.html2canvas) : import("./html2canvas-CDGcmOD3.js").then((t) => /* @__PURE__ */ e(t.default))).catch(function(e) {
|
|
16015
16015
|
return Promise.reject(/* @__PURE__ */ Error("Could not load html2canvas: " + e));
|
|
16016
16016
|
}).then(function(e) {
|
|
16017
16017
|
return e.default ? e.default : e;
|
|
@@ -17146,7 +17146,7 @@ function gc() {
|
|
|
17146
17146
|
ignoreAnimation: !0,
|
|
17147
17147
|
ignoreDimensions: !0
|
|
17148
17148
|
}, d = this;
|
|
17149
|
-
return (X.canvg ? Promise.resolve(X.canvg) : import("./index.es-
|
|
17149
|
+
return (X.canvg ? Promise.resolve(X.canvg) : import("./index.es-DqtpmBm8.js")).catch(function(e) {
|
|
17150
17150
|
return Promise.reject(/* @__PURE__ */ Error("Could not load canvg: " + e));
|
|
17151
17151
|
}).then(function(e) {
|
|
17152
17152
|
return e.default ? e.default : e;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gui-chat-plugin/mindmap",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "Interactive mind map plugin for visual brainstorming",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"lint": "eslint src demo"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"gui-chat-protocol": "^0.
|
|
43
|
+
"gui-chat-protocol": "^0.3.3",
|
|
44
44
|
"react": "^18.0.0 || ^19.0.0",
|
|
45
45
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
46
46
|
"vue": "^3.5.0"
|
|
@@ -58,28 +58,28 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@eslint/js": "^10.0.1",
|
|
61
|
-
"@tailwindcss/vite": "^4.2.
|
|
61
|
+
"@tailwindcss/vite": "^4.2.4",
|
|
62
62
|
"@types/react": "^19.1.8",
|
|
63
63
|
"@types/react-dom": "^19.1.6",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
65
|
-
"@typescript-eslint/parser": "^8.
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
|
65
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
66
66
|
"@vitejs/plugin-react": "^4.5.2",
|
|
67
67
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
68
|
-
"eslint": "^10.
|
|
68
|
+
"eslint": "^10.3.0",
|
|
69
69
|
"eslint-plugin-react": "^7.37.5",
|
|
70
70
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
71
|
-
"eslint-plugin-vue": "^10.
|
|
72
|
-
"globals": "^17.
|
|
73
|
-
"gui-chat-protocol": "^0.
|
|
71
|
+
"eslint-plugin-vue": "^10.9.1",
|
|
72
|
+
"globals": "^17.6.0",
|
|
73
|
+
"gui-chat-protocol": "^0.3.3",
|
|
74
74
|
"openai": "^4.77.0",
|
|
75
75
|
"react": "^19.1.0",
|
|
76
76
|
"react-dom": "^19.1.0",
|
|
77
|
-
"tailwindcss": "^4.2.
|
|
78
|
-
"typescript": "~6.0.
|
|
79
|
-
"vite": "^8.0.
|
|
80
|
-
"vue": "^3.5.
|
|
77
|
+
"tailwindcss": "^4.2.4",
|
|
78
|
+
"typescript": "~6.0.3",
|
|
79
|
+
"vite": "^8.0.11",
|
|
80
|
+
"vue": "^3.5.34",
|
|
81
81
|
"vue-eslint-parser": "^10.4.0",
|
|
82
|
-
"vue-tsc": "^3.2.
|
|
82
|
+
"vue-tsc": "^3.2.8"
|
|
83
83
|
},
|
|
84
84
|
"keywords": [
|
|
85
85
|
"guichat",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
],
|
|
91
91
|
"license": "MIT",
|
|
92
92
|
"dependencies": {
|
|
93
|
-
"gui-chat-protocol": "^0.
|
|
93
|
+
"gui-chat-protocol": "^0.3.3",
|
|
94
94
|
"jspdf": "^4.0.0"
|
|
95
95
|
}
|
|
96
96
|
}
|
package/dist/chunk-350yNsax.cjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),s=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},c=(n,r,a)=>(a=n==null?{}:e(i(n)),s(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return c}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return o}});
|