@vuebro/fsa 1.0.2 → 1.0.3

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 +19 -8
package/package.json CHANGED
@@ -1,9 +1,23 @@
1
1
  {
2
2
  "name": "@vuebro/fsa",
3
- "version": "1.0.2",
4
- "description": "File System Access API wrapper",
3
+ "version": "1.0.3",
4
+ "description": "A TypeScript library providing a File System Access API wrapper that enables web applications to interact with the user's local file system using AWS S3-like operations (get, put, delete, head). Designed for modern browsers, this library offers structured file and directory access capabilities similar to cloud storage APIs, allowing web applications to work with local files and directories more efficiently than traditional file input methods.",
5
5
  "keywords": [
6
- "File System Access API"
6
+ "file-system-access",
7
+ "web-api",
8
+ "file-handling",
9
+ "fsa-api",
10
+ "browser-filesystem",
11
+ "file-operations",
12
+ "s3-like-api",
13
+ "typescript",
14
+ "web-storage",
15
+ "local-file-system",
16
+ "file-upload",
17
+ "file-download",
18
+ "directory-handle",
19
+ "file-handle",
20
+ "web-platform"
7
21
  ],
8
22
  "homepage": "https://github.com/vuebro/fsa#readme",
9
23
  "bugs": {
@@ -14,10 +28,7 @@
14
28
  "url": "git+https://github.com/vuebro/fsa.git"
15
29
  },
16
30
  "license": "AGPL-3.0-only",
17
- "author": {
18
- "name": "Jerry Bruwes",
19
- "email": "jbruwes@gmail.com"
20
- },
31
+ "author": "Jerry Bruwes <jbruwes@gmail.com> (https://jbruwes.github.io)",
21
32
  "type": "module",
22
33
  "main": "dist/index.js",
23
34
  "files": [
@@ -31,7 +42,7 @@
31
42
  "devDependencies": {
32
43
  "@smithy/types": "^4.8.1",
33
44
  "@types/node": "24.10.0",
34
- "@vuebro/configs": "^1.1.63",
45
+ "@vuebro/configs": "^1.1.75",
35
46
  "eslint": "^9.39.1"
36
47
  }
37
48
  }