ソースを参照

v0.0.25

master
Palash Bansal 2年前
コミット
edcea79891
コミッターのメールアドレスに関連付けられたアカウントが存在しません
3個のファイルの変更4行の追加4行の削除
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/viewer/version.ts

+ 2
- 2
package-lock.json ファイルの表示

@@ -1,12 +1,12 @@
{
"name": "threepipe",
"version": "0.0.24",
"version": "0.0.25",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "threepipe",
"version": "0.0.24",
"version": "0.0.25",
"license": "Apache-2.0",
"dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1020/package.tgz",

+ 1
- 1
package.json ファイルの表示

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.24",
"version": "0.0.25",
"description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.",
"main": "dist/index.js",
"module": "dist/index.mjs",

+ 1
- 1
src/viewer/version.ts ファイルの表示

@@ -1 +1 @@
export const VERSION = '0.0.24'
export const VERSION = '0.0.25'

読み込み中…
キャンセル
保存