@giphy/js-types
Advanced tools
Comparing version 1.0.5 to 1.0.6
import IUser from './user'; | ||
import { PingbackEventType } from './pingback-event'; | ||
export interface IRendition { | ||
@@ -75,3 +76,4 @@ width: number; | ||
response_id: string; | ||
pingback_event_type: PingbackEventType; | ||
} | ||
export {}; |
export { default as IGif, IRendition, ImageAllTypes } from './gif'; | ||
export { default as IUser } from './user'; | ||
export { PingbackEventType } from './pingback-event'; |
@@ -5,7 +5,7 @@ { | ||
"dev": "tsc --watch", | ||
"refresh": "tsc -d --emitDeclarationOnly -declarationDir ./dist", | ||
"build": "tsc -d --emitDeclarationOnly -declarationDir ./dist", | ||
"prepublish": "npm run clean && tsc -d --emitDeclarationOnly -declarationDir ./dist" | ||
}, | ||
"name": "@giphy/js-types", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"main": "dist/index.d.ts", | ||
@@ -20,3 +20,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "f05648f2d7571d864513dbc041447e328e163738" | ||
"gitHead": "28535e55d485cb4cc4a22cc2b829791e5c0c1c32" | ||
} |
4421
6
105