gerdur-core 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/LICENSE +0 -1
- package/README.md +0 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/LICENSE
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Copyright Christian Kling 2024
|
package/README.md
CHANGED
|
@@ -186,5 +186,3 @@ All method returns `Object` or throws `Error`. Make sure to catch error on your
|
|
|
186
186
|
> We are not responsible for any misuse of this library by any third party. Please make sure to respect the artists and the music industry when using this library.
|
|
187
187
|
|
|
188
188
|
> Made with :heart: by the Bluesix Team. If you want to contribute, please read the [contributing guidelines](.github/CONTRIBUTING.md) first.
|
|
189
|
-
|
|
190
|
-
Copyright © 2026 Christian Kling, Saskia Falkenhagen, Jens Arnolds
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gerdur-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Core module for gerdur.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
|
-
"author": "Christian
|
|
33
|
+
"author": "Christian",
|
|
34
34
|
"license": "SEE LICENSE IN LICENSE",
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"browser-id3-writer": "^4.4.0",
|