@devvit/build-pack 0.11.19-next-2025-07-07-21-40-10-09f9d86a3.0 → 0.11.19-next-2025-07-08-15-23-50-85a8fdbad.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/esbuild/ESBuildPack.js +1 -1
- package/package.json +9 -9
package/esbuild/ESBuildPack.js
CHANGED
|
@@ -351,7 +351,7 @@ function isEsbuildResult(err) {
|
|
|
351
351
|
function esbuildConfig(config, disableExternDevvitProtos, targetRuntime, watchMode = false) {
|
|
352
352
|
return {
|
|
353
353
|
// When Blocks migration is used, the Devvit singleton used in the template
|
|
354
|
-
// must be the same instance as that used
|
|
354
|
+
// must be the same instance as that used elsewhere. Aliases are resolved
|
|
355
355
|
// from the current working directory, not the compiled file's directory, so
|
|
356
356
|
// this effectively maps the template's @devvit/public-api to the app's
|
|
357
357
|
// version. The same could be done for @devvit/server but apps don't
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/build-pack",
|
|
3
|
-
"version": "0.11.19-next-2025-07-
|
|
3
|
+
"version": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.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.19-next-2025-07-
|
|
27
|
-
"@devvit/shared-types": "0.11.19-next-2025-07-
|
|
26
|
+
"@devvit/protos": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
|
|
27
|
+
"@devvit/shared-types": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
|
|
28
28
|
"esbuild": "0.23.0",
|
|
29
29
|
"rxjs": "7.8.1",
|
|
30
30
|
"tsv": "0.2.0",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"@devvit/shared": "*"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@devvit/public-api": "0.11.19-next-2025-07-
|
|
39
|
-
"@devvit/repo-tools": "0.11.19-next-2025-07-
|
|
40
|
-
"@devvit/server": "0.11.19-next-2025-07-
|
|
41
|
-
"@devvit/shared": "0.11.19-next-2025-07-
|
|
42
|
-
"@devvit/tsconfig": "0.11.19-next-2025-07-
|
|
38
|
+
"@devvit/public-api": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
|
|
39
|
+
"@devvit/repo-tools": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
|
|
40
|
+
"@devvit/server": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
|
|
41
|
+
"@devvit/shared": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
|
|
42
|
+
"@devvit/tsconfig": "0.11.19-next-2025-07-08-15-23-50-85a8fdbad.0",
|
|
43
43
|
"@types/tsv": "0.2.1",
|
|
44
44
|
"eslint": "9.11.1",
|
|
45
45
|
"vitest": "1.6.1"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"directory": "dist"
|
|
49
49
|
},
|
|
50
50
|
"source": "./src/index.ts",
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "311eb656fbd41f62fe31e4047610ba72adf83008"
|
|
52
52
|
}
|