Quellcode durchsuchen

Version update for threepipe, tweakpane, tweakpane-editor

master
Palash Bansal vor 2 Jahren
Ursprung
Commit
2126e5e6c9
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden

+ 15
- 15
package-lock.json Datei anzeigen

@@ -1,15 +1,15 @@
{
"name": "threepipe",
"version": "0.0.17",
"version": "0.0.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "threepipe",
"version": "0.0.17",
"version": "0.0.18",
"license": "Apache-2.0",
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1017/package.tgz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1018/package.tgz",
"@types/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5",
"ts-browser-helpers": "^0.8.0"
@@ -44,7 +44,7 @@
"typedoc": "^0.24.7",
"typescript": "^5.0.4",
"typescript-plugin-css-modules": "^5.0.1",
"uiconfig.js": "^0.0.6"
"uiconfig.js": "^0.0.7"
},
"optionalDependencies": {
"win-node-env": "^0.6.1"
@@ -684,9 +684,9 @@
"dev": true
},
"node_modules/@types/three": {
"version": "0.152.1017",
"resolved": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1017/package.tgz",
"integrity": "sha512-iRThz0XfSleoy53jfLfos5bC1EyWc2dNrxXglVnIYU3ducMSjwS3iAdZehmlGMmiIpz3l1fc3xBpVOO4F8Z/Iw==",
"version": "0.152.1018",
"resolved": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1018/package.tgz",
"integrity": "sha512-zGLOKXSnc/g+MVQaD7hGUbPJnCbOE+V8RTB2Ex/GUkgEvaRV27o/31RZe4WZbh8r3DLdILz6AM3I+FWAobtUdQ==",
"dependencies": {
"@tweenjs/tween.js": "~18.6.4",
"fflate": "~0.6.9",
@@ -9826,9 +9826,9 @@
}
},
"node_modules/uiconfig.js": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.6.tgz",
"integrity": "sha512-cTnYZoR025/01kXStKUEhlBU8y9AZwXdQhG9iwWH6qfZoavxF5DxC9VXc/P2Io3XGKY0uiAC3D0J80rLtNHjEA==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.7.tgz",
"integrity": "sha512-PNZkeNd52ETa5UQRu5XLXqJZhAUoUSzCiBfYVbl+7GdRIt65XTmPgNIjqeZXL59g6zhaGrkWTLa0AVyeZzVJZQ==",
"dev": true
},
"node_modules/unbox-primitive": {
@@ -10874,8 +10874,8 @@
"dev": true
},
"@types/three": {
"version": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1017/package.tgz",
"integrity": "sha512-iRThz0XfSleoy53jfLfos5bC1EyWc2dNrxXglVnIYU3ducMSjwS3iAdZehmlGMmiIpz3l1fc3xBpVOO4F8Z/Iw==",
"version": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1018/package.tgz",
"integrity": "sha512-zGLOKXSnc/g+MVQaD7hGUbPJnCbOE+V8RTB2Ex/GUkgEvaRV27o/31RZe4WZbh8r3DLdILz6AM3I+FWAobtUdQ==",
"requires": {
"@tweenjs/tween.js": "~18.6.4",
"fflate": "~0.6.9",
@@ -17501,9 +17501,9 @@
"dev": true
},
"uiconfig.js": {
"version": "0.0.6",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.6.tgz",
"integrity": "sha512-cTnYZoR025/01kXStKUEhlBU8y9AZwXdQhG9iwWH6qfZoavxF5DxC9VXc/P2Io3XGKY0uiAC3D0J80rLtNHjEA==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.7.tgz",
"integrity": "sha512-PNZkeNd52ETa5UQRu5XLXqJZhAUoUSzCiBfYVbl+7GdRIt65XTmPgNIjqeZXL59g6zhaGrkWTLa0AVyeZzVJZQ==",
"dev": true
},
"unbox-primitive": {

+ 6
- 6
package.json Datei anzeigen

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.17",
"version": "0.0.18",
"description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.",
"main": "src/index.ts",
"module": "dist/index.mjs",
@@ -97,24 +97,24 @@
"typedoc": "^0.24.7",
"typescript": "^5.0.4",
"typescript-plugin-css-modules": "^5.0.1",
"uiconfig.js": "^0.0.6",
"uiconfig.js": "^0.0.7",
"@rollup/plugin-replace": "^5.0.2",
"popmotion": "^11.0.5"
},
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1017/package.tgz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1018/package.tgz",
"@types/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5",
"ts-browser-helpers": "^0.8.0"
},
"//": {
"dependencies": {
"uiconfig.js": "^0.0.6",
"uiconfig.js": "^0.0.7",
"ts-browser-helpers": "^0.8.0",
"three": "https://github.com/repalash/three.js-modded/releases/download/v0.152.2018/package.tgz",
"three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.152.2018.tar.gz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1017/package.tgz",
"@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.152.1017.tar.gz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1018/package.tgz",
"@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.152.1018.tar.gz",
"@types/three-pkg": "https://gitpkg.now.sh/repalash/three-ts-types/types/three?modded_three"
},
"local_dependencies": {

+ 16
- 3
plugins/tweakpane-editor/package-lock.json Datei anzeigen

@@ -1,16 +1,17 @@
{
"name": "@threepipe/plugin-tweakpane-editor",
"version": "0.1.4",
"version": "0.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@threepipe/plugin-tweakpane-editor",
"version": "0.1.4",
"version": "0.1.5",
"license": "Apache-2.0",
"dependencies": {
"@threepipe/plugin-tweakpane": "file:./../tweakpane/src/",
"threepipe": "file:./../../src/"
"threepipe": "file:./../../src/",
"treejs": "git://github.com/repalash/treejs.git#d303016bb74e75725d13e97291ac1d4727985918"
},
"devDependencies": {
"tippy.js": "^6.3.7"
@@ -44,6 +45,13 @@
"dependencies": {
"@popperjs/core": "^2.9.0"
}
},
"node_modules/treejs": {
"name": "@widgetjs/tree",
"version": "2.0.0",
"resolved": "git+ssh://git@github.com/repalash/treejs.git#d303016bb74e75725d13e97291ac1d4727985918",
"integrity": "sha512-HqK9Ow4VF50w9tFiRNe8jJ89Tpjkgwxot2h7r6sd+G+Xnq+IgtW5ml9Aq5CjBw1wYesq3sfxO5ZVQhfA0WV8ww==",
"license": "MIT"
}
},
"dependencies": {
@@ -67,6 +75,11 @@
"requires": {
"@popperjs/core": "^2.9.0"
}
},
"treejs": {
"version": "git+ssh://git@github.com/repalash/treejs.git#d303016bb74e75725d13e97291ac1d4727985918",
"integrity": "sha512-HqK9Ow4VF50w9tFiRNe8jJ89Tpjkgwxot2h7r6sd+G+Xnq+IgtW5ml9Aq5CjBw1wYesq3sfxO5ZVQhfA0WV8ww==",
"from": "treejs@git://github.com/repalash/treejs.git#d303016bb74e75725d13e97291ac1d4727985918"
}
}
}

+ 3
- 3
plugins/tweakpane-editor/package.json Datei anzeigen

@@ -1,7 +1,7 @@
{
"name": "@threepipe/plugin-tweakpane-editor",
"description": "Tweakpane Editor Plugin for ThreePipe",
"version": "0.1.4",
"version": "0.1.5",
"devDependencies": {
"tippy.js": "^6.3.7"
},
@@ -20,8 +20,8 @@
],
"replace": {
"dependencies": {
"threepipe": "^0.0.16",
"@threepipe/plugin-tweakpane": "^0.1.2"
"threepipe": "^0.0.18",
"@threepipe/plugin-tweakpane": "^0.1.5"
}
}
},

+ 17
- 17
plugins/tweakpane/package-lock.json Datei anzeigen

@@ -1,19 +1,19 @@
{
"name": "@threepipe/plugin-tweakpane",
"version": "0.1.3",
"version": "0.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@threepipe/plugin-tweakpane",
"version": "0.1.3",
"version": "0.1.4",
"license": "Apache-2.0",
"dependencies": {
"threepipe": "file:./../../src/"
},
"devDependencies": {
"tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz",
"uiconfig-tweakpane": "^0.0.4"
"uiconfig-tweakpane": "^0.0.7"
}
},
"../../src": {},
@@ -81,19 +81,19 @@
}
},
"node_modules/uiconfig-tweakpane": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/uiconfig-tweakpane/-/uiconfig-tweakpane-0.0.4.tgz",
"integrity": "sha512-Mo+dVplH4Hlnn5LAjzLH2Ly89/hFWtTtmdq/aIK826IrbSm1qb9MgFAUzSfZhs59kutf/Yo3Y6BKNQ2kagAA1A==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/uiconfig-tweakpane/-/uiconfig-tweakpane-0.0.7.tgz",
"integrity": "sha512-ookHYIlS7VvFQnsGRUNipi2xJNaT7oxA7Qg2GxV3UlWK4eEOnbxWrc1hUrQ55J3B7EJgfx1LpRybKbyOnzs9Uw==",
"dev": true,
"dependencies": {
"@types/three": "^0.152.1",
"uiconfig.js": "^0.0.5"
"uiconfig.js": "^0.0.7"
}
},
"node_modules/uiconfig.js": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.5.tgz",
"integrity": "sha512-GC+WGWROJzIgwC/w22WOlGRa8UqQMU1/iD8W6WslrhTuvhh8O9tsANMaHyihgomfgybzm9ZY/c7bfvADcbuvyA==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.7.tgz",
"integrity": "sha512-PNZkeNd52ETa5UQRu5XLXqJZhAUoUSzCiBfYVbl+7GdRIt65XTmPgNIjqeZXL59g6zhaGrkWTLa0AVyeZzVJZQ==",
"dev": true
}
},
@@ -159,19 +159,19 @@
}
},
"uiconfig-tweakpane": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/uiconfig-tweakpane/-/uiconfig-tweakpane-0.0.4.tgz",
"integrity": "sha512-Mo+dVplH4Hlnn5LAjzLH2Ly89/hFWtTtmdq/aIK826IrbSm1qb9MgFAUzSfZhs59kutf/Yo3Y6BKNQ2kagAA1A==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/uiconfig-tweakpane/-/uiconfig-tweakpane-0.0.7.tgz",
"integrity": "sha512-ookHYIlS7VvFQnsGRUNipi2xJNaT7oxA7Qg2GxV3UlWK4eEOnbxWrc1hUrQ55J3B7EJgfx1LpRybKbyOnzs9Uw==",
"dev": true,
"requires": {
"@types/three": "^0.152.1",
"uiconfig.js": "^0.0.5"
"uiconfig.js": "^0.0.7"
}
},
"uiconfig.js": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.5.tgz",
"integrity": "sha512-GC+WGWROJzIgwC/w22WOlGRa8UqQMU1/iD8W6WslrhTuvhh8O9tsANMaHyihgomfgybzm9ZY/c7bfvADcbuvyA==",
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/uiconfig.js/-/uiconfig.js-0.0.7.tgz",
"integrity": "sha512-PNZkeNd52ETa5UQRu5XLXqJZhAUoUSzCiBfYVbl+7GdRIt65XTmPgNIjqeZXL59g6zhaGrkWTLa0AVyeZzVJZQ==",
"dev": true
}
}

+ 4
- 4
plugins/tweakpane/package.json Datei anzeigen

@@ -1,10 +1,10 @@
{
"name": "@threepipe/plugin-tweakpane",
"description": "Tweakpane UI Plugin for ThreePipe",
"version": "0.1.3",
"version": "0.1.4",
"devDependencies": {
"tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz",
"uiconfig-tweakpane": "^0.0.4"
"uiconfig-tweakpane": "^0.0.7"
},
"dependencies": {
"threepipe": "file:./../../src/"
@@ -53,14 +53,14 @@
],
"replace": {
"dependencies": {
"threepipe": "^0.0.8"
"threepipe": "^0.0.18"
}
}
},
"//": {
"dependencies": {
"tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.404/package.tgz",
"uiconfig-tweakpane": "^0.0.4"
"uiconfig-tweakpane": "^0.0.7"
},
"local_dependencies": {
"tweakpane-image-plugin": "file:./../tweakpane-image-plugin",

+ 1
- 1
src/viewer/version.ts Datei anzeigen

@@ -1 +1 @@
export const VERSION = '0.0.17'
export const VERSION = '0.0.18'

Laden…
Abbrechen
Speichern