@hybridly/core 0.10.0-beta.22 → 0.10.0-beta.24

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +1 -0
  2. package/package.json +2 -2
package/dist/index.d.mts CHANGED
@@ -603,6 +603,7 @@ interface DynamicConfiguration {
603
603
  is_latest: boolean;
604
604
  };
605
605
  architecture: {
606
+ namespaces: string[];
606
607
  root_directory: string;
607
608
  application_main_path: string;
608
609
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridly/core",
3
3
  "type": "module",
4
- "version": "0.10.0-beta.22",
4
+ "version": "0.10.0-beta.24",
5
5
  "description": "Core functionality of Hybridly",
6
6
  "author": "Enzo Innocenzi <enzo@innocenzi.dev>",
7
7
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "build:stub": "obuild --stub"
41
41
  },
42
42
  "dependencies": {
43
- "@hybridly/utils": "0.10.0-beta.22",
43
+ "@hybridly/utils": "0.10.0-beta.24",
44
44
  "neoqs": "^6.13.0",
45
45
  "superjson": "^2.2.2",
46
46
  "es-toolkit": "^1.45.1"