appos 0.1.26-0 → 0.1.28-0
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/build/exports/db.d.mts +368 -368
- package/build/exports/server.d.mts +2 -2
- package/build/exports/ui/index.d.ts +281 -281
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appos",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28-0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"release": "release-it",
|
|
@@ -99,6 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
101
|
"@napi-rs/canvas": "^0.1.82",
|
|
102
|
+
"@types/express": "^5.0.5",
|
|
102
103
|
"canvas": "^3.2.0",
|
|
103
104
|
"pdfjs-dist": "^5.4.394",
|
|
104
105
|
"sharp": "^0.34.5"
|
|
@@ -140,7 +141,6 @@
|
|
|
140
141
|
"@trpc/client": "^11.7.1",
|
|
141
142
|
"@trpc/react-query": "^11.7.1",
|
|
142
143
|
"@trpc/server": "^11.7.1",
|
|
143
|
-
"@types/express": "^5.0.5",
|
|
144
144
|
"@types/node": "^24.10.1",
|
|
145
145
|
"@types/nodemailer": "^7.0.3",
|
|
146
146
|
"@types/nprogress": "^0.2.3",
|