@revisium/core 2.11.0-alpha.1 → 2.11.0-alpha.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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revisium/core",
3
- "version": "2.11.0-alpha.1",
3
+ "version": "2.11.0-alpha.2",
4
4
  "description": "Revisium is a tool (UI/API) inspired by JSON (JSON Schema) and Git, designed to provide a flexible and low-level headless CMS solution.",
5
5
  "private": false,
6
6
  "homepage": "https://revisium.io",
@@ -147,9 +147,12 @@
147
147
  "schema-utils": {
148
148
  "ajv": "^8.18.0"
149
149
  },
150
+ "fast-uri": "^3.1.2",
151
+ "fast-xml-builder": "^1.2.0",
150
152
  "file-type": "^21.3.2",
151
- "hono": "^4.12.14",
153
+ "hono": "^4.12.18",
152
154
  "@hono/node-server": "^1.19.13",
155
+ "ip-address": "^10.2.0",
153
156
  "lodash": "^4.18.1",
154
157
  "path-to-regexp": "^8.4.0",
155
158
  "picomatch": "^4.0.4",