@dotlottie/dotlottie-js
Advanced tools
Comparing version 0.4.0-beta.0 to 0.4.0-beta.1
@@ -14,3 +14,3 @@ import { strToU8, zip, unzip, strFromU8 } from 'fflate'; | ||
name: "@dotlottie/dotlottie-js", | ||
version: "0.4.0-beta.0", | ||
version: "0.4.0-beta.1", | ||
type: "module", | ||
@@ -1506,3 +1506,3 @@ description: "This library helps in creating and modifying .lottie files.", | ||
id: state, | ||
state: JSON.parse(state) | ||
state: JSON.parse(decodedStr) | ||
}); | ||
@@ -1531,3 +1531,3 @@ } | ||
} catch (err) { | ||
throw createError("Invalid manifest inside buffer!"); | ||
throw createError(`Invalid manifest inside buffer! ${err.message}`); | ||
} | ||
@@ -1534,0 +1534,0 @@ } else { |
{ | ||
"name": "@dotlottie/dotlottie-js", | ||
"version": "0.4.0-beta.0", | ||
"version": "0.4.0-beta.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "This library helps in creating and modifying .lottie files.", |
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 not supported yet
Sorry, the diff of this file is not supported yet
472943