@xyo-network/image-thumbnail-plugin 3.4.1 → 3.4.2

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.
Files changed (2) hide show
  1. package/dist/node/index.d.ts +8 -53
  2. package/package.json +21 -21
@@ -1,16 +1,14 @@
1
1
  import * as _xyo_network_payloadset_plugin from '@xyo-network/payloadset-plugin';
2
- import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
3
- import * as _store__xylabs_logger_npm_4_5_1_a411051254_package from '.store/@xylabs-logger-npm-4.5.1-a411051254/package';
4
2
  import * as _xyo_network_module_model from '@xyo-network/module-model';
5
3
  import { AnyConfigSchema } from '@xyo-network/module-model';
6
- import * as _xyo_network_payload_model from '@xyo-network/payload-model';
7
- import { Schema } from '@xyo-network/payload-model';
8
- import * as _store__xyo_network_account_model_virtual_3a3814c98f_package from '.store/@xyo-network-account-model-virtual-3a3814c98f/package';
4
+ import { WitnessConfig, WitnessParams } from '@xyo-network/witness-model';
5
+ import * as _store__xyo_network_account_model_virtual_8ffda77307_package from '.store/@xyo-network-account-model-virtual-8ffda77307/package';
9
6
  import * as _xylabs_object from '@xylabs/object';
10
7
  import { ImageThumbnailDiviner } from '@xyo-network/diviner-image-thumbnail';
11
8
  export * from '@xyo-network/diviner-image-thumbnail';
12
9
  import { AbstractWitness } from '@xyo-network/abstract-witness';
13
10
  import { ImageThumbnail } from '@xyo-network/image-thumbnail-payload-plugin';
11
+ import { Schema } from '@xyo-network/payload-model';
14
12
  import { UrlPayload } from '@xyo-network/url-payload-plugin';
15
13
 
16
14
  declare const ImageThumbnailWitnessConfigSchema: "network.xyo.image.thumbnail.witness.config";
@@ -61,58 +59,15 @@ declare class ImageThumbnailWitness<TParams extends ImageThumbnailWitnessParams
61
59
  }
62
60
 
63
61
  declare const ImageThumbnailPlugin: () => _xyo_network_payloadset_plugin.PayloadSetDualPlugin<ImageThumbnailWitness<_xylabs_object.BaseParamsFields & {
64
- account?: _store__xyo_network_account_model_virtual_3a3814c98f_package.AccountInstance | "random";
62
+ account?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance | "random";
65
63
  addToResolvers?: boolean;
66
- additionalSigners?: _store__xyo_network_account_model_virtual_3a3814c98f_package.AccountInstance[];
64
+ additionalSigners?: _store__xyo_network_account_model_virtual_8ffda77307_package.AccountInstance[];
67
65
  allowNameResolution?: boolean;
68
- config: _xylabs_object.DeepRestrictToStringKeys<{
69
- schema: _xyo_network_payload_model.Schema;
70
- readonly archiving?: {
71
- readonly archivists?: string[] | undefined;
72
- readonly queries?: string[] | undefined;
73
- } | undefined;
74
- readonly allowedQueries?: string[] | undefined;
75
- readonly archivist?: _xyo_network_module_model.ModuleIdentifier | undefined;
76
- readonly consoleLogger?: _store__xylabs_logger_npm_4_5_1_a411051254_package.LogLevel | undefined;
77
- readonly labels?: {
78
- [x: string]: string | undefined;
79
- } | undefined;
80
- readonly name?: _xyo_network_module_model.ModuleName | undefined;
81
- readonly paging?: {
82
- [x: string]: {
83
- size?: number | undefined;
84
- };
85
- } | undefined;
86
- readonly retry?: {
87
- backoff?: number | undefined;
88
- interval?: number | undefined;
89
- retries?: number | undefined;
90
- } | undefined;
91
- readonly security?: {
92
- readonly allowAnonymous?: boolean | undefined;
93
- readonly allowed?: {
94
- [x: string]: (Lowercase<string> | Lowercase<string>[])[];
95
- } | undefined;
96
- readonly disallowed?: {
97
- [x: string]: Lowercase<string>[];
98
- } | undefined;
99
- } | undefined;
100
- readonly sign?: boolean | undefined;
101
- readonly storeQueries?: boolean | undefined;
102
- readonly timestamp?: boolean | undefined;
103
- dataUrlPassthrough?: boolean | undefined;
104
- encoding?: ImageThumbnailEncoding | undefined;
105
- height?: number | undefined;
106
- ipfsGateway?: string | undefined;
107
- maxAsyncProcesses?: number | undefined;
108
- maxCacheBytes?: number | undefined;
109
- maxCacheEntries?: number | undefined;
110
- quality?: number | undefined;
111
- runExclusive?: boolean | undefined;
112
- width?: number | undefined;
113
- }>;
66
+ config: _xyo_network_module_model.AnyConfigSchema<ImageThumbnailWitnessConfig>;
114
67
  ephemeralQueryAccountEnabled?: boolean;
115
68
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
69
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
70
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
116
71
  } & {
117
72
  loaders?: string[];
118
73
  }>, ImageThumbnailDiviner>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/image-thumbnail-plugin",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@xylabs/assert": "^4.5.1",
35
35
  "@xylabs/exists": "^4.5.1",
36
- "@xyo-network/abstract-witness": "^3.8.5",
37
- "@xyo-network/diviner-image-thumbnail": "^3.4.1",
38
- "@xyo-network/hash": "^3.8.5",
39
- "@xyo-network/image-thumbnail-payload-plugin": "^3.4.1",
40
- "@xyo-network/module-model": "^3.8.5",
41
- "@xyo-network/payload-model": "^3.8.5",
42
- "@xyo-network/payloadset-plugin": "^3.8.5",
43
- "@xyo-network/url-payload-plugin": "^3.4.1",
44
- "@xyo-network/witness-model": "^3.8.5",
36
+ "@xyo-network/abstract-witness": "^3.9.16",
37
+ "@xyo-network/diviner-image-thumbnail": "^3.4.2",
38
+ "@xyo-network/hash": "^3.9.16",
39
+ "@xyo-network/image-thumbnail-payload-plugin": "^3.4.2",
40
+ "@xyo-network/module-model": "^3.9.16",
41
+ "@xyo-network/payload-model": "^3.9.16",
42
+ "@xyo-network/payloadset-plugin": "^3.9.16",
43
+ "@xyo-network/url-payload-plugin": "^3.4.2",
44
+ "@xyo-network/witness-model": "^3.9.16",
45
45
  "async-mutex": "^0.5.0",
46
46
  "axios": "^1.7.9",
47
47
  "base64-js": "^1.5.1",
@@ -52,7 +52,7 @@
52
52
  "hash-wasm": "^4.12.0",
53
53
  "sha.js": "^2.4.11",
54
54
  "url-parse": "^1.5.10",
55
- "uuid": "^11.0.5",
55
+ "uuid": "^11.1.0",
56
56
  "xml2js": "^0.6.2"
57
57
  },
58
58
  "devDependencies": {
@@ -64,18 +64,18 @@
64
64
  "@types/uuid": "^10.0.0",
65
65
  "@types/xml2js": "^0.4.14",
66
66
  "@xylabs/delay": "^4.5.1",
67
- "@xylabs/ts-scripts-yarn3": "^5.0.22",
68
- "@xylabs/tsconfig": "^5.0.22",
67
+ "@xylabs/ts-scripts-yarn3": "^5.0.24",
68
+ "@xylabs/tsconfig": "^5.0.24",
69
69
  "@xylabs/vitest-extended": "^4.5.1",
70
- "@xyo-network/account": "^3.8.5",
71
- "@xyo-network/archivist-memory": "^3.8.5",
72
- "@xyo-network/node-memory": "^3.8.5",
73
- "@xyo-network/payload-builder": "^3.8.5",
74
- "@xyo-network/sentinel-memory": "^3.8.5",
75
- "@xyo-network/sentinel-wrapper": "^3.8.5",
76
- "@xyo-network/witness-timestamp": "^3.8.5",
70
+ "@xyo-network/account": "^3.9.16",
71
+ "@xyo-network/archivist-memory": "^3.9.16",
72
+ "@xyo-network/node-memory": "^3.9.16",
73
+ "@xyo-network/payload-builder": "^3.9.16",
74
+ "@xyo-network/sentinel-memory": "^3.9.16",
75
+ "@xyo-network/sentinel-wrapper": "^3.9.16",
76
+ "@xyo-network/witness-timestamp": "^3.9.16",
77
77
  "typescript": "^5.7.3",
78
- "vitest": "^3.0.5"
78
+ "vitest": "^3.0.6"
79
79
  },
80
80
  "publishConfig": {
81
81
  "access": "public"