@devvit/public-api 0.11.11 → 0.11.12-next-2025-03-24-54ee926e7.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.json +3 -3
- package/meta.min.json +4 -4
- package/package.json +7 -6
- package/public-api.iife.js +7 -6
- package/public-api.min.js +1 -1
- package/public-api.min.js.map +2 -2
- package/version.json +6 -5
package/meta.json
CHANGED
|
@@ -7789,7 +7789,7 @@
|
|
|
7789
7789
|
"format": "esm"
|
|
7790
7790
|
},
|
|
7791
7791
|
"package.json": {
|
|
7792
|
-
"bytes":
|
|
7792
|
+
"bytes": 2758,
|
|
7793
7793
|
"imports": [],
|
|
7794
7794
|
"format": "esm",
|
|
7795
7795
|
"with": {
|
|
@@ -10132,7 +10132,7 @@
|
|
|
10132
10132
|
"bytesInOutput": 1973
|
|
10133
10133
|
},
|
|
10134
10134
|
"package.json": {
|
|
10135
|
-
"bytesInOutput":
|
|
10135
|
+
"bytesInOutput": 2861
|
|
10136
10136
|
},
|
|
10137
10137
|
"src/devvit/internals/context.ts": {
|
|
10138
10138
|
"bytesInOutput": 2029
|
|
@@ -10330,7 +10330,7 @@
|
|
|
10330
10330
|
"bytesInOutput": 3408
|
|
10331
10331
|
}
|
|
10332
10332
|
},
|
|
10333
|
-
"bytes":
|
|
10333
|
+
"bytes": 12455648
|
|
10334
10334
|
}
|
|
10335
10335
|
}
|
|
10336
10336
|
}
|
package/meta.min.json
CHANGED
|
@@ -629,7 +629,7 @@
|
|
|
629
629
|
"format": "esm"
|
|
630
630
|
},
|
|
631
631
|
"package.json": {
|
|
632
|
-
"bytes":
|
|
632
|
+
"bytes": 2758,
|
|
633
633
|
"imports": [],
|
|
634
634
|
"format": "esm",
|
|
635
635
|
"with": {
|
|
@@ -2511,7 +2511,7 @@
|
|
|
2511
2511
|
"imports": [],
|
|
2512
2512
|
"exports": [],
|
|
2513
2513
|
"inputs": {},
|
|
2514
|
-
"bytes":
|
|
2514
|
+
"bytes": 1058641
|
|
2515
2515
|
},
|
|
2516
2516
|
"dist/public-api.min.js": {
|
|
2517
2517
|
"imports": [
|
|
@@ -2867,7 +2867,7 @@
|
|
|
2867
2867
|
"bytesInOutput": 848
|
|
2868
2868
|
},
|
|
2869
2869
|
"package.json": {
|
|
2870
|
-
"bytesInOutput":
|
|
2870
|
+
"bytesInOutput": 2332
|
|
2871
2871
|
},
|
|
2872
2872
|
"src/devvit/internals/context.ts": {
|
|
2873
2873
|
"bytesInOutput": 1087
|
|
@@ -3059,7 +3059,7 @@
|
|
|
3059
3059
|
"bytesInOutput": 1396
|
|
3060
3060
|
}
|
|
3061
3061
|
},
|
|
3062
|
-
"bytes":
|
|
3062
|
+
"bytes": 218687
|
|
3063
3063
|
}
|
|
3064
3064
|
}
|
|
3065
3065
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.12-next-2025-03-24-54ee926e7.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,16 +30,17 @@
|
|
|
30
30
|
},
|
|
31
31
|
"types": "./index.d.ts",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@devvit/
|
|
34
|
-
"@devvit/
|
|
33
|
+
"@devvit/metrics": "0.11.12-next-2025-03-24-54ee926e7.0",
|
|
34
|
+
"@devvit/protos": "0.11.12-next-2025-03-24-54ee926e7.0",
|
|
35
|
+
"@devvit/shared-types": "0.11.12-next-2025-03-24-54ee926e7.0",
|
|
35
36
|
"base64-js": "1.5.1",
|
|
36
37
|
"clone-deep": "4.0.1",
|
|
37
38
|
"moderndash": "4.0.0"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@ampproject/filesize": "4.3.0",
|
|
41
|
-
"@devvit/repo-tools": "0.11.
|
|
42
|
-
"@devvit/tsconfig": "0.11.
|
|
42
|
+
"@devvit/repo-tools": "0.11.12-next-2025-03-24-54ee926e7.0",
|
|
43
|
+
"@devvit/tsconfig": "0.11.12-next-2025-03-24-54ee926e7.0",
|
|
43
44
|
"@microsoft/api-extractor": "7.41.0",
|
|
44
45
|
"@reddit/faceplate-ui": "18.0.1",
|
|
45
46
|
"@types/clone-deep": "4.0.1",
|
|
@@ -60,5 +61,5 @@
|
|
|
60
61
|
}
|
|
61
62
|
},
|
|
62
63
|
"source": "./src/index.ts",
|
|
63
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "bf8f7945b66ed0d121158e77b1ae712fb8f018ab"
|
|
64
65
|
}
|