@mad-c/file-system-helpers 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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # file-system-helpers
1
+ # @mad-c/file-system-helpers
2
2
 
3
3
  A collection of lightweight TypeScript helpers for the [File System API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_API). Designed to simplify working with both the user-facing File System Access API and the Origin Private File System (OPFS).
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mad-c/file-system-helpers",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Helper for working with the File System API",
5
5
  "keywords": [
6
6
  "file system",
@@ -53,8 +53,7 @@
53
53
  "docs": "node scripts/docs.ts",
54
54
  "changelog": "bumpy generate",
55
55
  "prepublishOnly": "pnpm run build",
56
- "bump-version": "bumpy version --commit",
57
- "postbump-version": "bumpy publish"
56
+ "bump-version": "bumpy version --commit"
58
57
  },
59
58
  "devDependencies": {
60
59
  "@types/node": "^26.0.1",