Skip to content

Commit

Permalink
refact: remove ard category parser
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Jan 7, 2025
1 parent bbb110a commit f0db7b2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 62 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ by [**SWR Audio Lab**](https://lab.swr.de/)
- chore: update dependencies (incl. undici to v7.2.0)
- refact: update changelog format
- refact: swap super-linter for repo-specific config
- refact: remove ard category parser

## 2024-11-18 - v2.0.3

Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,6 @@ Then run the desired script.

## Scripts

### ARD Category Remapper

Use the publicly available ARD categories and reformat them into our structure:

```sh
yarn ard:categories
```

The output is written to a file: [`data/ard/categories.json`](./data/ard/categories.json) (also kept in state in this repository).

### ARD Core ID generator

A CLI to encode strings into the ARD Core ID standard:
Expand Down
3 changes: 2 additions & 1 deletion packages/undici/request.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// load node utils
const undici = require('node:undici')
// eslint-disable-next-line unicorn/prefer-node-protocol
const undici = require('undici')
const AbortController = require('abort-controller')

// fetch options and utils
Expand Down
51 changes: 0 additions & 51 deletions scripts/ard/categories.js

This file was deleted.

0 comments on commit f0db7b2

Please sign in to comment.