Comparing version 0.13.0 to 0.13.1
{ | ||
"name": "troika-3d", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Troika 3D", | ||
"author": "Jason Johnston <jason.johnston@protectwise.com>", | ||
"homepage": "", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/protectwise/troika.git", | ||
"directory": "packages/troika-3d" | ||
}, | ||
"license": "MIT", | ||
@@ -14,6 +18,8 @@ "main": "dist/troika-3d.umd.js", | ||
"dependencies": { | ||
"three": "^0.103.0", | ||
"troika-core": "^0.13.0" | ||
"troika-core": "^0.13.1" | ||
}, | ||
"gitHead": "e8474423140ad9a0d5c6ac0c550a1c19b942b35b" | ||
"peerDependencies": { | ||
"three": "0.103.x - 0.105.x" | ||
}, | ||
"gitHead": "a2c52fa5fdc0f9b7fac787318ccbed53acb8e42a" | ||
} |
@@ -124,3 +124,3 @@ import { utils } from 'troika-core' | ||
cached[optionsHash] = material | ||
return material | ||
return material.clone() //return a clone so changes made to it don't affect the cached object | ||
} | ||
@@ -127,0 +127,0 @@ |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
502162
0
+ Addedthree@0.105.2(transitive)
- Removedthree@^0.103.0
- Removedthree@0.103.0(transitive)
Updatedtroika-core@^0.13.1