From b387e5ac1972f710639d80b04fa5cd569182838f Mon Sep 17 00:00:00 2001 From: mrjvs Date: Wed, 6 Sep 2023 17:58:28 +0200 Subject: [PATCH] bump version --- README.md | 5 +---- package.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 048a911..114051c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ features: - scrape popular streaming websites - works in both browser and server-side -> This package is still WIP +> **This package is still WIP** Todos: - add tests @@ -21,9 +21,6 @@ Todos: - does serialisation work as expected? (formdata + json + string) - does json responses get automatically parsed? - running individual scrapers - - finish fetchers: - - automatically parse json - - error logging for failed scrapers - add all real providers Future todos: diff --git a/package.json b/package.json index 48414ac..65e000d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@movie-web/providers", - "version": "0.0.2", + "version": "0.0.3", "description": "Package that contains all the providers of movie-web", "main": "./lib/providers.umd.js", "types": "./lib/providers.d.ts",