@justwicked/tmdb-client 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # TMDB Client Module
2
2
 
3
3
  A simple **TypeScript client** for **The Movie Database (TMDB) API (v3)**.
4
- It provides easy access to movies, TV shows, lists, genres, and related data via a single `TMDBClient` instance with full TypeScript typings.
5
-
6
4
  ---
7
5
 
8
6
  ### Basic Usage
package/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export * from './client/tmdb-client';
2
- export type { CustomRequestInit } from './client/types';
2
+ export type * from './client/types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justwicked/tmdb-client",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A lightweight TypeScript Client for the TMDB API.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",