datocms-plugin-dall-e-asset-source 0.1.1 → 0.1.2

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
- # [Your plugin name]
1
+ # DALL-E asset source
2
2
 
3
- [Describe what your plugin does, and how users you can configure it! Screenshots are always welcome!]
3
+ Generate images using DALL-E, and insert them directly inside your DatoCMS project.
4
+
5
+ An OpenAI API key is required for this plugin to work. You can generate it [from here](https://beta.openai.com/docs/quickstart/add-your-api-key).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "datocms-plugin-dall-e-asset-source",
3
3
  "description": "Generate images using DALL-E, and insert them directly inside your DatoCMS project",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@fortawesome/free-solid-svg-icons": "^6.2.1",