@payloadcms/storage-uploadthing 3.8.0 → 3.8.1-canary.84084b6

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Extract '_key' value from the doc safely
3
3
  */
4
- export declare const getKeyFromFilename: (doc: unknown, filename: string) => string | undefined;
4
+ export declare const getKeyFromFilename: (doc: unknown, filename: string) => string;
5
5
  //# sourceMappingURL=utilities.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../src/utilities.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,kBAAkB,QAAS,OAAO,YAAY,MAAM,uBAoBhE,CAAA"}
1
+ {"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../src/utilities.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,kBAAkB,QAAS,OAAO,YAAY,MAAM,WAoBhE,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/storage-uploadthing",
3
- "version": "3.8.0",
3
+ "version": "3.8.1-canary.84084b6",
4
4
  "description": "Payload storage adapter for uploadthing",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -32,13 +32,13 @@
32
32
  ],
33
33
  "dependencies": {
34
34
  "uploadthing": "7.3.0",
35
- "@payloadcms/plugin-cloud-storage": "3.8.0"
35
+ "@payloadcms/plugin-cloud-storage": "3.8.1-canary.84084b6"
36
36
  },
37
37
  "devDependencies": {
38
- "payload": "3.8.0"
38
+ "payload": "3.8.1-canary.84084b6"
39
39
  },
40
40
  "peerDependencies": {
41
- "payload": "3.8.0"
41
+ "payload": "3.8.1-canary.84084b6"
42
42
  },
43
43
  "engines": {
44
44
  "node": "^18.20.2 || >=20.9.0"