@xyo-network/diviner-image-thumbnail 5.3.3 → 5.4.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.
@@ -41,7 +41,7 @@ export declare class ImageThumbnailStateToIndexCandidateDiviner<TParams extends
41
41
  * Retrieves the archivist for the payloadStore
42
42
  * @returns The archivist for the payloadStore
43
43
  */
44
- protected getArchivistForStore(): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModuleInstance<import("@xyo-network/module-model").ModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData>>>;
44
+ protected getArchivistForStore(): Promise<ArchivistWrapper<import("@xyo-network/archivist-model").ArchivistModuleInstance<import("@xyo-network/module-model").QueryableModuleParams<import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/archivist-model").ArchivistConfig>>, import("@xyo-network/archivist-model").ArchivistModuleEventData>>>;
45
45
  /**
46
46
  * Retrieves the BoundWitness Diviner for the payloadStore
47
47
  * @returns The BoundWitness Diviner for the payloadStore
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-image-thumbnail",
3
- "version": "5.3.3",
3
+ "version": "5.4.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,14 +33,18 @@
33
33
  "README.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/image-thumbnail-payload-plugin": "workspace:^",
37
- "@xyo-network/url-payload-plugin": "workspace:^"
36
+ "@xyo-network/image-thumbnail-payload-plugin": "~5.3.4",
37
+ "@xyo-network/url-payload-plugin": "~5.3.4"
38
38
  },
39
39
  "devDependencies": {
40
+ "@metamask/providers": "^22",
41
+ "@opentelemetry/api": "^1",
42
+ "@types/node": "^25.5.0",
43
+ "@xylabs/geo": "^5",
40
44
  "@xylabs/sdk-js": "^5.0.90",
41
- "@xylabs/ts-scripts-common": "~7.5.10",
42
- "@xylabs/ts-scripts-yarn3": "~7.5.10",
43
- "@xylabs/tsconfig": "~7.5.10",
45
+ "@xylabs/ts-scripts-common": "~7.6.8",
46
+ "@xylabs/ts-scripts-pnpm": "~7.6.8",
47
+ "@xylabs/tsconfig": "~7.6.8",
44
48
  "@xylabs/vitest-extended": "~5.0.90",
45
49
  "@xyo-network/archivist-memory": "~5.3.5",
46
50
  "@xyo-network/archivist-model": "~5.3.5",
@@ -59,15 +63,31 @@
59
63
  "@xyo-network/module-model": "~5.3.5",
60
64
  "@xyo-network/node-memory": "~5.3.5",
61
65
  "@xyo-network/payload-model": "~5.3.5",
66
+ "@xyo-network/payload-plugin": "^5",
62
67
  "@xyo-network/sdk-js": "~5.3.5",
63
68
  "@xyo-network/wallet": "~5.3.5",
64
69
  "@xyo-network/witness-timestamp": "~5.3.5",
70
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
71
+ "ajv": "^8.18.0",
72
+ "axios": "^1",
73
+ "cosmiconfig": ">=9",
74
+ "esbuild": ">=0.18",
75
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",
76
+ "ethers": "^6",
77
+ "firebase": "^12",
78
+ "lru-cache": "^11",
79
+ "mapbox-gl": "^3",
80
+ "rollup": "^3.29.4 || ^4",
81
+ "tslib": "^2.8.1",
65
82
  "typescript": "~5.9.3",
83
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
66
84
  "vitest": "~4.1.2",
85
+ "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
67
86
  "zod": "^4.3.6"
68
87
  },
69
88
  "peerDependencies": {
70
89
  "@xylabs/sdk-js": "^5",
90
+ "@xylabs/vitest-extended": "^5",
71
91
  "@xyo-network/archivist-model": "^5",
72
92
  "@xyo-network/archivist-wrapper": "^5",
73
93
  "@xyo-network/boundwitness-model": "^5",
@@ -79,6 +99,7 @@
79
99
  "@xyo-network/diviner-wrapper": "^5",
80
100
  "@xyo-network/module-model": "^5",
81
101
  "@xyo-network/payload-model": "^5",
102
+ "@xyo-network/payload-plugin": "^5",
82
103
  "@xyo-network/sdk-js": "^5",
83
104
  "@xyo-network/witness-timestamp": "^5",
84
105
  "zod": "^4"
@@ -86,4 +107,4 @@
86
107
  "publishConfig": {
87
108
  "access": "public"
88
109
  }
89
- }
110
+ }