@devvit/public-api 0.11.15-next-2025-05-06-7f6dc0063.0 → 0.11.15-next-2025-05-06-a819f7ec6.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/package.json +7 -7
  2. package/public-api.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/public-api",
3
- "version": "0.11.15-next-2025-05-06-7f6dc0063.0",
3
+ "version": "0.11.15-next-2025-05-06-a819f7ec6.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.15-next-2025-05-06-7f6dc0063.0",
34
- "@devvit/protos": "0.11.15-next-2025-05-06-7f6dc0063.0",
35
- "@devvit/shared-types": "0.11.15-next-2025-05-06-7f6dc0063.0",
33
+ "@devvit/metrics": "0.11.15-next-2025-05-06-a819f7ec6.0",
34
+ "@devvit/protos": "0.11.15-next-2025-05-06-a819f7ec6.0",
35
+ "@devvit/shared-types": "0.11.15-next-2025-05-06-a819f7ec6.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.15-next-2025-05-06-7f6dc0063.0",
43
- "@devvit/tsconfig": "0.11.15-next-2025-05-06-7f6dc0063.0",
42
+ "@devvit/repo-tools": "0.11.15-next-2025-05-06-a819f7ec6.0",
43
+ "@devvit/tsconfig": "0.11.15-next-2025-05-06-a819f7ec6.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": "03faf575fdc1743fea4b270855531490c336dd24"
64
+ "gitHead": "4ff61987be6ccf22136cb3df4a81087b5228af37"
65
65
  }
package/public-api.d.ts CHANGED
@@ -13479,8 +13479,8 @@ declare interface LinkedBundle {
13479
13479
  [key: string]: string;
13480
13480
  };
13481
13481
  /**
13482
- * This map is used to resolve assets for the webview block. It will only
13483
- * contain references to the html files in the webroot assets directory.
13482
+ * This map is used to resolve assets for the webview block. These are uploaded
13483
+ * to S3 and servable as static contents from CDN.
13484
13484
  */
13485
13485
  webviewAssets: {
13486
13486
  [key: string]: string;