@zappar/zappar
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
/** | ||
* SDK version. | ||
*/ | ||
export declare const VERSION = "3.0.0-alpha.0"; | ||
export declare const VERSION = "3.0.0-alpha.1"; |
/** | ||
* SDK version. | ||
*/ | ||
export const VERSION = "3.0.0-alpha.0"; | ||
export const VERSION = "3.0.0-alpha.1"; |
{ | ||
"name": "@zappar/zappar", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"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": "3.0.0-alpha.0", | ||
"@zappar/zappar-cv": "3.0.0-alpha.2", | ||
"gl-matrix": "3.4.3" | ||
} | ||
} |
@@ -62,3 +62,3 @@ # Zappar for JavaScript/TypeScript | ||
<!-- Added by: zapparadmin, at: Thu Aug 10 10:39:32 BST 2023 --> | ||
<!-- Added by: zapparadmin, at: Thu Aug 10 21:38:23 BST 2023 --> | ||
@@ -75,3 +75,3 @@ <!--te--> | ||
Download the bundle from this link: | ||
https://libs.zappar.com/zappar-js/3.0.0-alpha.0/zappar-js.zip | ||
https://libs.zappar.com/zappar-js/3.0.0-alpha.1/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/3.0.0-alpha.0/zappar.js"></script> | ||
<script src="https://libs.zappar.com/zappar-js/3.0.0-alpha.1/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
9092952
+ Added@zappar/zappar-cv@3.0.0-alpha.2(transitive)
- Removed@zappar/zappar-cv@3.0.0-alpha.0(transitive)