소스 검색

Minor type fix, version bump

master
Palash Bansal 1 년 전
부모
커밋
2a951ffb66
No account linked to committer's email address
4개의 변경된 파일14개의 추가작업 그리고 13개의 파일을 삭제
  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 파일 보기

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.44",
"version": "0.0.45",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "threepipe", "name": "threepipe",
"version": "0.0.44",
"version": "0.0.45",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "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/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5", "@types/wicg-file-system-access": "^2020.9.5",
"popmotion": "^11.0.5", "popmotion": "^11.0.5",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/three": { "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": { "dependencies": {
"@types/stats.js": "*", "@types/stats.js": "*",
"@types/webxr": "*", "@types/webxr": "*",

+ 5
- 5
package.json 파일 보기

{ {
"name": "threepipe", "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.", "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", "main": "dist/index.js",
"module": "dist/index.mjs", "module": "dist/index.mjs",
"vitepress-plugin-nprogress": "^0.0.4" "vitepress-plugin-nprogress": "^0.0.4"
}, },
"dependencies": { "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/webxr": "^0.5.1",
"@types/wicg-file-system-access": "^2020.9.5", "@types/wicg-file-system-access": "^2020.9.5",
"popmotion": "^11.0.5", "popmotion": "^11.0.5",
"uiconfig.js": "^0.1.3", "uiconfig.js": "^0.1.3",
"ts-browser-helpers": "^0.16.2", "ts-browser-helpers": "^0.16.2",
"three": "https://github.com/repalash/three.js-modded/releases/download/v0.158.1001/package.tgz", "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" "@types/three-pkg": "https://gitpkg.now.sh/repalash/three-ts-types/types/three?modded_three"
}, },
"local_dependencies": { "local_dependencies": {

+ 2
- 1
plugins/svg-renderer/package-lock.json 파일 보기

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

+ 1
- 1
src/viewer/version.ts 파일 보기

export const VERSION = '0.0.44'
export const VERSION = '0.0.45'

Loading…
취소
저장