@xyo-network/image-thumbnail-plugin 5.4.5 → 5.4.7
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/README.md +37 -6
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,13 +1,44 @@
|
|
|
1
|
-
|
|
1
|
+
# @xyo-network/image-thumbnail-plugin
|
|
2
|
+
|
|
3
|
+
[![npm][npm-badge]][npm-link]
|
|
4
|
+
[![license][license-badge]][license-link]
|
|
5
|
+
|
|
6
|
+
> Typescript/Javascript Plugins for XYO Platform
|
|
7
|
+
|
|
8
|
+
## Install
|
|
9
|
+
|
|
10
|
+
Using npm:
|
|
11
|
+
|
|
12
|
+
```sh
|
|
13
|
+
npm install {{name}}
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
Using yarn:
|
|
17
|
+
|
|
18
|
+
```sh
|
|
19
|
+
yarn add {{name}}
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
Using pnpm:
|
|
23
|
+
|
|
24
|
+
```sh
|
|
25
|
+
pnpm add {{name}}
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Using bun:
|
|
29
|
+
|
|
30
|
+
```sh
|
|
31
|
+
bun add {{name}}
|
|
32
|
+
```
|
|
2
33
|
|
|
3
|
-
Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
|
|
4
34
|
|
|
5
35
|
## License
|
|
6
36
|
|
|
7
|
-
|
|
37
|
+
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
8
38
|
|
|
9
|
-
## Credits
|
|
10
39
|
|
|
11
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
12
40
|
|
|
13
|
-
[
|
|
41
|
+
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/image-thumbnail-plugin.svg
|
|
42
|
+
[npm-link]: https://www.npmjs.com/package/@xyo-network/image-thumbnail-plugin
|
|
43
|
+
[license-badge]: https://img.shields.io/npm/l/@xyo-network/image-thumbnail-plugin.svg
|
|
44
|
+
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/image-thumbnail-plugin",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.7",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@xyo-network/diviner-image-thumbnail": "~5.4.
|
|
37
|
-
"@xyo-network/url-payload-plugin": "~5.4.
|
|
38
|
-
"@xyo-network/image-thumbnail-payload-plugin": "~5.4.
|
|
36
|
+
"@xyo-network/diviner-image-thumbnail": "~5.4.7",
|
|
37
|
+
"@xyo-network/url-payload-plugin": "~5.4.7",
|
|
38
|
+
"@xyo-network/image-thumbnail-payload-plugin": "~5.4.7"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@opentelemetry/api": "^1",
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
"@types/uuid": "~11.0.0",
|
|
49
49
|
"@types/xml2js": "~0.4.14",
|
|
50
50
|
"@xylabs/sdk-js": "^5.0.95",
|
|
51
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
52
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
53
|
-
"@xylabs/tsconfig": "~7.
|
|
51
|
+
"@xylabs/ts-scripts-common": "~7.9.3",
|
|
52
|
+
"@xylabs/ts-scripts-pnpm": "~7.9.3",
|
|
53
|
+
"@xylabs/tsconfig": "~7.9.3",
|
|
54
54
|
"@xylabs/vitest-extended": "~5.0.95",
|
|
55
55
|
"@xylabs/vitest-matchers": "~5.0.95",
|
|
56
56
|
"@xyo-network/abstract-witness": "~5.3.30",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"@xyo-network/witness-timestamp": "~5.3.30",
|
|
115
115
|
"ajv": "^8.18.0",
|
|
116
116
|
"async-mutex": "~0.5.0",
|
|
117
|
-
"axios": "^1.
|
|
117
|
+
"axios": "^1.15.0",
|
|
118
118
|
"base64-js": "~1.5.1",
|
|
119
119
|
"esbuild": ">=0.18",
|
|
120
120
|
"ethers": "^6",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
"typescript": "~5.9.3",
|
|
129
129
|
"url-parse": "~1.5.10",
|
|
130
130
|
"uuid": "~13.0.0",
|
|
131
|
-
"vite": "^8.0.
|
|
132
|
-
"vitest": "~4.1.
|
|
131
|
+
"vite": "^8.0.7",
|
|
132
|
+
"vitest": "~4.1.3",
|
|
133
133
|
"xml2js": "~0.6.2",
|
|
134
134
|
"zod": "^4.3.6"
|
|
135
135
|
},
|