three-orbit-viewer
Advanced tools
Comparing version 0.69.1 to 69.0.0
{ | ||
"name": "three-orbit-viewer", | ||
"version": "0.69.1", | ||
"version": "69.0.0", | ||
"description": "quick harness for viewing a mesh with orbit viewer", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
"events": "^1.0.2", | ||
"three-orbit-controls": "^0.69.0", | ||
"three-orbit-controls": "~0.69.0", | ||
"xtend": "^4.0.0" | ||
@@ -18,0 +18,0 @@ }, |
@@ -77,3 +77,3 @@ # three-orbit-viewer | ||
Because of ThreeJS's versioning, the safest choice is to use `--save-exact` when installing this module (no tilde or caret). The minor version should line up with major ThreeJS releases, e.g. `0.69.0` => `r69`. Please submit a PR or issue if you notice any issues going forward. | ||
This uses an unusual versioning system to better support ThreeJS's (lack of) versioning. The major version of this repo will line up with ThreeJS releases (`69.0.0` => `r69`). The minor will be reserved for any new features, and patch for bug fixes and documentation/readme updates. In some rare cases, a minor feature may introduce a breaking change; so it's generally safest to use tilde or `--save-exact` for this module. | ||
@@ -80,0 +80,0 @@ ## License |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7013
0
Updatedthree-orbit-controls@~0.69.0