@adaas/a-server 0.0.30 → 0.0.31
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaas/a-server",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.31",
|
|
4
4
|
"description": "A-Server is a powerful server framework designed to work seamlessly with the A-Concept framework. This library provides a robust and flexible server implementation of A-Server, enabling developers to create scalable and efficient server-side applications using the A-Concept architecture.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adaas",
|
|
@@ -290,14 +290,14 @@
|
|
|
290
290
|
"build": "tsup --config tsup.config.ts"
|
|
291
291
|
},
|
|
292
292
|
"peerDependencies": {
|
|
293
|
-
"@adaas/a-concept": "^0.3.
|
|
293
|
+
"@adaas/a-concept": "^0.3.17",
|
|
294
294
|
"@adaas/a-frame": "^0.1.2",
|
|
295
|
-
"@adaas/a-utils": "^0.3.
|
|
295
|
+
"@adaas/a-utils": "^0.3.23"
|
|
296
296
|
},
|
|
297
297
|
"devDependencies": {
|
|
298
|
-
"@adaas/a-concept": "^0.3.
|
|
298
|
+
"@adaas/a-concept": "^0.3.17",
|
|
299
299
|
"@adaas/a-frame": "^0.1.2",
|
|
300
|
-
"@adaas/a-utils": "^0.3.
|
|
300
|
+
"@adaas/a-utils": "^0.3.23",
|
|
301
301
|
"@types/chai": "^4.3.14",
|
|
302
302
|
"@types/jest": "^29.5.12",
|
|
303
303
|
"@types/mocha": "^10.0.6",
|