@zappar/zappar-threejs
Advanced tools
Comparing version 2.2.0 to 2.3.0
/** | ||
* SDK version. | ||
*/ | ||
export declare const VERSION = "2.2.0"; | ||
export declare const VERSION = "2.3.0"; |
/** | ||
* SDK version. | ||
*/ | ||
export const VERSION = "2.2.0"; | ||
export const VERSION = "2.3.0"; |
{ | ||
"name": "@zappar/zappar-threejs", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "ThreeJS wrappers for Zappar's computer vision library", | ||
@@ -43,3 +43,3 @@ "main": "lib/index.js", | ||
"@types/node": "17.0.16", | ||
"@types/three": "^0.146.0", | ||
"@types/three": "0.151.0", | ||
"@typescript-eslint/eslint-plugin": "5.11.0", | ||
@@ -66,3 +66,3 @@ "@typescript-eslint/parser": "5.11.0", | ||
"puppeteer": "13.2.0", | ||
"three": "^0.146.0", | ||
"three": "0.150.1", | ||
"ts-jest": "27.1.3", | ||
@@ -80,3 +80,3 @@ "ts-loader": "9.2.6", | ||
"peerDependencies": { | ||
"three": "0.118.0 - 0.146.0" | ||
"three": "0.118.0 - 0.150.1" | ||
}, | ||
@@ -83,0 +83,0 @@ "dependencies": { |
@@ -71,3 +71,3 @@ # Zappar for ThreeJS | ||
<!-- Added by: zapparadmin, at: Fri May 12 13:28:58 BST 2023 --> | ||
<!-- Added by: zapparadmin, at: Fri May 19 15:03:43 BST 2023 --> | ||
@@ -103,3 +103,3 @@ <!--te--> | ||
Download the bundle from: | ||
<https://libs.zappar.com/zappar-threejs/2.2.0/zappar-threejs.zip> | ||
<https://libs.zappar.com/zappar-threejs/2.3.0/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.2.0/zappar-threejs.js"></script> | ||
<script src="https://libs.zappar.com/zappar-threejs/2.3.0/zappar-threejs.js"></script> | ||
``` | ||
@@ -120,0 +120,0 @@ |
Sorry, the diff of this file is too big to display
7738536