Comparing version 0.0.12 to 0.0.13
@@ -93,3 +93,3 @@ import { Person } from './'; | ||
} | ||
export interface Images { | ||
export interface CreditImages { | ||
id: number; | ||
@@ -96,0 +96,0 @@ backdrops: Backdrop[]; |
export * from './certification'; | ||
export * from './credits'; | ||
export * from './configuration'; | ||
export * from './changes'; | ||
@@ -4,0 +5,0 @@ export * from './movies'; |
@@ -15,2 +15,3 @@ "use strict"; | ||
__exportStar(require("./credits"), exports); | ||
__exportStar(require("./configuration"), exports); | ||
__exportStar(require("./changes"), exports); | ||
@@ -17,0 +18,0 @@ __exportStar(require("./movies"), exports); |
{ | ||
"name": "tmdb-ts", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "TMDB v3 library wrapper", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
71681
1868