@enslo/sd-metadata 1.1.0 → 1.1.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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -151,7 +151,7 @@ if (result.status === 'success') {
|
|
|
151
151
|
> For production use, pin to a specific version instead of `@latest`:
|
|
152
152
|
>
|
|
153
153
|
> ```text
|
|
154
|
-
> https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.
|
|
154
|
+
> https://cdn.jsdelivr.net/npm/@enslo/sd-metadata@1.1.1/dist/index.js
|
|
155
155
|
> ```
|
|
156
156
|
|
|
157
157
|
### Format Conversion
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@enslo/sd-metadata",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"packageManager": "npm@10.9.2",
|
|
5
5
|
"description": "Read and write AI-generated image metadata",
|
|
6
6
|
"type": "module",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"bugs": {
|
|
49
49
|
"url": "https://github.com/enslo/sd-metadata/issues"
|
|
50
50
|
},
|
|
51
|
-
"homepage": "https://sd-metadata.pages.dev
|
|
51
|
+
"homepage": "https://sd-metadata.pages.dev",
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@biomejs/biome": "^1.9.4",
|
|
54
54
|
"@types/node": "^25.0.3",
|