| @@ -1,12 +1,12 @@ | |||
| { | |||
| "name": "threepipe", | |||
| "version": "0.0.51", | |||
| "version": "0.0.52", | |||
| "lockfileVersion": 3, | |||
| "requires": true, | |||
| "packages": { | |||
| "": { | |||
| "name": "threepipe", | |||
| "version": "0.0.51", | |||
| "version": "0.0.52", | |||
| "license": "Apache-2.0", | |||
| "dependencies": { | |||
| "@types/three": "https://github.com/repalash/three-ts-types/releases/download/v0.158.1004/package.tgz", | |||
| @@ -1,6 +1,6 @@ | |||
| { | |||
| "name": "threepipe", | |||
| "version": "0.0.51", | |||
| "version": "0.0.52", | |||
| "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 @@ | |||
| export const VERSION = '0.0.51' | |||
| export const VERSION = '0.0.52' | |||
| @@ -75,7 +75,7 @@ If you are using packages that depend on `three`, override in package.json to us | |||
| { | |||
| "dependencies": { | |||
| "three": "./node_modules/threepipe/", | |||
| "threepipe": "^0.0.51" | |||
| "threepipe": "^0.0.52" | |||
| }, | |||
| "overrides": { | |||
| "three": "$three" | |||