@uploadista/data-store-azure 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-azure",
3
3
  "type": "module",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "description": "Azure Blob Storage data store for Uploadista",
6
6
  "license": "MIT",
7
7
  "author": "Uploadista",
@@ -16,13 +16,13 @@
16
16
  "@azure/core-auth": "^1.8.0",
17
17
  "@azure/storage-blob": "12.29.1",
18
18
  "effect": "3.18.4",
19
- "@uploadista/core": "0.0.4",
20
- "@uploadista/kv-store-memory": "0.0.4",
21
- "@uploadista/observability": "0.0.4"
19
+ "@uploadista/core": "0.0.6",
20
+ "@uploadista/observability": "0.0.6",
21
+ "@uploadista/kv-store-memory": "0.0.6"
22
22
  },
23
23
  "devDependencies": {
24
24
  "tsdown": "0.15.9",
25
- "@uploadista/typescript-config": "0.0.4"
25
+ "@uploadista/typescript-config": "0.0.6"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsdown",
@@ -1,22 +0,0 @@
1
-
2
- 
3
- > @uploadista/data-store-azure@0.0.3 build /Users/denislaboureyras/Documents/uploadista/dev/uploadista-workspace/uploadista-sdk/packages/data-stores/azure
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/azure/tsdown.config.ts
8
- ℹ entry: src/index.ts
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 7 files
12
- ℹ [CJS] dist/index.cjs 11.85 kB │ gzip: 3.94 kB
13
- ℹ [CJS] 1 files, total: 11.85 kB
14
- ℹ [ESM] dist/index.js 10.42 kB │ gzip: 3.73 kB
15
- ℹ [ESM] dist/index.js.map 46.57 kB │ gzip: 11.51 kB
16
- ℹ [ESM] dist/index.d.ts.map  0.65 kB │ gzip: 0.33 kB
17
- ℹ [ESM] dist/index.d.ts  2.68 kB │ gzip: 1.09 kB
18
- ℹ [ESM] 4 files, total: 60.33 kB
19
- ℹ [CJS] dist/index.d.cts.map 0.65 kB │ gzip: 0.34 kB
20
- ℹ [CJS] dist/index.d.cts 2.68 kB │ gzip: 1.10 kB
21
- ℹ [CJS] 2 files, total: 3.34 kB
22
- ✔ Build complete in 6413ms
@@ -1,5 +0,0 @@
1
-
2
- > @uploadista/data-store-azure@ check /Users/denislaboureyras/Documents/uploadista/dev/uploadista/packages/uploadista/data-stores/azure
3
- > biome check --write ./src
4
-
5
- Checked 2 files in 46ms. No fixes applied.
@@ -1 +0,0 @@
1
- {"root":["./src/azure-store.ts","./src/index.ts"],"version":"5.9.3"}