@devvit/shared-types 0.11.20-next-2025-07-30-17-03-36-c9e16f6ff.0 → 0.11.20-next-2025-07-30-19-13-52-2e972a448.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/constants.d.ts +2 -0
- package/constants.d.ts.map +1 -1
- package/constants.js +2 -0
- package/package.json +5 -5
package/constants.d.ts
CHANGED
|
@@ -26,4 +26,6 @@ export declare const apiPathPrefix = "/api/";
|
|
|
26
26
|
export declare const internalPathPrefix = "/internal/";
|
|
27
27
|
/** When an app's icon is present in the media assets list, it'll be with this special name. */
|
|
28
28
|
export declare const ICON_FILE_PATH = "$devvit_icon.png";
|
|
29
|
+
export declare const REDDIT_DISCORD_INVITE_URL = "https://discord.gg/Cd43ExtEFS";
|
|
30
|
+
export declare const REDDIT_SUBREDDIT_URL = "https://www.reddit.com/r/devvit";
|
|
29
31
|
//# sourceMappingURL=constants.d.ts.map
|
package/constants.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,QAAQ,CAAC;AACnC,eAAO,MAAM,sBAAsB,SAAS,CAAC;AAE7C,sBAAsB;AACtB,eAAO,MAAM,kBAAkB,kBAAkB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kBAAkB,WAAW,CAAC;AAE3C;;;;;MAKM;AACN,eAAO,MAAM,4BAA4B,MAAM,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,KAAK,CAAC;AAE1C,eAAO,MAAM,iCAAiC,2BAA2B,CAAC;AAE1E,wDAAwD;AACxD,eAAO,MAAM,aAAa,UAAU,CAAC;AAErC,sDAAsD;AACtD,eAAO,MAAM,kBAAkB,eAAe,CAAC;AAE/C,+FAA+F;AAC/F,eAAO,MAAM,cAAc,qBAAqB,CAAC"}
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../src/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,QAAQ,CAAC;AACnC,eAAO,MAAM,sBAAsB,SAAS,CAAC;AAE7C,sBAAsB;AACtB,eAAO,MAAM,kBAAkB,kBAAkB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,kBAAkB,WAAW,CAAC;AAE3C;;;;;MAKM;AACN,eAAO,MAAM,4BAA4B,MAAM,CAAC;AAEhD;;;;GAIG;AACH,eAAO,MAAM,uBAAuB,KAAK,CAAC;AAE1C,eAAO,MAAM,iCAAiC,2BAA2B,CAAC;AAE1E,wDAAwD;AACxD,eAAO,MAAM,aAAa,UAAU,CAAC;AAErC,sDAAsD;AACtD,eAAO,MAAM,kBAAkB,eAAe,CAAC;AAE/C,+FAA+F;AAC/F,eAAO,MAAM,cAAc,qBAAqB,CAAC;AAEjD,eAAO,MAAM,yBAAyB,kCAAkC,CAAC;AACzE,eAAO,MAAM,oBAAoB,oCAAoC,CAAC"}
|
package/constants.js
CHANGED
|
@@ -29,3 +29,5 @@ export const apiPathPrefix = '/api/';
|
|
|
29
29
|
export const internalPathPrefix = '/internal/';
|
|
30
30
|
/** When an app's icon is present in the media assets list, it'll be with this special name. */
|
|
31
31
|
export const ICON_FILE_PATH = '$devvit_icon.png'; // Uses special characters intentionally to avoid conflicts with real asset paths
|
|
32
|
+
export const REDDIT_DISCORD_INVITE_URL = 'https://discord.gg/Cd43ExtEFS';
|
|
33
|
+
export const REDDIT_SUBREDDIT_URL = 'https://www.reddit.com/r/devvit';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/shared-types",
|
|
3
|
-
"version": "0.11.20-next-2025-07-30-
|
|
3
|
+
"version": "0.11.20-next-2025-07-30-19-13-52-2e972a448.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
},
|
|
26
26
|
"types": "./index.d.ts",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@devvit/protos": "0.11.20-next-2025-07-30-
|
|
28
|
+
"@devvit/protos": "0.11.20-next-2025-07-30-19-13-52-2e972a448.0",
|
|
29
29
|
"jsonschema": "1.4.1",
|
|
30
30
|
"uuid": "9.0.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@devvit/repo-tools": "0.11.20-next-2025-07-30-
|
|
34
|
-
"@devvit/tsconfig": "0.11.20-next-2025-07-30-
|
|
33
|
+
"@devvit/repo-tools": "0.11.20-next-2025-07-30-19-13-52-2e972a448.0",
|
|
34
|
+
"@devvit/tsconfig": "0.11.20-next-2025-07-30-19-13-52-2e972a448.0",
|
|
35
35
|
"@types/redis-mock": "0.17.1",
|
|
36
36
|
"@types/uuid": "9.0.0",
|
|
37
37
|
"chokidar-cli": "3.0.0",
|
|
@@ -46,5 +46,5 @@
|
|
|
46
46
|
"directory": "dist"
|
|
47
47
|
},
|
|
48
48
|
"source": "./src/index.ts",
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "6da4e781b304811db4e036d44c032e3152a21b50"
|
|
50
50
|
}
|