瀏覽代碼

Version bump

master
Palash Bansal 11 月之前
父節點
當前提交
6e69b1fef3
No account linked to committer's email address
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2
    2
      package-lock.json
  2. 2
    2
      package.json

+ 2
- 2
package-lock.json 查看文件

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

+ 2
- 2
package.json 查看文件

@@ -1,6 +1,6 @@
{
"name": "threepipe",
"version": "0.0.47",
"version": "0.0.48",
"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",
"module": "dist/index.mjs",
@@ -42,7 +42,7 @@
"docs": "npx typedoc && npm run website:build",
"docs-plugins": "node scripts/each-plugin.mjs run docs",
"docs-all": "npm run docs && npm run docs-plugins",
"build-plugins": "node scripts/each-plugin.mjs install",
"build-plugins": "node scripts/each-plugin.mjs install -p",
"prepare": "npm run build && npm run build-plugins && npm run build-examples",
"update-version": "node scripts/update-version.mjs",
"website:dev": "vitepress dev website",

Loading…
取消
儲存