瀏覽代碼

Version bump

master
Palash Bansal 1 年之前
父節點
當前提交
0454676980
沒有連結到貢獻者的電子郵件帳戶。
共有 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 查看文件

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

+ 1
- 1
package.json 查看文件

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.41",
"version": "0.0.42",
"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.41'
export const VERSION = '0.0.42'

Loading…
取消
儲存