@zappar/zappar-threejs
Advanced tools
Comparing version 2.0.0-beta.6 to 2.0.0-beta.7
@@ -9,2 +9,8 @@ # Changelog | ||
## [0.3.40] - 2022-02-29 | ||
### Fixed | ||
- Bumped `peerDependencies` `three` to `"0.118.0 - 0.139.0"` | ||
## [0.3.39] - 2022-02-29 | ||
@@ -11,0 +17,0 @@ |
/** | ||
* SDK version. | ||
*/ | ||
export declare const VERSION = "2.0.0-beta.6"; | ||
export declare const VERSION = "2.0.0-beta.7"; |
@@ -7,2 +7,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = "2.0.0-beta.6"; | ||
exports.VERSION = "2.0.0-beta.7"; |
{ | ||
"name": "@zappar/zappar-threejs", | ||
"version": "2.0.0-beta.6", | ||
"version": "2.0.0-beta.7", | ||
"description": "ThreeJS wrappers for Zappar's computer vision library", | ||
@@ -78,3 +78,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"three": "0.118.0 - 0.137.5" | ||
"three": "0.118.0 - 0.139.0" | ||
}, | ||
@@ -81,0 +81,0 @@ "dependencies": { |
@@ -71,3 +71,3 @@ # Zappar for ThreeJS | ||
<!-- Added by: zapparadmin, at: Tue Mar 29 15:51:43 BST 2022 --> | ||
<!-- Added by: zapparadmin, at: Tue Mar 29 17:38:55 BST 2022 --> | ||
@@ -103,3 +103,3 @@ <!--te--> | ||
Download the bundle from: | ||
<https://libs.zappar.com/zappar-threejs/2.0.0-beta.6/zappar-threejs.zip> | ||
<https://libs.zappar.com/zappar-threejs/2.0.0-beta.7/zappar-threejs.zip> | ||
@@ -117,3 +117,3 @@ Unzip into your web project and reference from your HTML like this: | ||
```html | ||
<script src="https://libs.zappar.com/zappar-threejs/2.0.0-beta.6/zappar-threejs.js"></script> | ||
<script src="https://libs.zappar.com/zappar-threejs/2.0.0-beta.7/zappar-threejs.js"></script> | ||
``` | ||
@@ -120,0 +120,0 @@ |
Sorry, the diff of this file is too big to display
7688571