@devvit/build-pack 0.11.20-next-2025-07-25-17-24-54-9a691dab8.0 → 0.11.20-next-2025-07-28-12-50-32-fb5e880af.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Devvit, type FormKey } from '@devvit/public-api';
|
|
2
|
-
import type { UiResponse } from '@devvit/shared
|
|
2
|
+
import type { UiResponse } from '@devvit/shared';
|
|
3
3
|
/** @internal [state] Map of devvit.json form keys to Devvit-singleton form keys. */
|
|
4
4
|
export declare const formKeyMap: {
|
|
5
5
|
[formKey: string]: FormKey;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"blocks.template.d.ts","sourceRoot":"","sources":["../../../src/esbuild/templatizer/blocks.template.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,MAAM,EACN,KAAK,OAAO,EAKb,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"blocks.template.d.ts","sourceRoot":"","sources":["../../../src/esbuild/templatizer/blocks.template.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,MAAM,EACN,KAAK,OAAO,EAKb,MAAM,oBAAoB,CAAC;AAI5B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAoBjD,oFAAoF;AACpF,eAAO,MAAM,UAAU,EAAE;IAAE,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAA;CAAO,CAAC;AA4F7D,gBAAgB;AAChB,wBAAgB,kBAAkB,CAAC,UAAU,EAAE,UAAU,GAAG,IAAI,CA4D/D;AAwKD,eAAe,MAAM,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { LoggerDefinition, Severity } from '@devvit/protos';
|
|
2
2
|
import { Devvit, useWebView, } from '@devvit/public-api';
|
|
3
3
|
import { getServerPort } from '@devvit/server';
|
|
4
|
-
import { getDevvitConfig } from '@devvit/server/get-devvit-config.js';
|
|
4
|
+
import { getDevvitConfig } from '@devvit/shared-types/server/get-devvit-config.js';
|
|
5
5
|
import { StringUtil } from '@devvit/shared-types/StringUtil.js';
|
|
6
6
|
// Hack: rename config2 to workaround declaration in
|
|
7
7
|
// packages/runtime-lite/src/runtime/SandboxedRuntimeLite.ts.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/build-pack",
|
|
3
|
-
"version": "0.11.20-next-2025-07-
|
|
3
|
+
"version": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
},
|
|
24
24
|
"types": "./index.d.ts",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@devvit/protos": "0.11.20-next-2025-07-
|
|
27
|
-
"@devvit/shared-types": "0.11.20-next-2025-07-
|
|
26
|
+
"@devvit/protos": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
27
|
+
"@devvit/shared-types": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
28
28
|
"esbuild": "0.23.0",
|
|
29
29
|
"rxjs": "7.8.1",
|
|
30
30
|
"tsv": "0.2.0",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"@devvit/shared": "*"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@devvit/public-api": "0.11.20-next-2025-07-
|
|
39
|
-
"@devvit/repo-tools": "0.11.20-next-2025-07-
|
|
40
|
-
"@devvit/scheduler": "0.11.20-next-2025-07-
|
|
41
|
-
"@devvit/server": "0.11.20-next-2025-07-
|
|
42
|
-
"@devvit/shared": "0.11.20-next-2025-07-
|
|
43
|
-
"@devvit/tsconfig": "0.11.20-next-2025-07-
|
|
38
|
+
"@devvit/public-api": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
39
|
+
"@devvit/repo-tools": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
40
|
+
"@devvit/scheduler": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
41
|
+
"@devvit/server": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
42
|
+
"@devvit/shared": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
43
|
+
"@devvit/tsconfig": "0.11.20-next-2025-07-28-12-50-32-fb5e880af.0",
|
|
44
44
|
"@types/tsv": "0.2.1",
|
|
45
45
|
"eslint": "9.11.1",
|
|
46
46
|
"vitest": "1.6.1"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"directory": "dist"
|
|
50
50
|
},
|
|
51
51
|
"source": "./src/index.ts",
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "ea8c67f0f877eafc8b41e537fe6758d22d7db8b6"
|
|
53
53
|
}
|