This commit is contained in:
patrickkfkan 2023-10-29 17:37:31 +08:00
parent 48289bf6d1
commit e6a01cbe85
3 changed files with 6 additions and 3 deletions

View File

@ -950,6 +950,9 @@ cache.setTTL(CacheDataType.Page, 500);
# Changelog # Changelog
1.1.1
- Fix exports
1.1.0 1.1.0
- Add support for user sessions through cookies. This means you can access your private collection and high-quality MP3 streams of purchased media. - Add support for user sessions through cookies. This means you can access your private collection and high-quality MP3 streams of purchased media.
- Add ability to create multiple `BandcampFetch` instances - Add ability to create multiple `BandcampFetch` instances

4
package-lock.json generated
View File

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

View File

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