Explorar el Código

Minor type fix, version bump

master
Palash Bansal hace 1 año
padre
commit
2a951ffb66
No account linked to committer's email address
Se han modificado 4 ficheros con 14 adiciones y 13 borrados
  1. 6
    6
      package-lock.json
  2. 5
    5
      package.json
  3. 2
    1
      plugins/svg-renderer/package-lock.json
  4. 1
    1
      src/viewer/version.ts

+ 6
- 6
package-lock.json Ver fichero

@@ -1,15 +1,15 @@
{
"name": "threepipe",
"version": "0.0.44",
"version": "0.0.45",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "threepipe",
"version": "0.0.44",
"version": "0.0.45",
"license": "Apache-2.0",
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1002/package.tgz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1003/package.tgz",
"@types/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5",
"popmotion": "^11.0.5",
@@ -2401,9 +2401,9 @@
"license": "MIT"
},
"node_modules/@types/three": {
"version": "0.158.1002",
"resolved": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1002/package.tgz",
"integrity": "sha512-oS0ZcdGgVafCcZRgLi3c6+dS/7lrw3BsIfDbDoWINeu5PylZy/VRljGpFj13K/bQ7KT1RfUhNlrKW7LBLgNYcQ==",
"version": "0.158.1003",
"resolved": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1003/package.tgz",
"integrity": "sha512-RtKP7Tpb6RBpfeyRgSh2iKQtPDXFaesHM4loJluJaWr1weZx9utQqq2UqqqbyjyMglsw46Z2NHn1vQ9Fl7ZdIg==",
"dependencies": {
"@types/stats.js": "*",
"@types/webxr": "*",

+ 5
- 5
package.json Ver fichero

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.44",
"version": "0.0.45",
"description": "A modern 3D viewer framework built on top of three.js, written in TypeScript, designed to make creating high-quality, modular, and extensible 3D experiences on the web simple and enjoyable.",
"main": "dist/index.js",
"module": "dist/index.mjs",
@@ -121,7 +121,7 @@
"vitepress-plugin-nprogress": "^0.0.4"
},
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1002/package.tgz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1003/package.tgz",
"@types/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5",
"popmotion": "^11.0.5",
@@ -142,9 +142,9 @@
"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.1002.tar.gz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1002/package.tgz",
"@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.158.1002.tar.gz",
"three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.158.1001.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"
},
"local_dependencies": {

+ 2
- 1
plugins/svg-renderer/package-lock.json Ver fichero

@@ -24,7 +24,7 @@
}
},
"../../node_modules/three": {
"version": "0.157.1007",
"version": "0.158.1001",
"dev": true,
"license": "MIT",
"devDependencies": {
@@ -33,6 +33,7 @@
"@rollup/plugin-terser": "^0.4.0",
"chalk": "^5.2.0",
"concurrently": "^8.0.1",
"dpdm": "^3.14.0",
"eslint": "^8.37.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-plugin-compat": "^4.1.2",

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

@@ -1 +1 @@
export const VERSION = '0.0.44'
export const VERSION = '0.0.45'

Cargando…
Cancelar
Guardar