@applemusic-like-lyrics/lyric 0.4.0 → 0.4.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/package.json +8 -2
- package/pkg/amll_lyric.d.ts +1 -1
- package/pkg/amll_lyric_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -4,12 +4,18 @@
|
|
|
4
4
|
"SteveXMH <39523898+Steve-xmh@users.noreply.github.com>"
|
|
5
5
|
],
|
|
6
6
|
"description": "一个歌词解析/生成模块,着重于歌词内容解析,支持多种格式",
|
|
7
|
-
"version": "0.4.
|
|
7
|
+
"version": "0.4.1",
|
|
8
8
|
"license": "GPL-3.0",
|
|
9
9
|
"nx": {
|
|
10
10
|
"tags": [
|
|
11
11
|
"library"
|
|
12
|
-
]
|
|
12
|
+
],
|
|
13
|
+
"targets": {
|
|
14
|
+
"nx-release-publish": {
|
|
15
|
+
"executor": "@nx/js:release-publish",
|
|
16
|
+
"dependsOn": []
|
|
17
|
+
}
|
|
18
|
+
}
|
|
13
19
|
},
|
|
14
20
|
"repository": {
|
|
15
21
|
"type": "git",
|
package/pkg/amll_lyric.d.ts
CHANGED
package/pkg/amll_lyric_bg.wasm
CHANGED
|
Binary file
|