@fjall/payload 2.6.0 → 2.7.0

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/dist/.minified +1 -1
  2. package/package.json +3 -3
package/dist/.minified CHANGED
@@ -1 +1 @@
1
- 6 files minified at 2026-05-30T05:11:11.094Z
1
+ 6 files minified at 2026-06-01T11:35:20.357Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fjall/payload",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "Fjall AWS adapters and utilities for Payload CMS",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -51,7 +51,7 @@
51
51
  }
52
52
  },
53
53
  "dependencies": {
54
- "@fjall/util": "^2.6.0"
54
+ "@fjall/util": "^2.7.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@aws-sdk/client-s3": "^3.1038.0",
@@ -62,5 +62,5 @@
62
62
  "typescript": "^6.0.3",
63
63
  "vitest": "^4.1.5"
64
64
  },
65
- "gitHead": "93666ff94b8b1d0e360a7710e9266d275d15ee34"
65
+ "gitHead": "cfcfbb9f546974d62756e257fce012f629db79ce"
66
66
  }