现版本

This commit is contained in:
yuding
2026-04-14 10:16:37 +08:00
parent 819992f331
commit 0b730da6f4
17 changed files with 20376 additions and 21126 deletions

19
package-lock.json generated
View File

@@ -1,15 +1,15 @@
{
"name": "iflow-engine",
"version": "2.4.8",
"version": "2.5.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "iflow-engine",
"version": "2.4.8",
"version": "2.5.9",
"license": "MIT",
"dependencies": {
"iflow-engine-base": "^3.4.7",
"iflow-engine-base": "^3.4.10",
"three": "^0.182.0"
},
"devDependencies": {
@@ -1456,12 +1456,6 @@
"node": ">=0.3.1"
}
},
"node_modules/draco3d": {
"version": "1.5.7",
"resolved": "https://registry.npmjs.org/draco3d/-/draco3d-1.5.7.tgz",
"integrity": "sha512-m6WCKt/erDXcw+70IJXnG7M3awwQPAsZvJGX5zY7beBqpELw6RDGkYVU0W43AFxye4pDZ5i2Lbyc/NNGqwjUVQ==",
"license": "Apache-2.0"
},
"node_modules/dunder-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -1829,14 +1823,13 @@
}
},
"node_modules/iflow-engine-base": {
"version": "3.4.7",
"resolved": "https://registry.npmjs.org/iflow-engine-base/-/iflow-engine-base-3.4.7.tgz",
"integrity": "sha512-SHVtyRpyPz1U9u73nULZUV6AQSCMOBovyPb6ROOToog1I/FowTuWNVM3zMLMNN88sJ/0XTWBHZbZEifwtMCIkg==",
"version": "3.4.10",
"resolved": "https://registry.npmjs.org/iflow-engine-base/-/iflow-engine-base-3.4.10.tgz",
"integrity": "sha512-sKgV1qWr8z3Cbli3yoGRolAKz0Za5Iuycu/OAbpA2/oE9LJ+Zb0CH63LrSR7ljRK6NBRw4P0fHrs6/KCWppG7w==",
"license": "ISC",
"dependencies": {
"@types/three": "^0.181.0",
"axios": "^1.13.2",
"draco3d": "^1.5.7",
"jszip": "^3.10.1",
"opentype.js": "^1.3.4",
"stats.js": "^0.17.0",