Explorar el Código

Update version

master
Palash Bansal hace 1 año
padre
commit
ba16245378
No account linked to committer's email address

+ 10
- 0
.idea/threepipe.iml Ver fichero

<excludeFolder url="file://$MODULE_DIR$/plugins/blueprintjs/docs" /> <excludeFolder url="file://$MODULE_DIR$/plugins/blueprintjs/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/tweakpane/docs" /> <excludeFolder url="file://$MODULE_DIR$/plugins/tweakpane/docs" />
<excludeFolder url="file://$MODULE_DIR$/website/.vitepress/cache" /> <excludeFolder url="file://$MODULE_DIR$/website/.vitepress/cache" />
<excludeFolder url="file://$MODULE_DIR$/plugins/blend-importer/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/configurator/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/gaussian-splatting/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/geometry-generator/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/gltf-transform/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/network/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/plugin-template-rollup" />
<excludeFolder url="file://$MODULE_DIR$/plugins/plugin-template-vite" />
<excludeFolder url="file://$MODULE_DIR$/plugins/svg-renderer/docs" />
<excludeFolder url="file://$MODULE_DIR$/plugins/tweakpane-editor/docs" />
</content> </content>
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />

+ 2
- 2
plugins/blueprintjs/package-lock.json Ver fichero

{ {
"name": "@threepipe/plugin-blueprintjs", "name": "@threepipe/plugin-blueprintjs",
"version": "0.3.0",
"version": "0.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@threepipe/plugin-blueprintjs", "name": "@threepipe/plugin-blueprintjs",
"version": "0.3.0",
"version": "0.3.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"threepipe": "file:./../../src/" "threepipe": "file:./../../src/"

+ 2
- 2
plugins/gaussian-splatting/package-lock.json Ver fichero

{ {
"name": "@threepipe/plugin-gaussian-splatting", "name": "@threepipe/plugin-gaussian-splatting",
"version": "0.2.2",
"version": "0.2.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@threepipe/plugin-gaussian-splatting", "name": "@threepipe/plugin-gaussian-splatting",
"version": "0.2.2",
"version": "0.2.3",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"threepipe": "file:./../../src/" "threepipe": "file:./../../src/"

+ 1
- 1
src/viewer/version.ts Ver fichero

export const VERSION = '0.0.35-dev'
export const VERSION = '0.0.35'

Cargando…
Cancelar
Guardar