@thzero/library_server 0.17.1 → 0.17.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/package.json +4 -6
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thzero/library_server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.17.
|
|
4
|
+
"version": "0.17.2",
|
|
5
5
|
"version_major": 0,
|
|
6
6
|
"version_minor": 17,
|
|
7
|
-
"version_patch":
|
|
7
|
+
"version_patch": 2,
|
|
8
8
|
"version_date": "02/02/2023",
|
|
9
9
|
"description": "An opinionated library of common functionality to bootstrap an API application using MongoDb and Firebase. Currently either Fastify or Koa can be used as the web server.",
|
|
10
10
|
"author": "thZero",
|
|
@@ -25,15 +25,13 @@
|
|
|
25
25
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
+
"@thzero/library_common": "^0.17",
|
|
29
|
+
"@thzero/library_common_service": "^0.17",
|
|
28
30
|
"@godaddy/terminus": "^4.11.2",
|
|
29
31
|
"async-mutex": "^0.4.0",
|
|
30
32
|
"config": "^3.3.8",
|
|
31
33
|
"default-gateway": "^6.0.3",
|
|
32
34
|
"easy-rbac": "^3.2.0",
|
|
33
35
|
"ipaddr.js": "^2.0.1"
|
|
34
|
-
},
|
|
35
|
-
"peerDependencies": {
|
|
36
|
-
"@thzero/library_common": "^0.17",
|
|
37
|
-
"@thzero/library_common_service": "^0.17"
|
|
38
36
|
}
|
|
39
37
|
}
|