@almadar/core 10.37.0 → 10.38.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, J as JsonValue } from './effect-Cd6ibbZc.js';
2
- import { T as TraitEventListener, a as TraitReference } from './trait-CEO7o8Ne.js';
1
+ import { a as EntityField, E as EntityPersistence, R as RelationConfig, J as JsonValue } from './entity-CVylqnAf.js';
2
+ import { T as TraitEventListener, a as TraitReference } from './trait-Bnd3i_2G.js';
3
3
 
4
4
  /**
5
5
  * Cross-cutting presentation knobs that don't live per orbital
@@ -117,7 +117,7 @@ type JsonSchemaType = 'string' | 'number' | 'integer' | 'boolean' | 'array' | 'o
117
117
  * these directly from the resolved `.orb`; consumers narrow further at
118
118
  * dispatch time.
119
119
  */
120
- type SchemaFieldType = 'string' | 'number' | 'boolean' | 'date' | 'timestamp' | 'datetime' | 'array' | 'object' | 'enum' | 'relation';
120
+ type SchemaFieldType = 'string' | 'number' | 'boolean' | 'date' | 'timestamp' | 'datetime' | 'email' | 'url' | 'phone' | 'uuid' | 'image' | 'array' | 'object' | 'enum' | 'relation';
121
121
  interface FactorySignatureEntityField {
122
122
  name: string;
123
123
  type: SchemaFieldType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@almadar/core",
3
- "version": "10.37.0",
3
+ "version": "10.38.0",
4
4
  "description": "Core schema types and definitions for Almadar",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,6 +42,11 @@
42
42
  "import": "./dist/patterns/index.js",
43
43
  "require": "./dist/patterns/index.js"
44
44
  },
45
+ "./mock": {
46
+ "types": "./dist/mock/index.d.ts",
47
+ "import": "./dist/mock/index.js",
48
+ "require": "./dist/mock/index.js"
49
+ },
45
50
  "./patterns/*": {
46
51
  "types": "./dist/patterns/*",
47
52
  "import": "./dist/patterns/*",