@devvit/public-api 0.11.17-next-2025-06-09-f4dc91e97.0 → 0.11.17-next-2025-06-09-2923dc931.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/package.json +7 -7
- package/public-api.d.ts +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.11.17-next-2025-06-09-
|
|
3
|
+
"version": "0.11.17-next-2025-06-09-2923dc931.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-09-
|
|
34
|
-
"@devvit/protos": "0.11.17-next-2025-06-09-
|
|
35
|
-
"@devvit/shared-types": "0.11.17-next-2025-06-09-
|
|
33
|
+
"@devvit/metrics": "0.11.17-next-2025-06-09-2923dc931.0",
|
|
34
|
+
"@devvit/protos": "0.11.17-next-2025-06-09-2923dc931.0",
|
|
35
|
+
"@devvit/shared-types": "0.11.17-next-2025-06-09-2923dc931.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-09-
|
|
43
|
-
"@devvit/tsconfig": "0.11.17-next-2025-06-09-
|
|
42
|
+
"@devvit/repo-tools": "0.11.17-next-2025-06-09-2923dc931.0",
|
|
43
|
+
"@devvit/tsconfig": "0.11.17-next-2025-06-09-2923dc931.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": "
|
|
64
|
+
"gitHead": "89f4fc9582a3f37cd71f4121c6a18d66a5f0b51a"
|
|
65
65
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -13491,7 +13491,8 @@ declare interface LinkedBundle {
|
|
|
13491
13491
|
/**
|
|
13492
13492
|
* Standalone server implementation, without Blocks rendering or "Devvit Classic".
|
|
13493
13493
|
* If provided, this code is expected to be an entry point for an HTTP server that can
|
|
13494
|
-
* handle requests at process.env.WEBBIT_PORT.
|
|
13494
|
+
* handle requests at process.env.WEBBIT_PORT. Present in server (UNIVERSAL)
|
|
13495
|
+
* bundles only.
|
|
13495
13496
|
*/
|
|
13496
13497
|
server?: ServerBundle | undefined;
|
|
13497
13498
|
}
|