@giphy/js-types
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -45,3 +45,3 @@ import IUser from './user'; | ||
interface IBottleData { | ||
tid: string; | ||
tid?: string; | ||
} | ||
@@ -74,3 +74,4 @@ export default interface IGif { | ||
bottle_data: IBottleData; | ||
response_id: string; | ||
} | ||
export {}; |
@@ -5,6 +5,7 @@ { | ||
"dev": "tsc --watch", | ||
"refresh": "tsc -d --emitDeclarationOnly -declarationDir ./dist", | ||
"build": "npm run clean && tsc -d --emitDeclarationOnly -declarationDir ./dist" | ||
}, | ||
"name": "@giphy/js-types", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "dist/index.d.ts", | ||
@@ -17,5 +18,5 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"typescript": "^3.3.3" | ||
"typescript": "^3.3.4" | ||
}, | ||
"gitHead": "1d3ed46de5181c223e0596a37f8fdb02442b49f5" | ||
"gitHead": "0dc93b5f9813ca1ab4c84feaa9e59415863bd116" | ||
} |
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
4121
100