-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #340 from swrlab/dev/dep-fetch-update
Utils Migration and Dependency Upgrades
- Loading branch information
Showing
45 changed files
with
8,893 additions
and
1,832 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# set google login | ||
GCP_PROJECT_ID="my-project" | ||
GOOGLE_APPLICATION_CREDENTIALS=./keys/gcp.json | ||
|
||
ARD_DELIVER_API="https://deliver-test.ard.de/organization-service/" | ||
ARD_AUTH="user:pass" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
{ | ||
"env": { | ||
"node": true, | ||
"browser": true, | ||
"commonjs": true, | ||
"es6": true | ||
}, | ||
"extends": "eslint:recommended", | ||
"globals": { | ||
"Atomics": "readonly", | ||
"SharedArrayBuffer": "readonly" | ||
}, | ||
"parserOptions": { | ||
"ecmaVersion": 2018 | ||
"ecmaVersion": 2020 | ||
}, | ||
"root": true, | ||
"plugins": ["@swrlab/eslint-plugin-swr"], | ||
"extends": ["plugin:@swrlab/eslint-plugin-swr/recommended"], | ||
"rules": { | ||
"radix": 0, | ||
"no-unused-vars": ["error", { "argsIgnorePattern": "next" }], | ||
"no-param-reassign": [2, { "props": false }], | ||
"no-restricted-syntax": 0, | ||
"no-underscore-dangle": 0, | ||
"no-return-assign": ["error", "except-parens"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
# Storage Wrapper for NodeJS | ||
# SWR Audio Lab / Node Utils Changelog | ||
|
||
by [**SWR audio lab**](https://lab.swr.de/) | ||
by [**SWR Audio Lab**](https://lab.swr.de/) | ||
|
||
## Changelog | ||
|
||
- 2022-01-26 - v1.0.0-beta | ||
- chore!: folder migration | ||
- refactor: swap node-fetch for undici | ||
- feat: add ard publisher script | ||
- feat: add ard category parser | ||
- feat: add string helpers | ||
|
||
- 2021-08-11 - v0.2.3 | ||
- updated dependencies | ||
- updated github actions | ||
- add optional 'resumable' flag | ||
|
||
- 2021-06-22 - v0.2.2 | ||
- 2021-06-21 - v0.2.2 | ||
- updated dependencies | ||
- updated github actions | ||
- changed dependabot interval |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Oops, something went wrong.