Procházet zdrojové kódy

Version bump

master
Palash Bansal před 1 rokem
rodič
revize
0454676980
Žádný účet není propojen s e-mailovou adresou tvůrce revize
3 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/viewer/version.ts

+ 2
- 2
package-lock.json Zobrazit soubor

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

+ 1
- 1
package.json Zobrazit soubor

@@ -1,6 +1,6 @@
{
"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.",
"main": "dist/index.js",
"module": "dist/index.mjs",

+ 1
- 1
src/viewer/version.ts Zobrazit soubor

@@ -1 +1 @@
export const VERSION = '0.0.41'
export const VERSION = '0.0.42'

Načítá se…
Zrušit
Uložit