Palash Bansal
2 years ago
No account linked to committer's email address
|
|
|
@@ -1,12 +1,12 @@ |
|
|
|
{ |
|
|
|
"name": "threepipe", |
|
|
|
"version": "0.0.11", |
|
|
|
"version": "0.0.12", |
|
|
|
"lockfileVersion": 2, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"": { |
|
|
|
"name": "threepipe", |
|
|
|
"version": "0.0.11", |
|
|
|
"version": "0.0.12", |
|
|
|
"license": "Apache-2.0", |
|
|
|
"dependencies": { |
|
|
|
"@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.152.1012/package.tgz", |
|
|
|
@@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"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.", |
|
|
|
"main": "src/index.ts", |
|
|
|
"module": "dist/index.mjs", |
|
|
|
@@ -1 +1 @@ |
|
|
|
export const VERSION = '0.0.11' |
|
|
|
export const VERSION = '0.0.12' |