@fjall/payload 28.4.0 → 30.0.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.
- package/dist/.build-source-hash +3 -3
- package/dist/.minified +1 -1
- package/package.json +2 -2
package/dist/.build-source-hash
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"package.json",
|
|
10
10
|
"tsconfig.json"
|
|
11
11
|
],
|
|
12
|
-
"hash": "
|
|
12
|
+
"hash": "9ef290840c1edc8c1448b02a921b787dba92a22f5b4f36434ba4740dbd806a21",
|
|
13
13
|
"files": {
|
|
14
14
|
"src/adapters/postgres.ts": "222127336391f572",
|
|
15
15
|
"src/adapters/secrets.ts": "105ddb7e6d081518",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"src/index.ts": "84681f91be3ff2bd",
|
|
19
19
|
"src/storage/s3.ts": "ee55b1dafa5b9a69",
|
|
20
20
|
"../scripts/minify-dist.mjs": "6b2e4b0df8aec601",
|
|
21
|
-
"package.json": "
|
|
21
|
+
"package.json": "363e97b02ffa2a71",
|
|
22
22
|
"tsconfig.json": "7a55bafe59f06808"
|
|
23
23
|
},
|
|
24
|
-
"outputHash": "
|
|
24
|
+
"outputHash": "61b1f7b1dd0b2fcea56285103d8b24774b7e7b4492f03561d8cb8eb6a0bd91e7",
|
|
25
25
|
"outputFileCount": 13
|
|
26
26
|
}
|
package/dist/.minified
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6 files minified at 2026-09-
|
|
1
|
+
6 files minified at 2026-09-02T22:02:54.102Z
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fjall/payload",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "30.0.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/fjall-tech/fjall.git",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fjall/util": "^
|
|
60
|
+
"@fjall/util": "^30.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@aws-sdk/client-s3": "^3.1098.0",
|