@devvit/public-api 0.11.17-next-2025-06-04-cf094133c.0 → 0.11.17-next-2025-06-04-9f97a2cf2.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.
@@ -21,7 +21,7 @@ export class MediaClient {
21
21
  if (!response.mediaId) {
22
22
  throw new Error('unable to get mediaId via uploads');
23
23
  }
24
- return Promise.resolve({ mediaId: response.mediaId, mediaUrl: response.mediaUrl });
24
+ return { mediaId: response.mediaId, mediaUrl: response.mediaUrl };
25
25
  }
26
26
  }
27
27
  _MediaClient_metadata = new WeakMap();
package/meta.json CHANGED
@@ -7576,7 +7576,7 @@
7576
7576
  "format": "esm"
7577
7577
  },
7578
7578
  "src/apis/media/MediaClient.ts": {
7579
- "bytes": 672,
7579
+ "bytes": 655,
7580
7580
  "imports": [
7581
7581
  {
7582
7582
  "path": "src/devvit/Devvit.ts",
@@ -10185,7 +10185,7 @@
10185
10185
  "bytesInOutput": 951
10186
10186
  },
10187
10187
  "src/apis/media/MediaClient.ts": {
10188
- "bytesInOutput": 517
10188
+ "bytesInOutput": 500
10189
10189
  },
10190
10190
  "src/apis/modLog/ModLogClient.ts": {
10191
10191
  "bytesInOutput": 311
@@ -10410,7 +10410,7 @@
10410
10410
  "bytesInOutput": 4418
10411
10411
  }
10412
10412
  },
10413
- "bytes": 12558685
10413
+ "bytes": 12558624
10414
10414
  }
10415
10415
  }
10416
10416
  }
package/meta.min.json CHANGED
@@ -380,7 +380,7 @@
380
380
  "format": "esm"
381
381
  },
382
382
  "src/apis/media/MediaClient.ts": {
383
- "bytes": 672,
383
+ "bytes": 655,
384
384
  "imports": [
385
385
  {
386
386
  "path": "src/devvit/Devvit.ts",
@@ -2546,7 +2546,7 @@
2546
2546
  "imports": [],
2547
2547
  "exports": [],
2548
2548
  "inputs": {},
2549
- "bytes": 1079195
2549
+ "bytes": 1079163
2550
2550
  },
2551
2551
  "dist/public-api.min.js": {
2552
2552
  "imports": [
@@ -2886,7 +2886,7 @@
2886
2886
  "bytesInOutput": 449
2887
2887
  },
2888
2888
  "src/apis/media/MediaClient.ts": {
2889
- "bytesInOutput": 266
2889
+ "bytesInOutput": 248
2890
2890
  },
2891
2891
  "src/apis/modLog/ModLogClient.ts": {
2892
2892
  "bytesInOutput": 124
@@ -3102,7 +3102,7 @@
3102
3102
  "bytesInOutput": 107
3103
3103
  }
3104
3104
  },
3105
- "bytes": 222304
3105
+ "bytes": 222286
3106
3106
  }
3107
3107
  }
3108
3108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.17-next-2025-06-04-cf094133c.0",
3
+ "version": "0.11.17-next-2025-06-04-9f97a2cf2.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,17 +30,17 @@
30
30
  },
31
31
  "types": "./index.d.ts",
32
32
  "dependencies": {
33
- "@devvit/metrics": "0.11.17-next-2025-06-04-cf094133c.0",
34
- "@devvit/protos": "0.11.17-next-2025-06-04-cf094133c.0",
35
- "@devvit/shared-types": "0.11.17-next-2025-06-04-cf094133c.0",
33
+ "@devvit/metrics": "0.11.17-next-2025-06-04-9f97a2cf2.0",
34
+ "@devvit/protos": "0.11.17-next-2025-06-04-9f97a2cf2.0",
35
+ "@devvit/shared-types": "0.11.17-next-2025-06-04-9f97a2cf2.0",
36
36
  "base64-js": "1.5.1",
37
37
  "clone-deep": "4.0.1",
38
38
  "moderndash": "4.0.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@ampproject/filesize": "4.3.0",
42
- "@devvit/repo-tools": "0.11.17-next-2025-06-04-cf094133c.0",
43
- "@devvit/tsconfig": "0.11.17-next-2025-06-04-cf094133c.0",
42
+ "@devvit/repo-tools": "0.11.17-next-2025-06-04-9f97a2cf2.0",
43
+ "@devvit/tsconfig": "0.11.17-next-2025-06-04-9f97a2cf2.0",
44
44
  "@microsoft/api-extractor": "7.41.0",
45
45
  "@reddit/faceplate-ui": "18.0.1",
46
46
  "@types/clone-deep": "4.0.1",
@@ -61,5 +61,5 @@
61
61
  }
62
62
  },
63
63
  "source": "./src/index.ts",
64
- "gitHead": "8d9531f33c21895fa76357e1cf8f7a491582a34e"
64
+ "gitHead": "f8942efe7397dc4b3154a710c4db778e451d54c1"
65
65
  }