@actual-app/sync-server 26.7.0-nightly.20260621 → 26.7.0-nightly.20260622
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@actual-app/sync-server",
|
|
3
|
-
"version": "26.7.0-nightly.
|
|
3
|
+
"version": "26.7.0-nightly.20260622",
|
|
4
4
|
"description": "actual syncing server",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"@actual-app/crdt": "3.1.0",
|
|
92
|
-
"@actual-app/web": "26.7.0-nightly.
|
|
92
|
+
"@actual-app/web": "26.7.0-nightly.20260622",
|
|
93
93
|
"akahu": "^2.5.1",
|
|
94
94
|
"bcrypt": "^6.0.0",
|
|
95
95
|
"better-sqlite3": "^12.10.0",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"migrate": "^2.1.0",
|
|
106
106
|
"openid-client": "^5.7.1",
|
|
107
107
|
"pluggy-sdk": "^0.85.3",
|
|
108
|
-
"uuid": "^14.0.
|
|
108
|
+
"uuid": "^14.0.1",
|
|
109
109
|
"winston": "^3.19.0"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@types/node": "^22.19.21",
|
|
120
120
|
"@types/supertest": "^7.2.0",
|
|
121
121
|
"@typescript/native-preview": "beta",
|
|
122
|
-
"http-proxy-middleware": "^
|
|
122
|
+
"http-proxy-middleware": "^4.1.1",
|
|
123
123
|
"nodemon": "^3.1.14",
|
|
124
124
|
"supertest": "^7.2.2",
|
|
125
125
|
"typescript-strict-plugin": "^2.4.4",
|