Explorar el Código

v0.0.12

master
Palash Bansal hace 2 años
padre
commit
dd3004dc55
No account linked to committer's email address
Se han modificado 3 ficheros con 4 adiciones y 4 borrados
  1. 2
    2
      package-lock.json
  2. 1
    1
      package.json
  3. 1
    1
      src/viewer/version.ts

+ 2
- 2
package-lock.json Ver fichero

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.11",
"version": "0.0.12",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "threepipe", "name": "threepipe",
"version": "0.0.11",
"version": "0.0.12",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1012/package.tgz", "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1012/package.tgz",

+ 1
- 1
package.json Ver fichero

{ {
"name": "threepipe", "name": "threepipe",
"version": "0.0.11",
"version": "0.0.12",
"description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.", "description": "A 3D viewer framework built on top of three.js in TypeScript with a focus on quality rendering, modularity and extensibility.",
"main": "src/index.ts", "main": "src/index.ts",
"module": "dist/index.mjs", "module": "dist/index.mjs",

+ 1
- 1
src/viewer/version.ts Ver fichero

export const VERSION = '0.0.11'
export const VERSION = '0.0.12'

Cargando…
Cancelar
Guardar