517 Commits

Author SHA1 Message Date
binaryify
890344aa97
Merge pull request #1500 from Binaryify/renovate/eslint-config-prettier-8.x
chore(deps): update dependency eslint-config-prettier to v8.5.0
2022-09-03 18:12:41 +08:00
binaryify
15151ff8ac
Merge pull request #1505 from Binaryify/renovate/prettier-2.x
chore(deps): update dependency prettier to v2.7.1
2022-09-03 18:12:12 +08:00
dependabot[bot]
6a3cf6fa2d
chore(deps): bump nanoid and mocha
Bumps [nanoid](https://github.com/ai/nanoid) and [mocha](https://github.com/mochajs/mocha). These dependencies needed to be updated together.

Updates `nanoid` from 3.1.20 to 3.3.3
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.20...3.3.3)

Updates `mocha` from 8.4.0 to 10.0.0
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.4.0...v10.0.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
- dependency-name: mocha
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 07:21:35 +00:00
binaryify
3b908b34a5 bump to v4.7.0 2022-09-02 15:20:49 +08:00
renovate[bot]
f6e69243ed
chore(deps): update dependency prettier to v2.7.1 2022-08-12 15:00:35 +00:00
renovate[bot]
86faba5817
chore(deps): update dependency eslint-config-prettier to v8.5.0 2022-08-12 14:59:39 +00:00
binaryify
b079f7d1ba bump version 2022-07-17 22:24:22 +08:00
binaryify
e8222ce3c6 npx 方式运行完善和增加文档说明 2022-06-20 17:20:19 +08:00
binaryify
10df8ecc3c 修复npx使用路径错误 2022-06-19 13:33:21 +08:00
binaryify
7bb0eaaf7e 修复歌单收藏/取消收藏歌曲接口报错问题 #1551 2022-06-19 12:54:26 +08:00
binaryify
41bf7d2c9c 修复 npm 包文件缺失的问题 2022-06-15 12:33:43 +08:00
binaryify
b1a9c93ebb bump to v4.6.2 2022-05-30 09:50:35 +08:00
binaryify
47bd9175ee 修复测试不通过的问题 2022-05-30 09:46:38 +08:00
binaryify
b3ca43267a 服务启动刷新游客cookie 2022-05-29 21:45:48 +08:00
binaryify
1a3a9d3df6 修复请求接口提示需要验证的问题 #1541 #1539 #1537 #1538 2022-05-29 01:11:37 +08:00
binaryify
844dabeeff 增加支持罗马音歌词返回 #1523 2022-05-06 21:13:02 +08:00
binaryify
08dbeb1061 修复获取歌单所有歌曲接口分页问题 #1524 2022-05-06 20:44:00 +08:00
binaryify
9ce5055aad chore: update changelog, bump 4.5.12 2022-04-15 17:41:15 +08:00
binaryify
22fbe0e3ed chore: 升级版本 2022-04-06 16:07:58 +08:00
binaryify
ad2608494f 新增歌单更新播放量接口 2022-03-28 14:19:22 +08:00
binaryify
684c581fe0 新增内部版本接口接口 2022-03-20 15:51:33 +08:00
binaryify
31e95721a7 新增歌手粉丝数量接口 #1485 , 新增音乐人任务(新)接口, 更新 appver 2022-03-05 17:59:37 +08:00
binaryify
8cc6fe8676 歌单封面上传接口缺失参数时返回状态码修正 2022-02-12 17:30:00 +08:00
binaryify
61c8f2406c 新增重复昵称检测接口 #1469 2022-02-09 22:36:49 +08:00
binaryify
ce6e29a7ec 搜索接口支持搜索声音 2022-02-09 20:45:05 +08:00
binaryify
4c643c7d36 修复云盘上传无法获取文件的问题 2022-02-09 15:03:58 +08:00
binaryify
247081174a update 2022-02-04 13:07:11 +08:00
binaryify
39d3fb83eb update 2022-01-29 22:58:11 +08:00
pan93412
6681f11ce0
fix: add "server.js" to the filelist to pack
目前的 NPM 包少了 server.js,會導致
"NeteaseCloudMusicApi/server" 找不到檔案,也會讓
npx NeteaseCloudMusicApi 報錯(找不到 server.js 模組)
2022-01-29 22:27:17 +08:00
binaryify
61a0c0ebe1 入口文件优化#1457 2022-01-28 17:14:01 +08:00
pan93412
b02d4d5e04
refactor: allow using server statically
將原本 "NeteaseCloudMusicApi/server"
掃描 modules 目錄的部分抽出 server.js,
改移到 main.js。這樣使用者就有辦法只載入
靜態的伺服器部分(不動態載入模組)。

這個 patch 的 breaking changes 不易發生。
可作為 patch version 發佈。
2022-01-28 12:52:21 +08:00
binaryify.zhuang
91a3ba758d change version 2022-01-27 11:29:12 +08:00
binaryify.zhuang
d5b2952299 修复 pkg 打包问题 2022-01-27 11:09:10 +08:00
pan93412
7061a9ea82
refactor!: use server.js as main.js
server.js 有 main.js 原本的功能 (getModulesDefinitions)

BREAKING CHANGES: 所有使用到這個 lib 的應用程式
,皆需更改為 .getModulesDefinitions()。
2022-01-26 14:34:35 +08:00
pan93412
9e0c900f6f
test(server): more reliable test for server 2022-01-26 14:30:00 +08:00
pan93412
fc9630aa39
refactor: add type definition of Express 2022-01-26 11:52:46 +08:00
binaryify
6d335bd85f update to v4.3.0 2022-01-22 20:57:25 +08:00
binaryify
9579e709f1
Merge pull request #1423 from Binaryify/renovate/lint-staged-12.x
chore(deps): update dependency lint-staged to v12.1.7
2022-01-16 20:53:52 +08:00
binaryify
cdee107ced
Merge pull request #1414 from Binaryify/renovate/eslint-8.x
chore(deps): update dependency eslint to v8.7.0
2022-01-16 20:53:32 +08:00
binaryify
644756d301
Merge pull request #1405 from Binaryify/renovate/prettier-2.x
chore(deps): update dependency prettier to v2.5.1
2022-01-16 20:53:13 +08:00
Renovate Bot
a23eda52da
chore(deps): update dependency eslint to v8.7.0 2022-01-16 03:14:07 +00:00
Renovate Bot
b30b8a75ce
chore(deps): update dependency prettier to v2.5.1 2022-01-15 10:48:25 +00:00
Renovate Bot
d2c1cf215d
chore(deps): update dependency lint-staged to v12.1.7 2022-01-15 10:47:25 +00:00
Renovate Bot
f643dd5e73
chore(deps): update dependency @types/node to v16.11.19 2022-01-15 10:47:05 +00:00
binaryify
0d4f4d671e v4.2.0 新增最近播放-歌曲,最近播放-视频,最近播放-声音,最近播放-歌单,最近播放-专辑,最近播放-播客等接口 2021-11-23 19:44:35 +08:00
binaryify
168451712f
Merge pull request #1353 from Binaryify/renovate/typescript-4.x
chore(deps): update dependency typescript to v4.5.2
2021-11-23 16:24:49 +08:00
binaryify
fffdd57d69
Merge pull request #1360 from Binaryify/renovate/eslint-plugin-html-6.x
chore(deps): update dependency eslint-plugin-html to v6.2.0
2021-11-23 16:24:11 +08:00
binaryify
96db47b4fe
Merge pull request #1366 from Binaryify/renovate/axios-0.x
fix(deps): update dependency axios to ^0.24.0
2021-11-23 16:24:01 +08:00
binaryify
6ab08670ab
Merge pull request #1371 from Binaryify/renovate/eslint-8.x
chore(deps): update dependency eslint to v8
2021-11-23 16:23:51 +08:00
binaryify
95efccf0a6
Merge pull request #1378 from Binaryify/renovate/husky-7.x
chore(deps): update dependency husky to v7.0.4
2021-11-23 16:23:35 +08:00