@tunghtml/strapi-plugin-export-import-clsx 1.0.0 → 1.0.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 +5 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @tunghtml/export-import-clsx
|
|
1
|
+
# @tunghtml/strapi-plugin-export-import-clsx
|
|
2
2
|
|
|
3
3
|
A powerful Strapi plugin for exporting and importing data with enhanced functionality, including Excel support and advanced filtering.
|
|
4
4
|
|
|
@@ -15,7 +15,9 @@ A powerful Strapi plugin for exporting and importing data with enhanced function
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
npm install @tunghtml/export-import-clsx
|
|
18
|
+
npm install @tunghtml/strapi-plugin-export-import-clsx
|
|
19
|
+
# or
|
|
20
|
+
yarn add @tunghtml/strapi-plugin-export-import-clsx
|
|
19
21
|
```
|
|
20
22
|
|
|
21
23
|
## Usage
|
|
@@ -86,7 +88,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
86
88
|
|
|
87
89
|
## License
|
|
88
90
|
|
|
89
|
-
MIT ©
|
|
91
|
+
MIT © finnwasabi
|
|
90
92
|
|
|
91
93
|
## Support
|
|
92
94
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tunghtml/strapi-plugin-export-import-clsx",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A powerful Strapi plugin for exporting and importing data with Excel support and advanced filtering",
|
|
5
5
|
"main": "./strapi-server.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"strapi-plugin"
|
|
22
22
|
],
|
|
23
23
|
"author": {
|
|
24
|
-
"name": "
|
|
25
|
-
"email": "
|
|
24
|
+
"name": "finnwasabi",
|
|
25
|
+
"email": "finnwasabi@example.com"
|
|
26
26
|
},
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/
|
|
30
|
+
"url": "https://github.com/finnwasabi/strapi-plugin-export-import-clsx.git"
|
|
31
31
|
},
|
|
32
|
-
"homepage": "https://github.com/
|
|
32
|
+
"homepage": "https://github.com/finnwasabi/strapi-plugin-export-import-clsx#readme",
|
|
33
33
|
"bugs": {
|
|
34
|
-
"url": "https://github.com/
|
|
34
|
+
"url": "https://github.com/finnwasabi/strapi-plugin-export-import-clsx/issues"
|
|
35
35
|
},
|
|
36
36
|
"engines": {
|
|
37
37
|
"node": ">=16.0.0",
|