@devvit/shared-types 0.11.20-next-2025-07-28-12-50-32-fb5e880af.0 → 0.11.20-next-2025-07-28-13-12-45-ae6d04190.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
|
@@ -24,4 +24,6 @@ export declare const REDDIT_OAUTH_COPY_PASTE_CLIENT_ID = "TWTsqXa53CexlrYGBWaesQ
|
|
|
24
24
|
export declare const apiPathPrefix = "/api/";
|
|
25
25
|
/** All unexposed APIs must start with this prefix. */
|
|
26
26
|
export declare const internalPathPrefix = "/internal/";
|
|
27
|
+
/** When an app's icon is present in the media assets list, it'll be with this special name. */
|
|
28
|
+
export declare const ICON_FILE_PATH = "$devvit_icon.png";
|
|
27
29
|
//# 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"}
|
|
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"}
|
package/constants.js
CHANGED
|
@@ -27,3 +27,5 @@ export const REDDIT_OAUTH_COPY_PASTE_CLIENT_ID = 'TWTsqXa53CexlrYGBWaesQ';
|
|
|
27
27
|
export const apiPathPrefix = '/api/';
|
|
28
28
|
/** All unexposed APIs must start with this prefix. */
|
|
29
29
|
export const internalPathPrefix = '/internal/';
|
|
30
|
+
/** When an app's icon is present in the media assets list, it'll be with this special name. */
|
|
31
|
+
export const ICON_FILE_PATH = '$devvit_icon.png'; // Uses special characters intentionally to avoid conflicts with real asset paths
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/shared-types",
|
|
3
|
-
"version": "0.11.20-next-2025-07-28-12-
|
|
3
|
+
"version": "0.11.20-next-2025-07-28-13-12-45-ae6d04190.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-28-12-
|
|
28
|
+
"@devvit/protos": "0.11.20-next-2025-07-28-13-12-45-ae6d04190.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-28-12-
|
|
34
|
-
"@devvit/tsconfig": "0.11.20-next-2025-07-28-12-
|
|
33
|
+
"@devvit/repo-tools": "0.11.20-next-2025-07-28-13-12-45-ae6d04190.0",
|
|
34
|
+
"@devvit/tsconfig": "0.11.20-next-2025-07-28-13-12-45-ae6d04190.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": "52100e7a870c1d6fd90ae04c842ae4b107e0b31d"
|
|
50
50
|
}
|