Comparing version 2.1.2 to 2.1.3
declare module 'animality' { | ||
interface AnimalObject { | ||
name: string; | ||
type: string; | ||
animal: string; | ||
image: string; | ||
fact: string; | ||
image_id: string; | ||
fact_id: string; | ||
} | ||
@@ -7,0 +10,0 @@ |
{ | ||
"name": "animality", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "A simple package that generates images & facts of animals using the Animality API.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4065
70