@cmdoss/file-manager 0.2.1 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @cmdoss/file-manager@0.2.1 build /home/runner/work/ts-sdks/ts-sdks/packages/file-manager
2
+ > @cmdoss/file-manager@0.2.2 build /home/runner/work/ts-sdks/ts-sdks/packages/file-manager
3
3
  > tsdown --platform browser --minify
4
4
 
5
5
  ℹ tsdown v0.16.8 powered by rolldown v1.0.0-beta.52
@@ -11,4 +11,4 @@
11
11
  ℹ dist/index.d.ts.map 0.87 kB │ gzip: 0.37 kB
12
12
  ℹ dist/index.d.ts 1.06 kB │ gzip: 0.50 kB
13
13
  ℹ 4 files, total: 13.36 kB
14
- ✔ Build complete in 325ms
14
+ ✔ Build complete in 268ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmdoss/file-manager",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "@zenfs/core": "^2.4.4",
21
21
  "@zenfs/dom": "^1.2.5",
22
22
  "debug": "^4.4.3",
23
- "@cmdoss/site-builder": "0.2.1"
23
+ "@cmdoss/site-builder": "0.2.2"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^22.19.1",