@almadar/core 10.58.0 → 10.59.0

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.
@@ -1,5 +1,5 @@
1
- import { E as EntityField, a as EntityPersistence, R as RelationConfig } from './effect-BH2k4oK6.js';
2
- import { T as TraitEventListener, a as TraitReference } from './trait-Bw4nWHu1.js';
1
+ import { E as EntityField, a as EntityPersistence, R as RelationConfig } from './effect-CK9fn56C.js';
2
+ import { T as TraitEventListener, a as TraitReference } from './trait-BjPraUgs.js';
3
3
  import { J as JsonValue } from './expression-Fk8bQWef.js';
4
4
 
5
5
  /**
@@ -118,7 +118,7 @@ type JsonSchemaType = 'string' | 'number' | 'integer' | 'boolean' | 'array' | 'o
118
118
  * these directly from the resolved `.orb`; consumers narrow further at
119
119
  * dispatch time.
120
120
  */
121
- type SchemaFieldType = 'string' | 'number' | 'boolean' | 'date' | 'timestamp' | 'datetime' | 'email' | 'url' | 'phone' | 'uuid' | 'image' | 'array' | 'object' | 'enum' | 'relation';
121
+ type SchemaFieldType = 'string' | 'number' | 'boolean' | 'date' | 'timestamp' | 'datetime' | 'email' | 'url' | 'phone' | 'uuid' | 'image' | 'array' | 'object' | 'enum' | 'relation' | 'node';
122
122
  interface FactorySignatureEntityField {
123
123
  name: string;
124
124
  type: SchemaFieldType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/core",
3
- "version": "10.58.0",
3
+ "version": "10.59.0",
4
4
  "description": "Core schema types and definitions for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",