@playcademy/sdk 0.11.1-beta.3 → 0.11.1-beta.4

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.
@@ -2430,7 +2430,7 @@ interface BetterAuthApiKey {
2430
2430
  interface BucketFile {
2431
2431
  key: string;
2432
2432
  size: number;
2433
- uploaded: string;
2433
+ lastModified: string;
2434
2434
  contentType?: string;
2435
2435
  }
2436
2436
  /**
package/dist/types.d.ts CHANGED
@@ -2055,7 +2055,7 @@ interface BetterAuthApiKey {
2055
2055
  interface BucketFile {
2056
2056
  key: string;
2057
2057
  size: number;
2058
- uploaded: string;
2058
+ lastModified: string;
2059
2059
  contentType?: string;
2060
2060
  }
2061
2061
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/sdk",
3
- "version": "0.11.1-beta.3",
3
+ "version": "0.11.1-beta.4",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {