three.textsprite
Advanced tools
Comparing version 19.0.0 to 20.0.0
{ | ||
"name": "three.textsprite", | ||
"version": "19.0.0", | ||
"version": "20.0.0", | ||
"description": "Automatically computes the optimal font size depending on the distance to the camera and the size of the renderer canvas.", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"author": "Sergej Sintschilin <seregpie@gmail.com>", | ||
"main": "THREE.TextSprite.js", | ||
"main": "index.js", | ||
"repository": "https://github.com/SeregPie/THREE.TextSprite.git", | ||
@@ -31,12 +31,12 @@ "scripts": { | ||
"dependencies": { | ||
"three.texttexture": "^19.0.0" | ||
"three.texttexture": "^20.0.0" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^1.1.2", | ||
"rollup": "^1.10.1", | ||
"rollup-plugin-buble": "^0.19.6", | ||
"rollup-plugin-terser": "^4.0.3" | ||
"rollup-plugin-terser": "^4.0.4" | ||
}, | ||
"peerDependencies": { | ||
"three": "^0.100.0" | ||
"three": "^0.104.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6124
+ Addedthree@0.104.0(transitive)
+ Addedthree.texttexture@20.0.0(transitive)
- Removedthree@0.100.0(transitive)
- Removedthree.texttexture@19.0.0(transitive)
Updatedthree.texttexture@^20.0.0