balda 0.0.1 → 0.0.2
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/lib/index.cjs +12 -12
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +12 -12
- package/lib/index.js.map +1 -1
- package/package.json +39 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balda",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.02",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./lib/index.cjs",
|
|
6
6
|
"module": "./lib/index.js",
|
|
@@ -39,48 +39,48 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@adminjs/express": "^6.1.1",
|
|
42
|
-
"@aws-sdk/client-s3": "^3.
|
|
43
|
-
"@aws-sdk/client-sqs": "^3.
|
|
44
|
-
"@aws-sdk/cloudfront-signer": "^3.
|
|
45
|
-
"@aws-sdk/s3-presigned-post": "^3.
|
|
46
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
|
42
|
+
"@aws-sdk/client-s3": "^3.956.0",
|
|
43
|
+
"@aws-sdk/client-sqs": "^3.956.0",
|
|
44
|
+
"@aws-sdk/cloudfront-signer": "^3.956.0",
|
|
45
|
+
"@aws-sdk/s3-presigned-post": "^3.956.0",
|
|
46
|
+
"@aws-sdk/s3-request-presigner": "^3.956.0",
|
|
47
47
|
"@azure/storage-blob": "^12.29.1",
|
|
48
|
-
"@types/bun": "^1.
|
|
49
|
-
"@types/deno": "^2.
|
|
48
|
+
"@types/bun": "^1.3.5",
|
|
49
|
+
"@types/deno": "^2.5.0",
|
|
50
50
|
"@types/express": "^5.0.6",
|
|
51
|
-
"@types/node": "^
|
|
52
|
-
"@types/pg": "^8.
|
|
51
|
+
"@types/node": "^25.0.3",
|
|
52
|
+
"@types/pg": "^8.16.0",
|
|
53
53
|
"@types/ws": "^8.18.1",
|
|
54
54
|
"adminjs": "^7.8.17",
|
|
55
55
|
"autocannon": "^8.0.0",
|
|
56
|
-
"bullmq": "^5.
|
|
57
|
-
"bun-types": "^1.
|
|
58
|
-
"esbuild": "^0.27.
|
|
56
|
+
"bullmq": "^5.66.2",
|
|
57
|
+
"bun-types": "^1.3.5",
|
|
58
|
+
"esbuild": "^0.27.2",
|
|
59
59
|
"esbuild-plugin-copy": "^2.1.1",
|
|
60
|
-
"eslint": "^9.
|
|
60
|
+
"eslint": "^9.39.2",
|
|
61
61
|
"express": "^5.2.1",
|
|
62
62
|
"express-formidable": "^1.2.0",
|
|
63
63
|
"express-session": "^1.18.2",
|
|
64
64
|
"graphql": "^16.12.0",
|
|
65
|
-
"graphql-yoga": "^5.
|
|
65
|
+
"graphql-yoga": "^5.18.0",
|
|
66
66
|
"husky": "^9.1.7",
|
|
67
|
-
"ioredis": "^5.8.
|
|
68
|
-
"lint-staged": "^16.
|
|
67
|
+
"ioredis": "^5.8.2",
|
|
68
|
+
"lint-staged": "^16.2.7",
|
|
69
69
|
"mqtt": "^5.14.1",
|
|
70
70
|
"node-cron": "^4.2.1",
|
|
71
|
-
"node-gyp": "^
|
|
71
|
+
"node-gyp": "^12.1.0",
|
|
72
72
|
"pg": "^8.16.3",
|
|
73
|
-
"pg-boss": "^
|
|
74
|
-
"prettier": "^3.
|
|
73
|
+
"pg-boss": "^12.5.3",
|
|
74
|
+
"prettier": "^3.7.4",
|
|
75
75
|
"socket.io": "^4.8.1",
|
|
76
|
-
"sqs-consumer": "^14.0
|
|
77
|
-
"supertest": "^7.1.
|
|
76
|
+
"sqs-consumer": "^14.2.0",
|
|
77
|
+
"supertest": "^7.1.4",
|
|
78
78
|
"ts-node": "^10.9.2",
|
|
79
|
-
"tsup": "^8.5.
|
|
79
|
+
"tsup": "^8.5.1",
|
|
80
80
|
"tsx": "^4.21.0",
|
|
81
81
|
"typescript": "^5.9.3",
|
|
82
|
-
"vitest": "^
|
|
83
|
-
"ws": "^8.18.
|
|
82
|
+
"vitest": "^4.0.16",
|
|
83
|
+
"ws": "^8.18.3",
|
|
84
84
|
"zod": "^4.2.1"
|
|
85
85
|
},
|
|
86
86
|
"bin": {
|
|
@@ -89,26 +89,26 @@
|
|
|
89
89
|
"dependencies": {
|
|
90
90
|
"ajv": "^8.17.1",
|
|
91
91
|
"glob": "^13.0.0",
|
|
92
|
-
"pino": "^10.
|
|
92
|
+
"pino": "^10.1.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
|
-
"@aws-sdk/client-s3": "^3.
|
|
96
|
-
"@aws-sdk/client-sqs": "^3.
|
|
97
|
-
"@aws-sdk/cloudfront-signer": "^3.
|
|
98
|
-
"@aws-sdk/s3-presigned-post": "^3.
|
|
99
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
|
95
|
+
"@aws-sdk/client-s3": "^3.956.0",
|
|
96
|
+
"@aws-sdk/client-sqs": "^3.956.0",
|
|
97
|
+
"@aws-sdk/cloudfront-signer": "^3.956.0",
|
|
98
|
+
"@aws-sdk/s3-presigned-post": "^3.956.0",
|
|
99
|
+
"@aws-sdk/s3-request-presigner": "^3.956.0",
|
|
100
100
|
"@azure/storage-blob": "^12.29.1",
|
|
101
|
-
"bullmq": "^5.
|
|
102
|
-
"esbuild": "^0.27.
|
|
101
|
+
"bullmq": "^5.66.2",
|
|
102
|
+
"esbuild": "^0.27.2",
|
|
103
103
|
"esbuild-plugin-copy": "^2.1.1",
|
|
104
|
-
"graphql": "^16.
|
|
105
|
-
"graphql-yoga": "^5.
|
|
106
|
-
"ioredis": "^5.8.
|
|
104
|
+
"graphql": "^16.12.0",
|
|
105
|
+
"graphql-yoga": "^5.18.0",
|
|
106
|
+
"ioredis": "^5.8.2",
|
|
107
107
|
"mqtt": "^5.14.1",
|
|
108
|
-
"node-cron": "^4.1
|
|
108
|
+
"node-cron": "^4.2.1",
|
|
109
109
|
"pg": "^8.16.3",
|
|
110
|
-
"pg-boss": "^
|
|
111
|
-
"sqs-consumer": "^14.0
|
|
110
|
+
"pg-boss": "^12.5.3",
|
|
111
|
+
"sqs-consumer": "^14.2.0",
|
|
112
112
|
"zod": "^4.0.0"
|
|
113
113
|
},
|
|
114
114
|
"peerDependenciesMeta": {
|