@zappar/zappar
Advanced tools
Comparing version 2.0.0-beta.4 to 2.0.0-beta.5
/** | ||
* SDK version. | ||
*/ | ||
export declare const VERSION = "2.0.0-beta.4"; | ||
export declare const VERSION = "2.0.0-beta.5"; |
@@ -7,2 +7,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = "2.0.0-beta.4"; | ||
exports.VERSION = "2.0.0-beta.5"; |
{ | ||
"name": "@zappar/zappar", | ||
"version": "2.0.0-beta.4", | ||
"version": "2.0.0-beta.5", | ||
"description": "Zappar's computer vision for JavaScript, supporting image, face and instant world tracking, and barcode scanning.", | ||
@@ -55,5 +55,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@zappar/zappar-cv": "2.0.0-beta.4", | ||
"@zappar/zappar-cv": "2.0.0-beta.5", | ||
"gl-matrix": "3.4.3" | ||
} | ||
} |
@@ -62,3 +62,3 @@ # Zappar for JavaScript/TypeScript | ||
<!-- Added by: zapparadmin, at: Tue Mar 29 14:47:48 BST 2022 --> | ||
<!-- Added by: zapparadmin, at: Thu May 5 16:28:32 BST 2022 --> | ||
@@ -75,3 +75,3 @@ <!--te--> | ||
Download the bundle from this link: | ||
https://libs.zappar.com/zappar-js/2.0.0-beta.4/zappar-js.zip | ||
https://libs.zappar.com/zappar-js/2.0.0-beta.5/zappar-js.zip | ||
@@ -87,3 +87,3 @@ Unzip into your web project and reference from your HTML like this: | ||
```html | ||
<script src="https://libs.zappar.com/zappar-js/2.0.0-beta.4/zappar.js"></script> | ||
<script src="https://libs.zappar.com/zappar-js/2.0.0-beta.5/zappar.js"></script> | ||
``` | ||
@@ -90,0 +90,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7759916
+ Added@zappar/zappar-cv@2.0.0-beta.5(transitive)
- Removed@zappar/zappar-cv@2.0.0-beta.4(transitive)