@arcote.tech/arc-files 0.7.20 → 0.7.21

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 +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcote.tech/arc-files",
3
3
  "type": "module",
4
- "version": "0.7.20",
4
+ "version": "0.7.21",
5
5
  "private": false,
6
6
  "description": "Generic file upload fragment for Arc framework — S3 presigned upload + provider file_id binding",
7
7
  "main": "./src/index.ts",
@@ -10,9 +10,9 @@
10
10
  "type-check": "tsc --noEmit"
11
11
  },
12
12
  "peerDependencies": {
13
- "@arcote.tech/arc": "^0.7.20",
14
- "@arcote.tech/arc-ds": "^0.7.20",
15
- "@arcote.tech/platform": "^0.7.20",
13
+ "@arcote.tech/arc": "^0.7.21",
14
+ "@arcote.tech/arc-ds": "^0.7.21",
15
+ "@arcote.tech/platform": "^0.7.21",
16
16
  "@aws-sdk/client-s3": "^3.658.0",
17
17
  "@aws-sdk/s3-request-presigner": "^3.658.0",
18
18
  "lucide-react": ">=0.400.0",