Publish 1.2.4
This commit is contained in:
parent
fad74d3ff8
commit
2e008a603d
|
@ -5,7 +5,7 @@
|
||||||
This fork removes Node dependencies to work with Cloudflare Pages. It might work in other environments that provide `fetch` as well!
|
This fork removes Node dependencies to work with Cloudflare Pages. It might work in other environments that provide `fetch` as well!
|
||||||
|
|
||||||
- `node-cache` has been replaced with a simple in-memory record store.
|
- `node-cache` has been replaced with a simple in-memory record store.
|
||||||
- `URL` has been replaced with a barebones implementation.
|
- `URL` has been replaced with a bare-bones implementation.
|
||||||
- `EOL` has been replaced with `\\n`.
|
- `EOL` has been replaced with `\\n`.
|
||||||
* Development outside of Linux might not be supported!
|
* Development outside of Linux might not be supported!
|
||||||
- `node-fetch` has been removed, falling back to the environment's native `fetch` functions.
|
- `node-fetch` has been removed, falling back to the environment's native `fetch` functions.
|
||||||
|
@ -15,6 +15,8 @@ Additionally, some quality-of-life changes have been made.
|
||||||
- Both the above and `Album`'s `description` will use Linux newlines.
|
- Both the above and `Album`'s `description` will use Linux newlines.
|
||||||
- `url` option to replace `albumUrl` and `trackUrl`.
|
- `url` option to replace `albumUrl` and `trackUrl`.
|
||||||
* The original fields will still take priority!
|
* The original fields will still take priority!
|
||||||
|
- `slug` field on `Album` and `Track`.
|
||||||
|
- `Track`'s `streamUrl` will be overridden by `streamUrlHQ` if available.
|
||||||
|
|
||||||
This fork will likely not be maintained outside my own interest!
|
This fork will likely not be maintained outside my own interest!
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@encode42/bandcamp-fetch",
|
"name": "@encode42/bandcamp-fetch",
|
||||||
"version": "1.2.1",
|
"version": "1.2.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@encode42/bandcamp-fetch",
|
"name": "@encode42/bandcamp-fetch",
|
||||||
"version": "1.2.1",
|
"version": "1.2.4",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bottleneck": "^2.19.5",
|
"bottleneck": "^2.19.5",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@encode42/bandcamp-fetch",
|
"name": "@encode42/bandcamp-fetch",
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"description": "Scrape Bandcamp content (supports Cloudflare Pages)",
|
"description": "Scrape Bandcamp content (supports Cloudflare Pages)",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run prepare",
|
"build": "npm run prepare",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user