@devvit/server 0.11.19-next-2025-07-17-23-00-15-5a266d8f9.0 → 0.11.19-next-2025-07-17-23-04-31-557d012b2.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/index.d.ts +1 -1
- package/index.d.ts.map +1 -1
- package/index.js +1 -1
- package/package.json +8 -8
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { context } from './context.js';
|
|
2
2
|
export { createServer } from './create-server.js';
|
|
3
3
|
export { getServerPort } from './get-server-port.js';
|
|
4
|
-
export { RequestContext } from './request-context.js';
|
|
4
|
+
export { RequestContext, setRequestContext } from './request-context.js';
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC"}
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { context } from './context.js';
|
|
2
2
|
export { createServer } from './create-server.js';
|
|
3
3
|
export { getServerPort } from './get-server-port.js';
|
|
4
|
-
export { RequestContext } from './request-context.js';
|
|
4
|
+
export { RequestContext, setRequestContext } from './request-context.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/server",
|
|
3
|
-
"version": "0.11.19-next-2025-07-17-23-
|
|
3
|
+
"version": "0.11.19-next-2025-07-17-23-04-31-557d012b2.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
},
|
|
24
24
|
"types": "./index.d.ts",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@devvit/protos": "0.11.19-next-2025-07-17-23-
|
|
27
|
-
"@devvit/public-api": "0.11.19-next-2025-07-17-23-
|
|
28
|
-
"@devvit/shared": "0.11.19-next-2025-07-17-23-
|
|
29
|
-
"@devvit/shared-types": "0.11.19-next-2025-07-17-23-
|
|
26
|
+
"@devvit/protos": "0.11.19-next-2025-07-17-23-04-31-557d012b2.0",
|
|
27
|
+
"@devvit/public-api": "0.11.19-next-2025-07-17-23-04-31-557d012b2.0",
|
|
28
|
+
"@devvit/shared": "0.11.19-next-2025-07-17-23-04-31-557d012b2.0",
|
|
29
|
+
"@devvit/shared-types": "0.11.19-next-2025-07-17-23-04-31-557d012b2.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@devvit/repo-tools": "0.11.19-next-2025-07-17-23-
|
|
33
|
-
"@devvit/tsconfig": "0.11.19-next-2025-07-17-23-
|
|
32
|
+
"@devvit/repo-tools": "0.11.19-next-2025-07-17-23-04-31-557d012b2.0",
|
|
33
|
+
"@devvit/tsconfig": "0.11.19-next-2025-07-17-23-04-31-557d012b2.0",
|
|
34
34
|
"eslint": "9.11.1",
|
|
35
35
|
"typescript": "5.8.3",
|
|
36
36
|
"vitest": "1.6.1"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"directory": "dist"
|
|
40
40
|
},
|
|
41
41
|
"source": "./src/index.ts",
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "d10b3605fff92cd3234d4352b0f32e17ad26360c"
|
|
43
43
|
}
|