balda 0.0.1 → 0.0.3

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": "balda",
3
- "version": "0.0.01",
3
+ "version": "0.0.03",
4
4
  "type": "module",
5
5
  "main": "./lib/index.cjs",
6
6
  "module": "./lib/index.js",
@@ -29,6 +29,8 @@
29
29
  "build:test": "rm -rf lib && tsup && rm -rf lib",
30
30
  "build:prod": "rm -rf lib && tsup --minify",
31
31
  "format": "prettier --write \"**/*.ts\"",
32
+ "lint": "eslint .",
33
+ "lint:fix": "eslint . --fix",
32
34
  "test": "vitest --run",
33
35
  "test:bun": "bun test",
34
36
  "test:deno": "deno task test",
@@ -39,48 +41,46 @@
39
41
  },
40
42
  "devDependencies": {
41
43
  "@adminjs/express": "^6.1.1",
42
- "@aws-sdk/client-s3": "^3.952.0",
43
- "@aws-sdk/client-sqs": "^3.911.0",
44
- "@aws-sdk/cloudfront-signer": "^3.946.0",
45
- "@aws-sdk/s3-presigned-post": "^3.952.0",
46
- "@aws-sdk/s3-request-presigner": "^3.952.0",
44
+ "@aws-sdk/client-s3": "^3.956.0",
45
+ "@aws-sdk/client-sqs": "^3.956.0",
46
+ "@aws-sdk/cloudfront-signer": "^3.956.0",
47
+ "@aws-sdk/s3-presigned-post": "^3.956.0",
48
+ "@aws-sdk/s3-request-presigner": "^3.956.0",
47
49
  "@azure/storage-blob": "^12.29.1",
48
- "@types/bun": "^1.2.17",
49
- "@types/deno": "^2.3.0",
50
+ "@types/bun": "^1.3.5",
51
+ "@types/deno": "^2.5.0",
50
52
  "@types/express": "^5.0.6",
51
- "@types/node": "^24.0.10",
52
- "@types/pg": "^8.15.5",
53
+ "@types/node": "^25.0.3",
54
+ "@types/pg": "^8.16.0",
53
55
  "@types/ws": "^8.18.1",
56
+ "@typescript-eslint/eslint-plugin": "^8.50.0",
57
+ "@typescript-eslint/parser": "^8.50.0",
54
58
  "adminjs": "^7.8.17",
55
59
  "autocannon": "^8.0.0",
56
- "bullmq": "^5.61.0",
57
- "bun-types": "^1.2.17",
58
- "esbuild": "^0.27.1",
60
+ "bullmq": "^5.66.2",
61
+ "esbuild": "^0.27.2",
59
62
  "esbuild-plugin-copy": "^2.1.1",
60
- "eslint": "^9.29.0",
63
+ "eslint": "^9.39.2",
61
64
  "express": "^5.2.1",
62
65
  "express-formidable": "^1.2.0",
63
66
  "express-session": "^1.18.2",
64
67
  "graphql": "^16.12.0",
65
- "graphql-yoga": "^5.17.1",
68
+ "graphql-yoga": "^5.18.0",
66
69
  "husky": "^9.1.7",
67
- "ioredis": "^5.8.1",
68
- "lint-staged": "^16.1.2",
70
+ "ioredis": "^5.8.2",
69
71
  "mqtt": "^5.14.1",
70
72
  "node-cron": "^4.2.1",
71
- "node-gyp": "^11.2.0",
72
73
  "pg": "^8.16.3",
73
- "pg-boss": "^11.1.1",
74
- "prettier": "^3.6.2",
75
- "socket.io": "^4.8.1",
76
- "sqs-consumer": "^14.0.1",
77
- "supertest": "^7.1.1",
74
+ "pg-boss": "^12.5.3",
75
+ "prettier": "^3.7.4",
76
+ "sqs-consumer": "^14.2.0",
77
+ "swagger-typescript-api": "^13.2.16",
78
78
  "ts-node": "^10.9.2",
79
- "tsup": "^8.5.0",
79
+ "tsup": "^8.5.1",
80
80
  "tsx": "^4.21.0",
81
81
  "typescript": "^5.9.3",
82
- "vitest": "^3.2.4",
83
- "ws": "^8.18.2",
82
+ "vitest": "^4.0.16",
83
+ "ws": "^8.18.3",
84
84
  "zod": "^4.2.1"
85
85
  },
86
86
  "bin": {
@@ -89,83 +89,42 @@
89
89
  "dependencies": {
90
90
  "ajv": "^8.17.1",
91
91
  "glob": "^13.0.0",
92
- "pino": "^10.0.0"
92
+ "pino": "^10.1.0"
93
93
  },
94
94
  "peerDependencies": {
95
- "@aws-sdk/client-s3": "^3.952.0",
96
- "@aws-sdk/client-sqs": "^3.911.0",
97
- "@aws-sdk/cloudfront-signer": "^3.946.0",
98
- "@aws-sdk/s3-presigned-post": "^3.952.0",
99
- "@aws-sdk/s3-request-presigner": "^3.952.0",
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.61.0",
102
- "esbuild": "^0.27.1",
101
+ "bullmq": "^5.66.2",
102
+ "esbuild": "^0.27.2",
103
103
  "esbuild-plugin-copy": "^2.1.1",
104
- "graphql": "^16.0.0",
105
- "graphql-yoga": "^5.0.0",
106
- "ioredis": "^5.8.1",
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.0",
108
+ "node-cron": "^4.2.1",
109
109
  "pg": "^8.16.3",
110
- "pg-boss": "^11.1.1",
111
- "sqs-consumer": "^14.0.1",
112
- "zod": "^4.0.0"
110
+ "pg-boss": "^12.5.3",
111
+ "sqs-consumer": "^14.2.0",
112
+ "zod": "^4.0.0",
113
+ "swagger-typescript-api": "^13.2.16"
113
114
  },
114
- "peerDependenciesMeta": {
115
- "bullmq": {
116
- "optional": true
117
- },
118
- "esbuild": {
119
- "optional": true
120
- },
121
- "esbuild-plugin-copy": {
122
- "optional": true
123
- },
124
- "graphql": {
125
- "optional": true
126
- },
127
- "graphql-yoga": {
128
- "optional": true
129
- },
130
- "ioredis": {
131
- "optional": true
132
- },
133
- "node-cron": {
134
- "optional": true
135
- },
136
- "pg": {
137
- "optional": true
138
- },
139
- "pg-boss": {
140
- "optional": true
141
- },
142
- "sqs-consumer": {
143
- "optional": true
144
- },
145
- "@aws-sdk/client-s3": {
146
- "optional": true
147
- },
148
- "@aws-sdk/client-sqs": {
149
- "optional": true
150
- },
151
- "@aws-sdk/cloudfront-signer": {
152
- "optional": true
153
- },
154
- "@aws-sdk/s3-presigned-post": {
155
- "optional": true
156
- },
157
- "@aws-sdk/s3-request-presigner": {
158
- "optional": true
159
- },
160
- "@azure/storage-blob": {
161
- "optional": true
162
- },
163
- "mqtt": {
164
- "optional": true
165
- },
166
- "zod": {
167
- "optional": true
168
- }
115
+ "engines": {
116
+ "node": ">=18.20.8",
117
+ "bun": ">=1.3.5",
118
+ "deno": ">=2.5.0"
119
+ },
120
+ "prettier": {
121
+ "printWidth": 80,
122
+ "tabWidth": 2,
123
+ "semi": true,
124
+ "singleQuote": false,
125
+ "trailingComma": "all",
126
+ "bracketSpacing": true,
127
+ "arrowParens": "always"
169
128
  },
170
129
  "tags": [
171
130
  "framework",