Update to v.10.0

This commit is contained in:
jeffvli 2024-09-25 21:57:19 -07:00
parent 7bcfe30a8e
commit 8e59514524
4 changed files with 7 additions and 8 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "feishin",
"version": "0.9.0",
"version": "0.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feishin",
"version": "0.9.0",
"version": "0.10.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {

View File

@ -2,7 +2,7 @@
"name": "feishin",
"productName": "Feishin",
"description": "Feishin music server",
"version": "0.9.0",
"version": "0.10.0",
"scripts": {
"build": "concurrently \"npm run build:main\" \"npm run build:renderer\" \"npm run build:remote\"",
"build:main": "cross-env NODE_ENV=production TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.main.prod.ts",

View File

@ -1,12 +1,12 @@
{
"name": "feishin",
"version": "0.9.0",
"version": "0.10.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "feishin",
"version": "0.9.0",
"version": "0.10.0",
"hasInstallScript": true,
"license": "GPL-3.0",
"dependencies": {
@ -2311,8 +2311,7 @@
"ws": {
"version": "8.18.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz",
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
"requires": {}
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw=="
},
"xml2js": {
"version": "0.4.23",

View File

@ -1,6 +1,6 @@
{
"name": "feishin",
"version": "0.9.0",
"version": "0.10.0",
"description": "",
"main": "./dist/main/main.js",
"author": {