@uploadista/data-store-filesystem 0.0.4 → 0.0.6

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uploadista/data-store-filesystem",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "description": "File system data store for Uploadista",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -14,13 +14,13 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "effect": "3.18.4",
17
- "@uploadista/observability": "0.0.4",
18
- "@uploadista/core": "0.0.4"
17
+ "@uploadista/observability": "0.0.6",
18
+ "@uploadista/core": "0.0.6"
19
19
  },
20
20
  "devDependencies": {
21
- "@types/node": "24.8.1",
21
+ "@types/node": "24.9.1",
22
22
  "tsdown": "0.15.9",
23
- "@uploadista/typescript-config": "0.0.4"
23
+ "@uploadista/typescript-config": "0.0.6"
24
24
  },
25
25
  "scripts": {
26
26
  "dev": "tsc -b",
@@ -1,22 +0,0 @@
1
-
2
- 
3
- > @uploadista/data-store-filesystem@0.0.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/data-stores/filesystem
4
- > tsdown
5
-
6
- ℹ tsdown v0.15.9 powered by rolldown v1.0.0-beta.44
7
- ℹ Using tsdown config: /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/data-stores/filesystem/tsdown.config.ts
8
- ℹ entry: src/index.ts
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 7 files
12
- ℹ [CJS] dist/index.cjs 5.69 kB │ gzip: 1.99 kB
13
- ℹ [CJS] 1 files, total: 5.69 kB
14
- ℹ [CJS] dist/index.d.cts.map 0.47 kB │ gzip: 0.26 kB
15
- ℹ [CJS] dist/index.d.cts 0.77 kB │ gzip: 0.35 kB
16
- ℹ [CJS] 2 files, total: 1.24 kB
17
- ℹ [ESM] dist/index.js  4.54 kB │ gzip: 1.75 kB
18
- ℹ [ESM] dist/index.js.map 17.47 kB │ gzip: 4.55 kB
19
- ℹ [ESM] dist/index.d.ts.map  0.47 kB │ gzip: 0.26 kB
20
- ℹ [ESM] dist/index.d.ts  0.77 kB │ gzip: 0.34 kB
21
- ℹ [ESM] 4 files, total: 23.25 kB
22
- ✔ Build complete in 10893ms
@@ -1,5 +0,0 @@
1
-
2
- > @uploadista/data-store-filesystem@ check /Users/denislaboureyras/Documents/uploadista/dev/uploadista/packages/uploadista/data-stores/filesystem
3
- > biome check --write ./src
4
-
5
- Checked 2 files in 56ms. No fixes applied.
File without changes
@@ -1 +0,0 @@
1
- {"root":["./src/file-store.ts","./src/index.ts"],"version":"5.9.3"}