Skip to content

Commit

Permalink
bump: v0.27.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Oct 9, 2021
1 parent b37cc58 commit 630db7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unblockneteasemusic/server",
"version": "v0.27.0-beta.4",
"version": "v0.27.0-beta.5",
"description": "Revive unavailable songs for Netease Cloud Music",
"main": "src/provider/match.js",
"bin": {
Expand Down
11 changes: 7 additions & 4 deletions precompiled/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof win
var app = {};

var name$1 = "@unblockneteasemusic/server";
var version$6 = "v0.27.0-beta.4";
var version$6 = "v0.27.0-beta.5";
var description$1 = "Revive unavailable songs for Netease Cloud Music";
var main$1 = "src/provider/match.js";
var bin$1 = {
Expand All @@ -73,7 +73,7 @@ var pkg = {
};
var repository$1 = {
type: "git",
url: "https://github.com/1715173329/UnblockNeteaseMusic.git"
url: "https://github.com/UnblockNeteaseMusic/server.git"
};
var author$1 = "nondanee, 1715173329, pan93412";
var license$1 = "LGPL-3.0-only";
Expand All @@ -98,6 +98,9 @@ var devDependencies$1 = {
prettier: "^2.4.1",
rollup: "^2.58.0"
};
var publishConfig = {
access: "public"
};
var require$$0$1 = {
name: name$1,
version: version$6,
Expand All @@ -110,8 +113,8 @@ var require$$0$1 = {
author: author$1,
license: license$1,
dependencies: dependencies$1,
"private": true,
devDependencies: devDependencies$1
devDependencies: devDependencies$1,
publishConfig: publishConfig
};

const cli = {
Expand Down

0 comments on commit 630db7d

Please sign in to comment.