Browse Source

Update three.js types

master
Palash Bansal 3 years ago
parent
commit
b18c04f1a8
No account linked to committer's email address
2 changed files with 12 additions and 12 deletions
  1. 8
    8
      package-lock.json
  2. 4
    4
      package.json

+ 8
- 8
package-lock.json View File

@@ -1,15 +1,15 @@
{
"name": "threepipe",
"version": "0.0.2",
"version": "0.0.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "threepipe",
"version": "0.0.2",
"version": "0.0.4",
"license": "MIT",
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.0004/package.tgz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1005/package.tgz",
"@types/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5"
},
@@ -670,9 +670,9 @@
"dev": true
},
"node_modules/@types/three": {
"version": "0.152.0004",
"resolved": "https://github.com/repalash/three-ts-types/releases/download/v0.152.0004/package.tgz",
"integrity": "sha512-3fywxZ/tEML/Xqzxx63rm3kqp8axF4t1VOQZ8xVayWVlT5wkI1QdIwfXg+3m01AGx0u0jeqWGHYgZZvH2g4d4A==",
"version": "0.152.1005",
"resolved": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1005/package.tgz",
"integrity": "sha512-DD7mPCbMmg7zlsUfbFK5m6r1UNvFfxSMlBuFDqx/mnZJ1Gs2tdDl7ES7jkZLB6rp9RM9EvJCnEYnbw1BcfLW5Q==",
"dependencies": {
"@tweenjs/tween.js": "~18.6.4",
"fflate": "~0.6.9",
@@ -10803,8 +10803,8 @@
"dev": true
},
"@types/three": {
"version": "https://github.com/repalash/three-ts-types/releases/download/v0.152.0004/package.tgz",
"integrity": "sha512-3fywxZ/tEML/Xqzxx63rm3kqp8axF4t1VOQZ8xVayWVlT5wkI1QdIwfXg+3m01AGx0u0jeqWGHYgZZvH2g4d4A==",
"version": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1005/package.tgz",
"integrity": "sha512-DD7mPCbMmg7zlsUfbFK5m6r1UNvFfxSMlBuFDqx/mnZJ1Gs2tdDl7ES7jkZLB6rp9RM9EvJCnEYnbw1BcfLW5Q==",
"requires": {
"@tweenjs/tween.js": "~18.6.4",
"fflate": "~0.6.9",

+ 4
- 4
package.json View File

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.3",
"version": "0.0.4",
"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",
@@ -101,7 +101,7 @@
"tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.403/package.tgz"
},
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.0004/package.tgz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1005/package.tgz",
"@types/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5"
},
@@ -112,8 +112,8 @@
"uiconfig-tweakpane": "^0.0.3",
"three": "https://github.com/repalash/three.js-modded/releases/download/v0.152.2006/package.tgz",
"three-f": "https://github.com/repalash/three.js-modded/archive/refs/tags/v0.152.2006.tar.gz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.0004/package.tgz",
"@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.152.0004.tar.gz",
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1005/package.tgz",
"@types/three-f": "https://github.com/repalash/three-ts-types/archive/refs/tags/v0.152.1005.tar.gz",
"@types/three-pkg": "https://gitpkg.now.sh/repalash/three-ts-types/types/three?modded_three",
"tweakpane-image-plugin": "git+ssh://github.com/repalash/tweakpane-image-plugin.git#52d5542047fd07d2e7225b5b67c9f7620366f2c7"
},

Loading…
Cancel
Save