mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-15 07:00:28 -08:00
1.4.3
This commit is contained in:
parent
c1ee21e644
commit
81c16d18bc
3 changed files with 16 additions and 3 deletions
|
|
@ -18,7 +18,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
|
||||||
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
|
url: "https://singleboxapp.com" # the base hostname & protocol for your site, e.g. http://example.com
|
||||||
|
|
||||||
# Custom
|
# Custom
|
||||||
singlebox_version: 1.4.2
|
singlebox_version: 1.4.3
|
||||||
|
|
||||||
# Build settings
|
# Build settings
|
||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "Singlebox",
|
"name": "Singlebox",
|
||||||
"description": "All Your Apps in One Single Window",
|
"description": "All Your Apps in One Single Window",
|
||||||
"version": "1.4.2",
|
"version": "1.4.3",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.0.0 <13.0.0"
|
"node": ">=12.0.0 <13.0.0"
|
||||||
},
|
},
|
||||||
"main": "public/electron.js",
|
"main": "public/electron.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "electron-builder install-app-deps",
|
"postinstall": "npx patch-package && electron-builder install-app-deps",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"lint": "eslint ./public ./src --ext js",
|
"lint": "eslint ./public ./src --ext js",
|
||||||
|
|
|
||||||
13
patches/builder-util+21.2.0.patch
Normal file
13
patches/builder-util+21.2.0.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/node_modules/builder-util/out/util.js b/node_modules/builder-util/out/util.js
|
||||||
|
index 8064112..b6e3d81 100644
|
||||||
|
--- a/node_modules/builder-util/out/util.js
|
||||||
|
+++ b/node_modules/builder-util/out/util.js
|
||||||
|
@@ -505,7 +505,7 @@ function isEmptyOrSpaces(s) {
|
||||||
|
}
|
||||||
|
|
||||||
|
function isTokenCharValid(token) {
|
||||||
|
- return /^[\w\/=+-]+$/.test(token);
|
||||||
|
+ return /^[.\w\/=+-]+$/.test(token);
|
||||||
|
}
|
||||||
|
|
||||||
|
function addValue(map, key, value) {
|
||||||
Loading…
Add table
Add a link
Reference in a new issue