Преглед на файлове

Update three.js types

master
Palash Bansal преди 3 години
родител
ревизия
b18c04f1a8
No account linked to committer's email address
променени са 2 файла, в които са добавени 12 реда и са изтрити 12 реда
  1. 8
    8
      package-lock.json
  2. 4
    4
      package.json

+ 8
- 8
package-lock.json Целия файл

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.2",
"version": "0.0.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "threepipe", "name": "threepipe",
"version": "0.0.2",
"version": "0.0.4",
"license": "MIT", "license": "MIT",
"dependencies": { "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/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5" "@types/wicg-file-system-access": "^2020.9.5"
}, },
"dev": true "dev": true
}, },
"node_modules/@types/three": { "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": { "dependencies": {
"@tweenjs/tween.js": "~18.6.4", "@tweenjs/tween.js": "~18.6.4",
"fflate": "~0.6.9", "fflate": "~0.6.9",
"dev": true "dev": true
}, },
"@types/three": { "@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": { "requires": {
"@tweenjs/tween.js": "~18.6.4", "@tweenjs/tween.js": "~18.6.4",
"fflate": "~0.6.9", "fflate": "~0.6.9",

+ 4
- 4
package.json Целия файл

{ {
"name": "threepipe", "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.", "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", "main": "src/index.ts",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.403/package.tgz" "tweakpane-image-plugin": "https://github.com/repalash/tweakpane-image-plugin/releases/download/v1.1.403/package.tgz"
}, },
"dependencies": { "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/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5" "@types/wicg-file-system-access": "^2020.9.5"
}, },
"uiconfig-tweakpane": "^0.0.3", "uiconfig-tweakpane": "^0.0.3",
"three": "https://github.com/repalash/three.js-modded/releases/download/v0.152.2006/package.tgz", "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", "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", "@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" "tweakpane-image-plugin": "git+ssh://github.com/repalash/tweakpane-image-plugin.git#52d5542047fd07d2e7225b5b67c9f7620366f2c7"
}, },

Loading…
Отказ
Запис