@xyo-network/image-thumbnail-plugin 2.87.11 → 2.88.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.
- package/dist/node/Plugin.d.cts +4 -4
- package/dist/node/Plugin.d.mts +4 -4
- package/dist/node/Plugin.d.ts +4 -4
- package/package.json +22 -22
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -13,8 +13,8 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
|
|
|
13
13
|
schema: "network.xyo.image.thumbnail.witness.config";
|
|
14
14
|
readonly security?: {
|
|
15
15
|
readonly allowAnonymous?: boolean | undefined;
|
|
16
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
16
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
18
18
|
} | undefined;
|
|
19
19
|
readonly sign?: boolean | undefined;
|
|
20
20
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -30,8 +30,8 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
|
|
|
30
30
|
schema: "network.xyo.image.thumbnail.witness.config";
|
|
31
31
|
readonly security?: {
|
|
32
32
|
readonly allowAnonymous?: boolean | undefined;
|
|
33
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
33
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
35
35
|
} | undefined;
|
|
36
36
|
readonly sign?: boolean | undefined;
|
|
37
37
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -13,8 +13,8 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
|
|
|
13
13
|
schema: "network.xyo.image.thumbnail.witness.config";
|
|
14
14
|
readonly security?: {
|
|
15
15
|
readonly allowAnonymous?: boolean | undefined;
|
|
16
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
16
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
18
18
|
} | undefined;
|
|
19
19
|
readonly sign?: boolean | undefined;
|
|
20
20
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -30,8 +30,8 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
|
|
|
30
30
|
schema: "network.xyo.image.thumbnail.witness.config";
|
|
31
31
|
readonly security?: {
|
|
32
32
|
readonly allowAnonymous?: boolean | undefined;
|
|
33
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
33
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
35
35
|
} | undefined;
|
|
36
36
|
readonly sign?: boolean | undefined;
|
|
37
37
|
readonly storeQueries?: boolean | undefined;
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -13,8 +13,8 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
|
|
|
13
13
|
schema: "network.xyo.image.thumbnail.witness.config";
|
|
14
14
|
readonly security?: {
|
|
15
15
|
readonly allowAnonymous?: boolean | undefined;
|
|
16
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
16
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
18
18
|
} | undefined;
|
|
19
19
|
readonly sign?: boolean | undefined;
|
|
20
20
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -30,8 +30,8 @@ export declare const ImageThumbnailPlugin: () => import("@xyo-network/payloadset
|
|
|
30
30
|
schema: "network.xyo.image.thumbnail.witness.config";
|
|
31
31
|
readonly security?: {
|
|
32
32
|
readonly allowAnonymous?: boolean | undefined;
|
|
33
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
33
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
35
35
|
} | undefined;
|
|
36
36
|
readonly sign?: boolean | undefined;
|
|
37
37
|
readonly storeQueries?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^
|
|
14
|
-
"@xylabs/axios": "^
|
|
15
|
-
"@xylabs/lodash": "^
|
|
16
|
-
"@xyo-network/abstract-witness": "^2.
|
|
17
|
-
"@xyo-network/diviner-image-thumbnail": "~2.
|
|
18
|
-
"@xyo-network/hash": "^2.
|
|
19
|
-
"@xyo-network/image-thumbnail-payload-plugin": "~2.
|
|
20
|
-
"@xyo-network/module-model": "^2.
|
|
21
|
-
"@xyo-network/payload-model": "^2.
|
|
22
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
23
|
-
"@xyo-network/url-payload-plugin": "~2.
|
|
24
|
-
"@xyo-network/witness-model": "^2.
|
|
13
|
+
"@xylabs/assert": "^3.0.3",
|
|
14
|
+
"@xylabs/axios": "^3.0.3",
|
|
15
|
+
"@xylabs/lodash": "^3.0.3",
|
|
16
|
+
"@xyo-network/abstract-witness": "^2.91.2",
|
|
17
|
+
"@xyo-network/diviner-image-thumbnail": "~2.88.1",
|
|
18
|
+
"@xyo-network/hash": "^2.91.2",
|
|
19
|
+
"@xyo-network/image-thumbnail-payload-plugin": "~2.88.1",
|
|
20
|
+
"@xyo-network/module-model": "^2.91.2",
|
|
21
|
+
"@xyo-network/payload-model": "^2.91.2",
|
|
22
|
+
"@xyo-network/payloadset-plugin": "^2.91.2",
|
|
23
|
+
"@xyo-network/url-payload-plugin": "~2.88.1",
|
|
24
|
+
"@xyo-network/witness-model": "^2.91.2",
|
|
25
25
|
"async-mutex": "^0.4.1",
|
|
26
26
|
"base64-js": "^1.5.1",
|
|
27
27
|
"file-type": "^16.5.4",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"@types/url-parse": "^1.4.11",
|
|
43
43
|
"@types/uuid": "^9.0.8",
|
|
44
44
|
"@types/xml2js": "^0.4.14",
|
|
45
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
46
|
-
"@xylabs/tsconfig": "^3.
|
|
47
|
-
"@xyo-network/account": "^2.
|
|
48
|
-
"@xyo-network/archivist-memory": "^2.
|
|
49
|
-
"@xyo-network/node-memory": "^2.
|
|
50
|
-
"@xyo-network/payload-builder": "^2.
|
|
51
|
-
"@xyo-network/sentinel-memory": "^2.
|
|
52
|
-
"@xyo-network/sentinel-wrapper": "^2.
|
|
53
|
-
"@xyo-network/witness-timestamp": "^2.
|
|
45
|
+
"@xylabs/ts-scripts-yarn3": "^3.4.1",
|
|
46
|
+
"@xylabs/tsconfig": "^3.4.1",
|
|
47
|
+
"@xyo-network/account": "^2.91.2",
|
|
48
|
+
"@xyo-network/archivist-memory": "^2.91.2",
|
|
49
|
+
"@xyo-network/node-memory": "^2.91.2",
|
|
50
|
+
"@xyo-network/payload-builder": "^2.91.2",
|
|
51
|
+
"@xyo-network/sentinel-memory": "^2.91.2",
|
|
52
|
+
"@xyo-network/sentinel-wrapper": "^2.91.2",
|
|
53
|
+
"@xyo-network/witness-timestamp": "^2.91.2",
|
|
54
54
|
"jest": "^29.7.0",
|
|
55
55
|
"jest-mock-extended": "^3.0.5",
|
|
56
56
|
"typescript": "^5.3.3"
|
|
@@ -84,6 +84,6 @@
|
|
|
84
84
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
85
85
|
},
|
|
86
86
|
"sideEffects": false,
|
|
87
|
-
"version": "2.
|
|
87
|
+
"version": "2.88.1",
|
|
88
88
|
"type": "module"
|
|
89
89
|
}
|