@vuebro/fsa 1.0.18 → 1.0.19

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package",
3
3
  "name": "@vuebro/fsa",
4
- "version": "1.0.18",
4
+ "version": "1.0.19",
5
5
  "description": "A TypeScript library providing a File System Access API wrapper for web applications. Offers AWS S3-like operations (get, put, delete, head) to interact with local file systems efficiently in modern browsers.",
6
6
  "keywords": [
7
7
  "file-system-access",
@@ -43,7 +43,7 @@
43
43
  "devDependencies": {
44
44
  "@smithy/types": "^4.11.0",
45
45
  "@types/node": "^25.0.3",
46
- "@vuebro/configs": "^1.2.32",
46
+ "@vuebro/configs": "^1.2.34",
47
47
  "eslint": "^9.39.2"
48
48
  }
49
49
  }