Palash Bansal 11 месяцев назад
Родитель
Сommit
6d6319703d
Аккаунт пользователя с таким Email не найден
4 измененных файлов: 5 добавлений и 5 удалений
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/viewer/version.ts
  4. 1
    1
      website/notes/vanilla-threejs.md

+ 2
- 2
package-lock.json Просмотреть файл

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.51",
"version": "0.0.52",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "threepipe", "name": "threepipe",
"version": "0.0.51",
"version": "0.0.52",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1004/package.tgz", "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1004/package.tgz",

+ 1
- 1
package.json Просмотреть файл

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.51",
"version": "0.0.52",
"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",

+ 1
- 1
src/viewer/version.ts Просмотреть файл

export const VERSION = '0.0.51'
export const VERSION = '0.0.52'

+ 1
- 1
website/notes/vanilla-threejs.md Просмотреть файл

{ {
"dependencies": { "dependencies": {
"three": "./node_modules/threepipe/", "three": "./node_modules/threepipe/",
"threepipe": "^0.0.51"
"threepipe": "^0.0.52"
}, },
"overrides": { "overrides": {
"three": "$three" "three": "$three"

Загрузка…
Отмена
Сохранить