@giphy/js-types
Advanced tools
Comparing version 3.1.0 to 3.1.1-alpha.0
@@ -52,3 +52,3 @@ import IUser from './user'; | ||
export default interface IGif { | ||
type: 'video' | 'gif'; | ||
type: 'video' | 'gif' | 'text'; | ||
id: string | number; | ||
@@ -55,0 +55,0 @@ slug: string; |
@@ -12,3 +12,3 @@ interface IPublicUser { | ||
is_public: boolean; | ||
primary_site: string; | ||
primary_site?: string; | ||
twitter: string; | ||
@@ -15,0 +15,0 @@ facebook: string; |
@@ -9,3 +9,3 @@ { | ||
"name": "@giphy/js-types", | ||
"version": "3.1.0", | ||
"version": "3.1.1-alpha.0", | ||
"main": "dist/index.d.ts", | ||
@@ -23,3 +23,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "e44fe56b1cc4b4f7180a8e6759cb2710bc91f89d" | ||
"gitHead": "72b048aadf52aeb2a5c44ea7cbf0c8a4fca052fd" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
6225
2