@node-i3x/rest-server 0.3.2 → 0.3.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node-i3x/rest-server",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "i3X REST inbound adapter — Fastify routes for the i3X Beta API",
|
|
5
5
|
"license": "AGPL-3.0-or-later OR LicenseRef-Sterfive-Commercial",
|
|
6
6
|
"author": "Sterfive SAS <contact@sterfive.com> (https://sterfive.com)",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@fastify/compress": "^9.0.0",
|
|
60
60
|
"@fastify/cors": "^11.2.0",
|
|
61
|
-
"@node-i3x/core": "0.3.
|
|
61
|
+
"@node-i3x/core": "0.3.3",
|
|
62
62
|
"fastify": "^5.8.5",
|
|
63
63
|
"fastify-plugin": "^6.0.0"
|
|
64
64
|
}
|