@happyvertical/smrt-images 0.36.8 → 0.37.1

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,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782522900616,
3
+ "timestamp": 1782792528995,
4
4
  "packageName": "@happyvertical/smrt-images",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-images:Image": {
8
8
  "name": "image",
@@ -201,7 +201,7 @@
201
201
  "parameters": [
202
202
  {
203
203
  "name": "data",
204
- "type": "any",
204
+ "type": "Record<string>",
205
205
  "optional": false
206
206
  }
207
207
  ],
@@ -213,7 +213,7 @@
213
213
  "name": "getFields",
214
214
  "async": true,
215
215
  "parameters": [],
216
- "returnType": "any",
216
+ "returnType": "Promise<any>",
217
217
  "isStatic": false,
218
218
  "isPublic": true
219
219
  },
@@ -322,7 +322,7 @@
322
322
  },
323
323
  {
324
324
  "name": "options",
325
- "type": "any",
325
+ "type": "AiOperationOptions",
326
326
  "optional": true
327
327
  }
328
328
  ],
@@ -341,7 +341,7 @@
341
341
  },
342
342
  {
343
343
  "name": "options",
344
- "type": "any",
344
+ "type": "AiOperationOptions",
345
345
  "optional": true
346
346
  }
347
347
  ],
@@ -355,7 +355,7 @@
355
355
  "parameters": [
356
356
  {
357
357
  "name": "options",
358
- "type": "any",
358
+ "type": "AiOperationOptions",
359
359
  "optional": true
360
360
  }
361
361
  ],
@@ -385,6 +385,25 @@
385
385
  "isStatic": false,
386
386
  "isPublic": true
387
387
  },
388
+ "_setLoadedRelationship": {
389
+ "name": "_setLoadedRelationship",
390
+ "async": false,
391
+ "parameters": [
392
+ {
393
+ "name": "fieldName",
394
+ "type": "string",
395
+ "optional": false
396
+ },
397
+ {
398
+ "name": "value",
399
+ "type": "any",
400
+ "optional": false
401
+ }
402
+ ],
403
+ "returnType": "void",
404
+ "isStatic": false,
405
+ "isPublic": true
406
+ },
388
407
  "loadRelated": {
389
408
  "name": "loadRelated",
390
409
  "async": true,
@@ -488,7 +507,7 @@
488
507
  "optional": false
489
508
  }
490
509
  ],
491
- "returnType": "Promise<any | null>",
510
+ "returnType": "Promise",
492
511
  "isStatic": false,
493
512
  "isPublic": true
494
513
  },
@@ -502,7 +521,7 @@
502
521
  "optional": true
503
522
  }
504
523
  ],
505
- "returnType": "Promise<Map<string, any>>",
524
+ "returnType": "Promise<Map<string>>",
506
525
  "isStatic": false,
507
526
  "isPublic": true
508
527
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-27T01:15:01.061Z",
3
+ "generatedAt": "2026-06-30T04:08:50.689Z",
4
4
  "packageName": "@happyvertical/smrt-images",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.1",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "b55214b0de8400cd9a045a5993bfc3c4c7f36158979cf6a027ee52ec74d054e3",
10
- "packageJson": "9cba342898d4cdc7a40e8405b6d7ca9895479b1ada97803d0ec7303d102729c7",
9
+ "manifest": "fc69a7b050d700ba1be8684b74f747d176b2e165baa85d329ca7baba1c53beba",
10
+ "packageJson": "d9486779b807574e0af51b8dedd58c04d9f0972f8cd2c0568d0ab7ceb4a6ac50",
11
11
  "agents": "b0cf63bd78f00cc1729ea7f1425291f8e23ab5591161cbbf0d08f4b16ace07fd"
12
12
  },
13
13
  "exports": [
@@ -40,7 +40,7 @@
40
40
  "svelte": "^5.18.0",
41
41
  "svelte-check": "^4.3.5",
42
42
  "typescript": "^5.9.3",
43
- "vite": "^7.3.1",
43
+ "vite": "^7.3.6",
44
44
  "vitest": "^4.0.17"
45
45
  },
46
46
  "smrtDependencies": [
@@ -244,6 +244,7 @@
244
244
  }
245
245
  ],
246
246
  "methods": [
247
+ "_setLoadedRelationship",
247
248
  "associateWith",
248
249
  "classifyConstraintError",
249
250
  "clearEmbeddings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-images",
3
- "version": "0.36.8",
3
+ "version": "0.37.1",
4
4
  "description": "Image asset management with AI-powered categorization, search, editing, and metadata extraction for SMRT framework",
5
5
  "type": "module",
6
6
  "smrtRawPrimitives": "strict",
@@ -39,12 +39,12 @@
39
39
  "@happyvertical/utils": "^0.74.10",
40
40
  "jimp": "^1.6.1",
41
41
  "sharp": "^0.34.5",
42
- "@happyvertical/smrt-assets": "0.36.8",
43
- "@happyvertical/smrt-prompts": "0.36.8",
44
- "@happyvertical/smrt-core": "0.36.8",
45
- "@happyvertical/smrt-tenancy": "0.36.8",
46
- "@happyvertical/smrt-types": "0.36.8",
47
- "@happyvertical/smrt-ui": "0.36.8"
42
+ "@happyvertical/smrt-assets": "0.37.1",
43
+ "@happyvertical/smrt-core": "0.37.1",
44
+ "@happyvertical/smrt-prompts": "0.37.1",
45
+ "@happyvertical/smrt-types": "0.37.1",
46
+ "@happyvertical/smrt-tenancy": "0.37.1",
47
+ "@happyvertical/smrt-ui": "0.37.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "svelte": "^5.18.0"
@@ -58,10 +58,10 @@
58
58
  "svelte": "^5.46.4",
59
59
  "svelte-check": "^4.3.5",
60
60
  "typescript": "^5.9.3",
61
- "vite": "^7.3.1",
61
+ "vite": "^7.3.6",
62
62
  "vitest": "^4.0.17",
63
- "@happyvertical/smrt-playground": "0.36.8",
64
- "@happyvertical/smrt-vitest": "0.36.8"
63
+ "@happyvertical/smrt-vitest": "0.37.1",
64
+ "@happyvertical/smrt-playground": "0.37.1"
65
65
  },
66
66
  "keywords": [
67
67
  "ai",