fluxfiles 1.22.0 → 1.22.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.
- package/README.md +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# FluxFiles
|
|
2
2
|
|
|
3
|
+
[](https://packagist.org/packages/fluxfiles/fluxfiles)
|
|
4
|
+
[](https://packagist.org/packages/fluxfiles/laravel)
|
|
5
|
+
[](https://www.npmjs.com/package/fluxfiles)
|
|
6
|
+
[](https://www.npmjs.com/package/@fluxfiles/react)
|
|
7
|
+
[](https://www.npmjs.com/package/@fluxfiles/vue)
|
|
8
|
+
[](https://packagist.org/packages/fluxfiles/fluxfiles)
|
|
9
|
+
[](LICENSE)
|
|
10
|
+
|
|
3
11
|
A standalone, embeddable file manager built with PHP 7.4+. Multi-storage support (Local, AWS S3, Cloudflare R2), JWT authentication, and a zero-build-step frontend powered by Alpine.js.
|
|
4
12
|
|
|
5
13
|
Drop it into any web app via iframe + SDK, or use the provided adapters for **Laravel**, **WordPress**, **React**, and **Vue / Nuxt**.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluxfiles",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.2",
|
|
4
4
|
"description": "FluxFiles JavaScript SDK — embed the file manager in any web app",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "fluxfiles.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"homepage": "https://github.com/thai-pc/fluxfiles",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|
|
16
|
-
"url": "https://github.com/thai-pc/fluxfiles.git"
|
|
16
|
+
"url": "git+https://github.com/thai-pc/fluxfiles.git"
|
|
17
17
|
},
|
|
18
18
|
"bugs": {
|
|
19
19
|
"url": "https://github.com/thai-pc/fluxfiles/issues"
|