@stellartech/image-style-widget-directus 1.0.4 → 1.0.5

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 +28 -0
  2. package/package.json +4 -2
package/README.md ADDED
@@ -0,0 +1,28 @@
1
+ # @stellartech/image-style-widget-directus
2
+
3
+ Visual style selector and image reviewer interface for Directus.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @stellartech/image-style-widget-directus
9
+ ```
10
+
11
+ ## Features
12
+
13
+ - Visual style selection with image previews
14
+ - Image review and management capabilities
15
+ - Seamless integration with Directus interfaces
16
+
17
+ ## Requirements
18
+
19
+ - Directus ^11.0.0
20
+ - Vue ^3.4.0
21
+
22
+ ## Usage
23
+
24
+ After installation, the interface will be available in your Directus instance as a custom interface type.
25
+
26
+ ## License
27
+
28
+ MIT
package/package.json CHANGED
@@ -2,8 +2,9 @@
2
2
  "name": "@stellartech/image-style-widget-directus",
3
3
  "description": "Visual style selector and image reviewer for Directus",
4
4
  "icon": "image",
5
- "version": "1.0.4",
5
+ "version": "1.0.5",
6
6
  "license": "MIT",
7
+ "readme": "README.md",
7
8
  "repository": {
8
9
  "type": "git",
9
10
  "url": "https://github.com/StellarTechLab/directus-misc.git",
@@ -20,7 +21,8 @@
20
21
  "widget"
21
22
  ],
22
23
  "files": [
23
- "dist"
24
+ "dist",
25
+ "README.md"
24
26
  ],
25
27
  "publishConfig": {
26
28
  "access": "public"