@dotlottie/dotlottie-js
Advanced tools
Comparing version 0.4.0-beta.20 to 0.4.0-beta.21
@@ -126,11 +126,2 @@ import { ZipOptions } from 'fflate'; | ||
interface XStateMachine { | ||
actions: { | ||
incrementCounter: (context: unknown) => void; | ||
}; | ||
context: { | ||
counter: number; | ||
}; | ||
guards: { | ||
checkCounter: (context: unknown) => boolean; | ||
}; | ||
id: string; | ||
@@ -137,0 +128,0 @@ initial: string; |
@@ -14,3 +14,3 @@ import { strToU8, zip, unzip, strFromU8 } from 'fflate'; | ||
name: "@dotlottie/dotlottie-js", | ||
version: "0.4.0-beta.20", | ||
version: "0.4.0-beta.21", | ||
type: "module", | ||
@@ -17,0 +17,0 @@ description: "This library helps in creating and modifying .lottie files.", |
{ | ||
"name": "@dotlottie/dotlottie-js", | ||
"version": "0.4.0-beta.20", | ||
"version": "0.4.0-beta.21", | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
481536
7185