balda 0.0.2 → 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/lib/cli.js +43 -26
- package/lib/cli.js.map +1 -1
- package/lib/index.cjs +48 -31
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +18 -1
- package/lib/index.d.ts +18 -1
- package/lib/index.js +48 -31
- package/lib/index.js.map +1 -1
- package/package.json +21 -62
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balda",
|
|
3
|
-
"version": "0.0.
|
|
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",
|
|
@@ -51,10 +53,11 @@
|
|
|
51
53
|
"@types/node": "^25.0.3",
|
|
52
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
60
|
"bullmq": "^5.66.2",
|
|
57
|
-
"bun-types": "^1.3.5",
|
|
58
61
|
"esbuild": "^0.27.2",
|
|
59
62
|
"esbuild-plugin-copy": "^2.1.1",
|
|
60
63
|
"eslint": "^9.39.2",
|
|
@@ -65,16 +68,13 @@
|
|
|
65
68
|
"graphql-yoga": "^5.18.0",
|
|
66
69
|
"husky": "^9.1.7",
|
|
67
70
|
"ioredis": "^5.8.2",
|
|
68
|
-
"lint-staged": "^16.2.7",
|
|
69
71
|
"mqtt": "^5.14.1",
|
|
70
72
|
"node-cron": "^4.2.1",
|
|
71
|
-
"node-gyp": "^12.1.0",
|
|
72
73
|
"pg": "^8.16.3",
|
|
73
74
|
"pg-boss": "^12.5.3",
|
|
74
75
|
"prettier": "^3.7.4",
|
|
75
|
-
"socket.io": "^4.8.1",
|
|
76
76
|
"sqs-consumer": "^14.2.0",
|
|
77
|
-
"
|
|
77
|
+
"swagger-typescript-api": "^13.2.16",
|
|
78
78
|
"ts-node": "^10.9.2",
|
|
79
79
|
"tsup": "^8.5.1",
|
|
80
80
|
"tsx": "^4.21.0",
|
|
@@ -109,63 +109,22 @@
|
|
|
109
109
|
"pg": "^8.16.3",
|
|
110
110
|
"pg-boss": "^12.5.3",
|
|
111
111
|
"sqs-consumer": "^14.2.0",
|
|
112
|
-
"zod": "^4.0.0"
|
|
112
|
+
"zod": "^4.0.0",
|
|
113
|
+
"swagger-typescript-api": "^13.2.16"
|
|
113
114
|
},
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"
|
|
125
|
-
|
|
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",
|