@zappar/zappar-babylonjs
Advanced tools
Comparing version 4.0.0-beta.0 to 4.0.0-beta.1
/** | ||
* SDK version. | ||
*/ | ||
declare const VERSION = "4.0.0-beta.0"; | ||
declare const VERSION = "4.0.0-beta.1"; | ||
export default VERSION; |
/** | ||
* SDK version. | ||
*/ | ||
const VERSION = "4.0.0-beta.0"; | ||
const VERSION = "4.0.0-beta.1"; | ||
console.log(`Zappar for BabylonJS v${VERSION}`); | ||
export default VERSION; |
{ | ||
"name": "@zappar/zappar-babylonjs", | ||
"version": "4.0.0-beta.0", | ||
"version": "4.0.0-beta.1", | ||
"description": "BabylonJS wrappers for Zappar's computer vision library", | ||
@@ -80,3 +80,3 @@ "main": "lib/src/index.js", | ||
"dependencies": { | ||
"@zappar/zappar": "^3.0.0-beta.1", | ||
"@zappar/zappar": "^3.0.0-beta.3", | ||
"gl-matrix": "3.3.0" | ||
@@ -83,0 +83,0 @@ }, |
@@ -26,3 +26,3 @@ # Zappar for Babylon.js | ||
<!-- Added by: zapparadmin, at: Wed 11 Oct 2023 11:39:58 BST --> | ||
<!-- Added by: zapparadmin, at: Thu 12 Oct 2023 15:52:18 BST --> | ||
@@ -67,3 +67,3 @@ <!--te--> | ||
```html | ||
<script src="https://libs.zappar.com/zappar-babylon/4.0.0-beta.0/zappar-babylon.js"></script> | ||
<script src="https://libs.zappar.com/zappar-babylon/4.0.0-beta.1/zappar-babylon.js"></script> | ||
``` | ||
@@ -70,0 +70,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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
9097851
Updated@zappar/zappar@^3.0.0-beta.3