From d5b2952299a4c21454fcc98b998a7492ef895641 Mon Sep 17 00:00:00 2001 From: "binaryify.zhuang" Date: Thu, 27 Jan 2022 11:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20pkg=20=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.MD | 15 +++++++++++++-- package-lock.json | 4 ++-- package.json | 8 ++++++-- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 33dc623..08e057b 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -1,10 +1,21 @@ # 更新日志 + +### 5.0.0 | 2022.01.27 + +- app.js 重构[#1453](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1453) + +Breaking changes: +... 待整理 + +- 修复 pkg 打包问题 + ### 4.3.0 | 2022.01.22 + - fix: 发送/删除评论、点赞失败 [#1446](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1446) -- 增加二进制文件node标识 [#1440](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1440) +- 增加二进制文件 node 标识 [#1440](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1440) -- 获取歌单所有歌曲增加offset偏移量设置[#1435](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1435) +- 获取歌单所有歌曲增加 offset 偏移量设置[#1435](https://github.com/Binaryify/NeteaseCloudMusicApi/pull/1435) ### 4.2.0 | 2021.11.23 diff --git a/package-lock.json b/package-lock.json index b90d27d..15fa149 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.3.0", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "NeteaseCloudMusicApi", - "version": "4.3.0", + "version": "5.0.0", "license": "MIT", "dependencies": { "axios": "^0.24.0", diff --git a/package.json b/package.json index 0fde53f..5abee20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NeteaseCloudMusicApi", - "version": "4.3.0", + "version": "5.0.0", "description": "网易云音乐 NodeJS 版 API", "scripts": { "start": "node app.js", @@ -14,7 +14,11 @@ }, "bin": "./app.js", "pkg": { - "scripts": "module/*.js" + "scripts": "module/*.js", + "assets":[ + "/node_modules/vm2/lib/contextify.js", + "/public" + ] }, "keywords": [ "网易云音乐",