datocms-plugin-dall-e-asset-source 0.2.7 → 0.2.8

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/README.md +1 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AI Asset Source
2
2
 
3
- ![example.jpg](public/example.jpg)
3
+ ![example.jpg](https://raw.githubusercontent.com/datocms/plugins/master/ai-asset-source/public/example.jpg)
4
4
 
5
5
  This plugin is an [asset source](https://www.datocms.com/docs/plugin-sdk/asset-sources) that lets you add AI-generated images from OpenAI and Google models directly into your DatoCMS Media Area.
6
6
 
@@ -24,7 +24,3 @@ Requires API access from OpenAI or Google. You'll need an API key, not just a mo
24
24
  - Generation requests are sent directly from the browser to the selected provider using the configured API key
25
25
  - This plugin only generates new assets from the asset source dropdown in the media area. Upload sidebar actions are not included.
26
26
 
27
- ## Changelog
28
-
29
- - 0.2.7: Readme update and name change to "AI Asset Source" instead of "Image Generator asset source"
30
- - 0.2.6 and prior: No changelog kept
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "datocms-plugin-dall-e-asset-source",
3
3
  "description": "Generate images with configured providers and insert them directly inside your DatoCMS project",
4
- "version": "0.2.7",
4
+ "version": "0.2.8",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@ai-sdk/google": "^2.0.64",