datocms-plugin-alt-text-ai 0.6.0 → 0.6.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 +37 -9
- package/dist/assets/index-B4tZ-yA4.css +1 -0
- package/dist/assets/index-DuxgF_No.js +26 -0
- package/dist/index.html +2 -2
- package/docs/generate-alt-text-field.jpg +0 -0
- package/docs/generate-alt-text-media-selection.jpg +0 -0
- package/docs/generate-alt-text-single-asset.jpg +0 -0
- package/package.json +2 -2
- package/dist/assets/index-uZ_ZFecY.js +0 -26
- package/dist/assets/index-vIa4Mmoc.css +0 -1
package/dist/index.html
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Alt Text AI</title>
|
|
7
|
-
<script type="module" crossorigin src="./assets/index-
|
|
8
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
7
|
+
<script type="module" crossorigin src="./assets/index-DuxgF_No.js"></script>
|
|
8
|
+
<link rel="stylesheet" crossorigin href="./assets/index-B4tZ-yA4.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
11
11
|
<div id="root"></div>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "datocms-plugin-alt-text-ai",
|
|
3
3
|
"homepage": "https://github.com/datocms/plugins/tree/master/alt-text-ai#readme",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.1",
|
|
5
5
|
"author": "DatoCMS <support@datocms.com>",
|
|
6
6
|
"description": "Generate alt text with AltText.ai, OpenAI, Anthropic Claude, or Google Gemini",
|
|
7
7
|
"keywords": [
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"docs"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@datocms/cma-client-browser": "^5.
|
|
35
|
+
"@datocms/cma-client-browser": "^5.5.4",
|
|
36
36
|
"datocms-plugin-sdk": "^2.2.2",
|
|
37
37
|
"datocms-react-ui": "^2.2.4",
|
|
38
38
|
"lodash": "^4.17.23",
|