@xyo-network/image-thumbnail-plugin 3.5.7 → 3.6.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.
- package/dist/types/Plugin.d.ts +4 -6
- package/dist/types/Plugin.d.ts.map +1 -1
- package/package.json +25 -25
package/dist/types/Plugin.d.ts
CHANGED
|
@@ -1,16 +1,14 @@
|
|
|
1
1
|
import { ImageThumbnailDiviner } from '@xyo-network/diviner-image-thumbnail';
|
|
2
2
|
import { ImageThumbnailWitness } from './Witness/index.ts';
|
|
3
|
-
export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDualPlugin<ImageThumbnailWitness<import(".store/@xylabs-base-npm-4.
|
|
4
|
-
account?: import(".store/@xyo-network-account-model-npm-3.
|
|
3
|
+
export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDualPlugin<ImageThumbnailWitness<import(".store/@xylabs-base-npm-4.10.0-083847c57a/package").BaseParamsFields & {
|
|
4
|
+
account?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance | "random";
|
|
5
5
|
addToResolvers?: boolean;
|
|
6
|
-
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.
|
|
6
|
+
additionalSigners?: import(".store/@xyo-network-account-model-npm-3.17.0-f4dfdc79cc/package").AccountInstance[];
|
|
7
7
|
allowNameResolution?: boolean;
|
|
8
8
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Witness/Config.ts").ImageThumbnailWitnessConfig>;
|
|
9
9
|
ephemeralQueryAccountEnabled?: boolean;
|
|
10
10
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
11
|
-
|
|
12
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
13
|
-
} & {
|
|
11
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams & {
|
|
14
12
|
loaders?: string[];
|
|
15
13
|
}>, ImageThumbnailDiviner>;
|
|
16
14
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAA;AAK5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AAE1D,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,sCAAsC,CAAA;AAK5E,OAAO,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA;AAE1D,eAAO,MAAM,oBAAoB;;;;;;;;;;0BAa9B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/image-thumbnail-plugin",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"module": "dist/node/index.mjs",
|
|
32
32
|
"types": "./dist/types/index.d.ts",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xylabs/assert": "^4.
|
|
35
|
-
"@xylabs/exists": "^4.
|
|
36
|
-
"@xyo-network/abstract-witness": "^3.
|
|
37
|
-
"@xyo-network/diviner-image-thumbnail": "^3.
|
|
38
|
-
"@xyo-network/hash": "^3.
|
|
39
|
-
"@xyo-network/image-thumbnail-payload-plugin": "^3.
|
|
40
|
-
"@xyo-network/module-model": "^3.
|
|
41
|
-
"@xyo-network/payload-model": "^3.
|
|
42
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
43
|
-
"@xyo-network/url-payload-plugin": "^3.
|
|
44
|
-
"@xyo-network/witness-model": "^3.
|
|
34
|
+
"@xylabs/assert": "^4.10.0",
|
|
35
|
+
"@xylabs/exists": "^4.10.0",
|
|
36
|
+
"@xyo-network/abstract-witness": "^3.17.0",
|
|
37
|
+
"@xyo-network/diviner-image-thumbnail": "^3.6.0",
|
|
38
|
+
"@xyo-network/hash": "^3.17.0",
|
|
39
|
+
"@xyo-network/image-thumbnail-payload-plugin": "^3.6.0",
|
|
40
|
+
"@xyo-network/module-model": "^3.17.0",
|
|
41
|
+
"@xyo-network/payload-model": "^3.17.0",
|
|
42
|
+
"@xyo-network/payloadset-plugin": "^3.17.0",
|
|
43
|
+
"@xyo-network/url-payload-plugin": "^3.6.0",
|
|
44
|
+
"@xyo-network/witness-model": "^3.17.0",
|
|
45
45
|
"async-mutex": "^0.5.0",
|
|
46
46
|
"axios": "^1.9.0",
|
|
47
47
|
"base64-js": "^1.5.1",
|
|
@@ -63,20 +63,20 @@
|
|
|
63
63
|
"@types/url-parse": "^1.4.11",
|
|
64
64
|
"@types/uuid": "^10.0.0",
|
|
65
65
|
"@types/xml2js": "^0.4.14",
|
|
66
|
-
"@xylabs/delay": "^4.
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "^6.
|
|
68
|
-
"@xylabs/tsconfig": "^6.
|
|
69
|
-
"@xylabs/vitest-extended": "^4.
|
|
70
|
-
"@xyo-network/account": "^3.
|
|
71
|
-
"@xyo-network/archivist-memory": "^3.
|
|
72
|
-
"@xyo-network/node-memory": "^3.
|
|
73
|
-
"@xyo-network/payload-builder": "^3.
|
|
74
|
-
"@xyo-network/sentinel-memory": "^3.
|
|
75
|
-
"@xyo-network/sentinel-wrapper": "^3.
|
|
76
|
-
"@xyo-network/witness-timestamp": "^3.
|
|
77
|
-
"knip": "^5.
|
|
66
|
+
"@xylabs/delay": "^4.10.0",
|
|
67
|
+
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
|
68
|
+
"@xylabs/tsconfig": "^6.5.7",
|
|
69
|
+
"@xylabs/vitest-extended": "^4.10.0",
|
|
70
|
+
"@xyo-network/account": "^3.17.0",
|
|
71
|
+
"@xyo-network/archivist-memory": "^3.17.0",
|
|
72
|
+
"@xyo-network/node-memory": "^3.17.0",
|
|
73
|
+
"@xyo-network/payload-builder": "^3.17.0",
|
|
74
|
+
"@xyo-network/sentinel-memory": "^3.17.0",
|
|
75
|
+
"@xyo-network/sentinel-wrapper": "^3.17.0",
|
|
76
|
+
"@xyo-network/witness-timestamp": "^3.17.0",
|
|
77
|
+
"knip": "^5.57.0",
|
|
78
78
|
"typescript": "^5.8.3",
|
|
79
|
-
"vitest": "^3.1.
|
|
79
|
+
"vitest": "^3.1.4"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public"
|