This commit is contained in:
patrickkfkan 2023-10-30 02:10:14 +08:00
parent 07b324f394
commit 7658926d0e
3 changed files with 6 additions and 3 deletions

View File

@ -1012,6 +1012,9 @@ cache.setTTL(CacheDataType.Page, 500);
# Changelog
1.2.0
- Add Stream API for testing and refreshing stream URLs
1.1.1
- Fix exports

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "bandcamp-fetch",
"version": "1.1.1",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bandcamp-fetch",
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"bottleneck": "^2.19.5",

View File

@ -1,6 +1,6 @@
{
"name": "bandcamp-fetch",
"version": "1.1.1",
"version": "1.2.0",
"description": "Scrape Bandcamp content",
"scripts": {
"build": "npm run prepare",