@xyo-network/image-thumbnail-plugin 2.75.17 → 2.75.18

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.
@@ -2,7 +2,7 @@ import { ImageThumbnailDiviner } from '@xyo-network/diviner-image-thumbnail';
2
2
  import { ImageThumbnailWitness } from './Witness';
3
3
  export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDualPlugin<ImageThumbnailWitness<import("@xyo-network/core").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
+ config: import("@xyo-network/payload-model").SchemaFields & Omit<{
6
6
  accountDerivationPath?: string | undefined;
7
7
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
8
8
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -18,7 +18,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
18
18
  readonly sign?: boolean | undefined;
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
22
22
  accountDerivationPath?: string | undefined;
23
23
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -37,7 +37,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
37
37
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
38
38
  archivist?: string | undefined;
39
39
  schema: "network.xyo.image.thumbnail.witness.config";
40
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
41
  schema: "network.xyo.payload.set";
42
42
  }) | undefined;
43
43
  } & {
@@ -63,7 +63,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
63
63
  loaders?: string[] | undefined;
64
64
  }>, ImageThumbnailDiviner<import("@xyo-network/core").BaseParamsFields & {
65
65
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
66
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
66
+ config: import("@xyo-network/payload-model").SchemaFields & Omit<{
67
67
  accountDerivationPath?: string | undefined;
68
68
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
69
69
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -79,7 +79,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
79
79
  readonly sign?: boolean | undefined;
80
80
  readonly storeQueries?: boolean | undefined;
81
81
  readonly timestamp?: boolean | undefined;
82
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
82
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
83
83
  accountDerivationPath?: string | undefined;
84
84
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
85
85
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -2,7 +2,7 @@ import { ImageThumbnailDiviner } from '@xyo-network/diviner-image-thumbnail';
2
2
  import { ImageThumbnailWitness } from './Witness';
3
3
  export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDualPlugin<ImageThumbnailWitness<import("@xyo-network/core").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
+ config: import("@xyo-network/payload-model").SchemaFields & Omit<{
6
6
  accountDerivationPath?: string | undefined;
7
7
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
8
8
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -18,7 +18,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
18
18
  readonly sign?: boolean | undefined;
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
22
22
  accountDerivationPath?: string | undefined;
23
23
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -37,7 +37,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
37
37
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
38
38
  archivist?: string | undefined;
39
39
  schema: "network.xyo.image.thumbnail.witness.config";
40
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
41
  schema: "network.xyo.payload.set";
42
42
  }) | undefined;
43
43
  } & {
@@ -63,7 +63,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
63
63
  loaders?: string[] | undefined;
64
64
  }>, ImageThumbnailDiviner<import("@xyo-network/core").BaseParamsFields & {
65
65
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
66
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
66
+ config: import("@xyo-network/payload-model").SchemaFields & Omit<{
67
67
  accountDerivationPath?: string | undefined;
68
68
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
69
69
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -79,7 +79,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
79
79
  readonly sign?: boolean | undefined;
80
80
  readonly storeQueries?: boolean | undefined;
81
81
  readonly timestamp?: boolean | undefined;
82
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
82
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
83
83
  accountDerivationPath?: string | undefined;
84
84
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
85
85
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -2,7 +2,7 @@ import { ImageThumbnailDiviner } from '@xyo-network/diviner-image-thumbnail';
2
2
  import { ImageThumbnailWitness } from './Witness';
3
3
  export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDualPlugin<ImageThumbnailWitness<import("@xyo-network/core").BaseParamsFields & {
4
4
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
5
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
5
+ config: import("@xyo-network/payload-model").SchemaFields & Omit<{
6
6
  accountDerivationPath?: string | undefined;
7
7
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
8
8
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -18,7 +18,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
18
18
  readonly sign?: boolean | undefined;
19
19
  readonly storeQueries?: boolean | undefined;
20
20
  readonly timestamp?: boolean | undefined;
21
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
21
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
22
22
  accountDerivationPath?: string | undefined;
23
23
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
24
24
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -37,7 +37,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
37
37
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
38
38
  archivist?: string | undefined;
39
39
  schema: "network.xyo.image.thumbnail.witness.config";
40
- targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
40
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
41
41
  schema: "network.xyo.payload.set";
42
42
  }) | undefined;
43
43
  } & {
@@ -63,7 +63,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
63
63
  loaders?: string[] | undefined;
64
64
  }>, ImageThumbnailDiviner<import("@xyo-network/core").BaseParamsFields & {
65
65
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
66
- config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
66
+ config: import("@xyo-network/payload-model").SchemaFields & Omit<{
67
67
  accountDerivationPath?: string | undefined;
68
68
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
69
69
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
@@ -79,7 +79,7 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
79
79
  readonly sign?: boolean | undefined;
80
80
  readonly storeQueries?: boolean | undefined;
81
81
  readonly timestamp?: boolean | undefined;
82
- } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
82
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
83
83
  accountDerivationPath?: string | undefined;
84
84
  readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
85
85
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
package/package.json CHANGED
@@ -12,16 +12,16 @@
12
12
  "dependencies": {
13
13
  "@xylabs/lodash": "^2.12.24",
14
14
  "@xylabs/url": "^2.12.24",
15
- "@xyo-network/abstract-witness": "~2.75.17",
16
- "@xyo-network/axios": "~2.75.17",
17
- "@xyo-network/core": "~2.75.17",
18
- "@xyo-network/diviner-image-thumbnail": "~2.75.17",
19
- "@xyo-network/image-thumbnail-payload-plugin": "~2.75.17",
20
- "@xyo-network/module-model": "~2.75.17",
21
- "@xyo-network/payload-model": "~2.75.17",
22
- "@xyo-network/payloadset-plugin": "~2.75.17",
23
- "@xyo-network/url-payload-plugin": "~2.75.17",
24
- "@xyo-network/witness-model": "~2.75.17",
15
+ "@xyo-network/abstract-witness": "~2.75.18",
16
+ "@xyo-network/axios": "~2.75.18",
17
+ "@xyo-network/core": "~2.75.18",
18
+ "@xyo-network/diviner-image-thumbnail": "~2.75.18",
19
+ "@xyo-network/image-thumbnail-payload-plugin": "~2.75.18",
20
+ "@xyo-network/module-model": "~2.75.18",
21
+ "@xyo-network/payload-model": "~2.75.18",
22
+ "@xyo-network/payloadset-plugin": "~2.75.18",
23
+ "@xyo-network/url-payload-plugin": "~2.75.18",
24
+ "@xyo-network/witness-model": "~2.75.18",
25
25
  "async-mutex": "^0.4.0",
26
26
  "file-type": "^16.5.4",
27
27
  "fluent-ffmpeg": "^2.1.2",
@@ -37,12 +37,12 @@
37
37
  "@types/hasbin": "^1.2.0",
38
38
  "@xylabs/ts-scripts-yarn3": "^3.1.9",
39
39
  "@xylabs/tsconfig": "^3.1.9",
40
- "@xyo-network/account": "~2.75.17",
41
- "@xyo-network/memory-archivist": "~2.75.17",
42
- "@xyo-network/node-memory": "~2.75.17",
43
- "@xyo-network/payload-builder": "~2.75.17",
44
- "@xyo-network/sentinel": "~2.75.17",
45
- "@xyo-network/witness-timestamp": "~2.75.17",
40
+ "@xyo-network/account": "~2.75.18",
41
+ "@xyo-network/memory-archivist": "~2.75.18",
42
+ "@xyo-network/node-memory": "~2.75.18",
43
+ "@xyo-network/payload-builder": "~2.75.18",
44
+ "@xyo-network/sentinel": "~2.75.18",
45
+ "@xyo-network/witness-timestamp": "~2.75.18",
46
46
  "jest": "^29.7.0",
47
47
  "jest-mock-extended": "^3.0.5",
48
48
  "typescript": "^5.2.2"
@@ -80,5 +80,5 @@
80
80
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
81
81
  },
82
82
  "sideEffects": false,
83
- "version": "2.75.17"
83
+ "version": "2.75.18"
84
84
  }