Compare commits

..

2 Commits

Author SHA1 Message Date
SPRINX0\prochazka eca69170d2 v7.0.0-premium-beta.4 2026-01-19 13:18:13 +01:00
SPRINX0\prochazka 8b102d00ea upgraded better-sqlite3 2026-01-19 13:17:21 +01:00
9 changed files with 6 additions and 32 deletions
-4
View File
@@ -21,10 +21,6 @@ jobs:
- windows-2022
- ubuntu-22.04
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python -m pip install --upgrade pip setuptools
- name: Install python 3.11 (MacOS)
if: matrix.os == 'macos-14'
run: |
-4
View File
@@ -21,10 +21,6 @@ jobs:
- windows-2022
- ubuntu-22.04
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python -m pip install --upgrade pip setuptools
- name: Install python 3.11 (MacOS)
if: matrix.os == 'macos-14'
run: |
@@ -21,10 +21,6 @@ jobs:
- windows-2022
- ubuntu-22.04
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python -m pip install --upgrade pip setuptools
- name: Install python 3.11 (MacOS)
if: matrix.os == 'macos-14'
run: |
-4
View File
@@ -21,10 +21,6 @@ jobs:
- windows-2022
- ubuntu-22.04
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python -m pip install --upgrade pip setuptools
- name: Install python 3.11 (MacOS)
if: matrix.os == 'macos-14'
run: |
-4
View File
@@ -21,10 +21,6 @@ jobs:
- windows-2022
- ubuntu-22.04
steps:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python -m pip install --upgrade pip setuptools
- name: Install python 3.11 (MacOS)
if: matrix.os == 'macos-14'
run: |
+1 -1
View File
@@ -1,6 +1,6 @@
{
"private": true,
"version": "7.0.0-premium-beta.5",
"version": "7.0.0-premium-beta.4",
"name": "dbgate-all",
"workspaces": [
"packages/*",
+1 -1
View File
@@ -41,6 +41,6 @@
},
"optionalDependencies": {
"libsql": "0.5.0-pre.6",
"better-sqlite3": "11.8.1"
"better-sqlite3": "12.6.2"
}
}
-6
View File
@@ -101,12 +101,6 @@ jobs:
os: [macos-14, windows-2022, ubuntu-22.04]
steps:
# set python 3.11
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: python -m pip install --upgrade pip setuptools
- name: Install python 3.11 (MacOS)
if: matrix.os == 'macos-14'
run: |
+4 -4
View File
@@ -4564,10 +4564,10 @@ bcrypt-pbkdf@^1.0.0, bcrypt-pbkdf@^1.0.2:
dependencies:
tweetnacl "^0.14.3"
better-sqlite3@11.8.1:
version "11.8.1"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-11.8.1.tgz#bcb1c494984065a7ed76a5df5ecbcb0f068d47fa"
integrity sha512-9BxNaBkblMjhJW8sMRZxnxVTRgbRmssZW0Oxc1MPBTfiR+WW21e2Mk4qu8CzrcZb1LwPCnFsfDEzq+SNcBU8eg==
better-sqlite3@12.6.2:
version "12.6.2"
resolved "https://registry.yarnpkg.com/better-sqlite3/-/better-sqlite3-12.6.2.tgz#770649f28a62e543a360f3dfa1afe4cc944b1937"
integrity sha512-8VYKM3MjCa9WcaSAI3hzwhmyHVlH8tiGFwf0RlTsZPWJ1I5MkzjiudCo4KC4DxOaL/53A5B1sI/IbldNFDbsKA==
dependencies:
bindings "^1.5.0"
prebuild-install "^7.1.1"