| @@ -25,6 +25,7 @@ | |||
| <excludeFolder url="file://$MODULE_DIR$/website/.vitepress/dist" /> | |||
| <excludeFolder url="file://$MODULE_DIR$/plugins/3d-tiles-renderer/dist" /> | |||
| <excludeFolder url="file://$MODULE_DIR$/plugins/3d-tiles-renderer/docs" /> | |||
| <excludeFolder url="file://$MODULE_DIR$/plugins/assimpjs/docs" /> | |||
| </content> | |||
| <orderEntry type="inheritedJdk" /> | |||
| <orderEntry type="sourceFolder" forTests="false" /> | |||
| @@ -36,7 +36,7 @@ | |||
| "rimraf": "^5.0.1", | |||
| "rollup-plugin-glsl": "^1.3.0", | |||
| "rollup-plugin-license": "^3.0.1", | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1001/package.tgz", | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1002/package.tgz", | |||
| "tslib": "^2.5.0", | |||
| "typedoc": "^0.28.4", | |||
| "typescript": "5.8.3", | |||
| @@ -50,7 +50,7 @@ | |||
| "win-node-env": "^0.6.1" | |||
| }, | |||
| "peerDependencies": { | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1001/package.tgz" | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1002/package.tgz" | |||
| }, | |||
| "peerDependenciesMeta": { | |||
| "three": { | |||
| @@ -10044,9 +10044,9 @@ | |||
| "license": "MIT" | |||
| }, | |||
| "node_modules/three": { | |||
| "version": "0.158.1001", | |||
| "resolved": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1001/package.tgz", | |||
| "integrity": "sha512-yrzyMBxiKMIsr3gVD+K27L62soJHSDqAihpU+FokWGQGZ01+8jW1BdBb5zkC1Jwt6J7izY2/706t64uZu95wMw==", | |||
| "version": "0.158.1002", | |||
| "resolved": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1002/package.tgz", | |||
| "integrity": "sha512-3mrTz9y3CUwho//cK8wndLU9U6DEaOFbdKNROABwjC/M3fO5uO/rsWL2k0wmohXDO6wD1A583B+XJk0ukAPGDw==", | |||
| "dev": true, | |||
| "license": "MIT" | |||
| }, | |||
| @@ -110,7 +110,7 @@ | |||
| "rimraf": "^5.0.1", | |||
| "rollup-plugin-glsl": "^1.3.0", | |||
| "rollup-plugin-license": "^3.0.1", | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1001/package.tgz", | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1002/package.tgz", | |||
| "tslib": "^2.5.0", | |||
| "typedoc": "^0.28.4", | |||
| "typescript": "5.8.3", | |||
| @@ -130,7 +130,7 @@ | |||
| "uiconfig.js": "^0.1.3" | |||
| }, | |||
| "peerDependencies": { | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1001/package.tgz" | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1002/package.tgz" | |||
| }, | |||
| "peerDependenciesMeta": { | |||
| "three": { | |||
| @@ -141,8 +141,8 @@ | |||
| "dependencies": { | |||
| "uiconfig.js": "^0.1.3", | |||
| "ts-browser-helpers": "^0.16.2", | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1001/package.tgz", | |||
| "three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.158.1001.tar.gz", | |||
| "three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1002/package.tgz", | |||
| "three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.158.1002.tar.gz", | |||
| "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1003/package.tgz", | |||
| "@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.158.1003.tar.gz", | |||
| "@types/three-pkg": "https://gitpkg.now.sh/repalash/three-ts-types/types/three?modded_three" | |||
| @@ -17,7 +17,7 @@ | |||
| } | |||
| }, | |||
| "../../node_modules/three": { | |||
| "version": "0.158.1001", | |||
| "version": "0.158.1002", | |||
| "license": "MIT", | |||
| "devDependencies": { | |||
| "@puppeteer/browsers": "^1.4.1", | |||
| @@ -24,7 +24,7 @@ | |||
| } | |||
| }, | |||
| "../../node_modules/three": { | |||
| "version": "0.158.1001", | |||
| "version": "0.158.1002", | |||
| "dev": true, | |||
| "license": "MIT", | |||
| "devDependencies": { | |||