Comparing version 0.0.4 to 0.0.5
import TMDB from './tmdb'; | ||
export * from './types'; | ||
export * from './utils'; | ||
export default TMDB; |
@@ -18,3 +18,4 @@ "use strict"; | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./utils"), exports); | ||
exports.default = tmdb_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "tmdb-ts", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "TMDB v3 library wrapper", | ||
"main": "dist/index.ts", | ||
"types": "dist/types/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "compile": "rm -rf dist && tsc -d && npm run copy-types", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50545
56
1411
0