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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # FluxFiles
2
2
 
3
+ [![Packagist Version](https://img.shields.io/packagist/v/fluxfiles/fluxfiles?label=packagist&color=f28d1a)](https://packagist.org/packages/fluxfiles/fluxfiles)
4
+ [![Laravel](https://img.shields.io/packagist/v/fluxfiles/laravel?label=laravel&color=ff2d20)](https://packagist.org/packages/fluxfiles/laravel)
5
+ [![npm](https://img.shields.io/npm/v/fluxfiles?label=sdk&color=cb3837)](https://www.npmjs.com/package/fluxfiles)
6
+ [![npm](https://img.shields.io/npm/v/@fluxfiles/react?label=react&color=61dafb)](https://www.npmjs.com/package/@fluxfiles/react)
7
+ [![npm](https://img.shields.io/npm/v/@fluxfiles/vue?label=vue&color=42b883)](https://www.npmjs.com/package/@fluxfiles/vue)
8
+ [![PHP](https://img.shields.io/packagist/php-v/fluxfiles/fluxfiles?color=777bb4)](https://packagist.org/packages/fluxfiles/fluxfiles)
9
+ [![License](https://img.shields.io/github/license/thai-pc/fluxfiles)](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.0",
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"