@devvit/public-api 0.11.20-next-2025-07-28-12-50-32-fb5e880af.0 → 0.11.20-next-2025-07-28-14-59-31-453dc7129.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/meta.min.json +2 -2
- package/package.json +8 -8
- package/public-api.min.js.map +1 -1
package/meta.min.json
CHANGED
|
@@ -2517,7 +2517,7 @@
|
|
|
2517
2517
|
"format": "esm"
|
|
2518
2518
|
},
|
|
2519
2519
|
"../shared-types/dist/constants.js": {
|
|
2520
|
-
"bytes":
|
|
2520
|
+
"bytes": 1431,
|
|
2521
2521
|
"imports": [],
|
|
2522
2522
|
"format": "esm"
|
|
2523
2523
|
},
|
|
@@ -2644,7 +2644,7 @@
|
|
|
2644
2644
|
"imports": [],
|
|
2645
2645
|
"exports": [],
|
|
2646
2646
|
"inputs": {},
|
|
2647
|
-
"bytes":
|
|
2647
|
+
"bytes": 1082633
|
|
2648
2648
|
},
|
|
2649
2649
|
"dist/public-api.min.js": {
|
|
2650
2650
|
"imports": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.11.20-next-2025-07-28-
|
|
3
|
+
"version": "0.11.20-next-2025-07-28-14-59-31-453dc7129.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
},
|
|
29
29
|
"types": "./index.d.ts",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@devvit/metrics": "0.11.20-next-2025-07-28-
|
|
32
|
-
"@devvit/protos": "0.11.20-next-2025-07-28-
|
|
33
|
-
"@devvit/shared": "0.11.20-next-2025-07-28-
|
|
34
|
-
"@devvit/shared-types": "0.11.20-next-2025-07-28-
|
|
31
|
+
"@devvit/metrics": "0.11.20-next-2025-07-28-14-59-31-453dc7129.0",
|
|
32
|
+
"@devvit/protos": "0.11.20-next-2025-07-28-14-59-31-453dc7129.0",
|
|
33
|
+
"@devvit/shared": "0.11.20-next-2025-07-28-14-59-31-453dc7129.0",
|
|
34
|
+
"@devvit/shared-types": "0.11.20-next-2025-07-28-14-59-31-453dc7129.0",
|
|
35
35
|
"base64-js": "1.5.1",
|
|
36
36
|
"clone-deep": "4.0.1",
|
|
37
37
|
"moderndash": "4.0.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@ampproject/filesize": "4.3.0",
|
|
41
|
-
"@devvit/repo-tools": "0.11.20-next-2025-07-28-
|
|
42
|
-
"@devvit/tsconfig": "0.11.20-next-2025-07-28-
|
|
41
|
+
"@devvit/repo-tools": "0.11.20-next-2025-07-28-14-59-31-453dc7129.0",
|
|
42
|
+
"@devvit/tsconfig": "0.11.20-next-2025-07-28-14-59-31-453dc7129.0",
|
|
43
43
|
"@reddit/faceplate-ui": "18.0.1",
|
|
44
44
|
"@types/clone-deep": "4.0.1",
|
|
45
45
|
"@vitest/coverage-c8": "0.32.0",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"source": "./src/index.ts",
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "f52159485ef39dc61850f3eda11d62225e75da81"
|
|
63
63
|
}
|