musicbrainz-api
Advanced tools
Comparing version 0.10.2 to 0.10.3
@@ -150,4 +150,9 @@ import DateTimeFormat = Intl.DateTimeFormat; | ||
count: number; | ||
disambiguation?: string; | ||
title: string; | ||
'secondary-types': string[]; | ||
'first-release-date': string; | ||
'primary-type': string; | ||
'primary-type-id'?: string; | ||
'secondary-type-ids'?: string[]; | ||
'sort-name': string; | ||
@@ -154,0 +159,0 @@ 'artist-credit': { |
{ | ||
"name": "musicbrainz-api", | ||
"version": "0.10.2", | ||
"version": "0.10.3", | ||
"description": "MusicBrainz API client for reading and submitting metadata", | ||
@@ -63,5 +63,5 @@ "main": "lib/musicbrainz-api", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jsdoc": "^39.3.3", | ||
"eslint-plugin-jsdoc": "^40.1.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-unicorn": "^45.0.0", | ||
"eslint-plugin-unicorn": "^46.0.0", | ||
"mocha": "^9.0.1", | ||
@@ -73,10 +73,10 @@ "nyc": "^15.0.0", | ||
"tslint": "^6.1.1", | ||
"typescript": "^4.0.2" | ||
"typescript": "^5.0.2" | ||
}, | ||
"scripts": { | ||
"clean": "del-cli src/**/*.js src/**/*.js.map src/**/*.d.ts test/**/*.js test/**/*.js.map", | ||
"compile-src": "tsc -p src", | ||
"clean": "del-cli lib/**/*.js lib/**/*.js.map lib/**/*.d.ts test/**/*.js test/**/*.js.map", | ||
"compile-lib": "tsc -p lib", | ||
"compile-test": "tsc -p test", | ||
"compile": "npm run compile-src && npm run compile-test", | ||
"eslint": "eslint src/**/*.ts --ignore-pattern src/**/*.d.ts test/**/*.ts", | ||
"compile": "npm run compile-lib && npm run compile-test", | ||
"eslint": "eslint lib/**/*.ts --ignore-pattern lib/**/*.d.ts test/**/*.ts", | ||
"lint-md": "remark -u preset-lint-recommended .", | ||
@@ -92,4 +92,3 @@ "lint": "npm run lint-md && npm run eslint", | ||
"exclude": [ | ||
"test/**/*.ts", | ||
"src/**/*.js" | ||
"test/**/*.ts" | ||
], | ||
@@ -96,0 +95,0 @@ "extension": [ |
[![Node.js CI](https://github.com/Borewit/musicbrainz-api/actions/workflows/nodejs-ci.yml/badge.svg)](https://github.com/Borewit/musicbrainz-api/actions/workflows/nodejs-ci.yml) | ||
[![NPM version](https://img.shields.io/npm/v/musicbrainz-api.svg)](https://npmjs.org/package/musicbrainz-api) | ||
[![npm downloads](http://img.shields.io/npm/dm/musicbrainz-api.svg)](https://npmcharts.com/compare/musicbrainz-api) | ||
[![npm downloads](http://img.shields.io/npm/dm/musicbrainz-api.svg)](https://npmcharts.com/compare/musicbrainz-api?interval=30&start=365) | ||
[![Coverage Status](https://coveralls.io/repos/github/Borewit/musicbrainz-api/badge.svg?branch=master)](https://coveralls.io/github/Borewit/musicbrainz-api?branch=master) | ||
@@ -21,2 +21,7 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2bc47b2006454bae8c737991f152e518)](https://www.codacy.com/gh/Borewit/musicbrainz-api/dashboard?utm_source=github.com&utm_medium=referral&utm_content=Borewit/musicbrainz-api&utm_campaign=Badge_Grade) | ||
### Hint | ||
This package is currently only developed for the use in a [node.js environment](http://nodejs.org/). | ||
We are looking into making this package usable in the browser as well. | ||
## Before using this library | ||
@@ -45,3 +50,3 @@ | ||
In TypeScript you it would look like this: | ||
In TypeScript it would look like this: | ||
```js | ||
@@ -48,0 +53,0 @@ import {MusicBrainzApi} from 'musicbrainz-api'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
125773
31
3180
482