@devvit/shared-types 0.12.1-next-2025-08-26-18-24-21-919e9f5ac.0 → 0.12.1-next-2025-08-26-20-17-33-ee7279a56.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/shared-types",
|
|
3
|
-
"version": "0.12.1-next-2025-08-26-
|
|
3
|
+
"version": "0.12.1-next-2025-08-26-20-17-33-ee7279a56.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
},
|
|
34
34
|
"types": "./dist/index.d.ts",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@devvit/protos": "0.12.1-next-2025-08-26-
|
|
36
|
+
"@devvit/protos": "0.12.1-next-2025-08-26-20-17-33-ee7279a56.0",
|
|
37
37
|
"jsonschema": "1.4.1",
|
|
38
38
|
"uuid": "9.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@devvit/repo-tools": "0.12.1-next-2025-08-26-
|
|
42
|
-
"@devvit/tsconfig": "0.12.1-next-2025-08-26-
|
|
41
|
+
"@devvit/repo-tools": "0.12.1-next-2025-08-26-20-17-33-ee7279a56.0",
|
|
42
|
+
"@devvit/tsconfig": "0.12.1-next-2025-08-26-20-17-33-ee7279a56.0",
|
|
43
43
|
"@types/redis-mock": "0.17.1",
|
|
44
44
|
"@types/uuid": "9.0.0",
|
|
45
45
|
"chokidar-cli": "3.0.0",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"vitest": "1.6.1"
|
|
52
52
|
},
|
|
53
53
|
"source": "./src/index.ts",
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "d7c4b7ab3a339187981d2a1c96528b34cb86c751"
|
|
55
55
|
}
|
|
@@ -38,7 +38,7 @@ export function parseAppConfigJson(json, allowUninitializedConfig) {
|
|
|
38
38
|
if (err.stack.includes('name does not match pattern'))
|
|
39
39
|
return err.stack
|
|
40
40
|
.replaceAll('instance.', '')
|
|
41
|
-
.concat('. Try running `
|
|
41
|
+
.concat('. Try running `npx devvit init` to fix your app name.');
|
|
42
42
|
return err.stack.replaceAll('instance.', '').replaceAll('instance', 'config');
|
|
43
43
|
})
|
|
44
44
|
.join('; '));
|