@devvit/public-api 0.11.16-next-2025-05-21-9df7afc74.0 → 0.11.16-next-2025-05-22-d1df5a414.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 +8 -3
- package/package.json +7 -7
- package/public-api.iife.js +17 -3
package/meta.json
CHANGED
|
@@ -6757,7 +6757,7 @@
|
|
|
6757
6757
|
"format": "esm"
|
|
6758
6758
|
},
|
|
6759
6759
|
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
6760
|
-
"bytes":
|
|
6760
|
+
"bytes": 13012,
|
|
6761
6761
|
"imports": [
|
|
6762
6762
|
{
|
|
6763
6763
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -6774,6 +6774,11 @@
|
|
|
6774
6774
|
"kind": "import-statement",
|
|
6775
6775
|
"original": "../../../../typeRegistry.js"
|
|
6776
6776
|
},
|
|
6777
|
+
{
|
|
6778
|
+
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/realtime_subscriptions.js",
|
|
6779
|
+
"kind": "import-statement",
|
|
6780
|
+
"original": "../../effects/v1alpha/realtime_subscriptions.js"
|
|
6781
|
+
},
|
|
6777
6782
|
{
|
|
6778
6783
|
"path": "../protos/dist/types/devvit/ui/effects/v1alpha/show_form.js",
|
|
6779
6784
|
"kind": "import-statement",
|
|
@@ -10114,7 +10119,7 @@
|
|
|
10114
10119
|
"bytesInOutput": 25442
|
|
10115
10120
|
},
|
|
10116
10121
|
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
10117
|
-
"bytesInOutput":
|
|
10122
|
+
"bytesInOutput": 11760
|
|
10118
10123
|
},
|
|
10119
10124
|
"../protos/dist/types/devvit/ui/events/v1alpha/handle_ui.js": {
|
|
10120
10125
|
"bytesInOutput": 5254
|
|
@@ -10405,7 +10410,7 @@
|
|
|
10405
10410
|
"bytesInOutput": 4418
|
|
10406
10411
|
}
|
|
10407
10412
|
},
|
|
10408
|
-
"bytes":
|
|
10413
|
+
"bytes": 12558078
|
|
10409
10414
|
}
|
|
10410
10415
|
}
|
|
10411
10416
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.11.16-next-2025-05-
|
|
3
|
+
"version": "0.11.16-next-2025-05-22-d1df5a414.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
},
|
|
31
31
|
"types": "./index.d.ts",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@devvit/metrics": "0.11.16-next-2025-05-
|
|
34
|
-
"@devvit/protos": "0.11.16-next-2025-05-
|
|
35
|
-
"@devvit/shared-types": "0.11.16-next-2025-05-
|
|
33
|
+
"@devvit/metrics": "0.11.16-next-2025-05-22-d1df5a414.0",
|
|
34
|
+
"@devvit/protos": "0.11.16-next-2025-05-22-d1df5a414.0",
|
|
35
|
+
"@devvit/shared-types": "0.11.16-next-2025-05-22-d1df5a414.0",
|
|
36
36
|
"base64-js": "1.5.1",
|
|
37
37
|
"clone-deep": "4.0.1",
|
|
38
38
|
"moderndash": "4.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@ampproject/filesize": "4.3.0",
|
|
42
|
-
"@devvit/repo-tools": "0.11.16-next-2025-05-
|
|
43
|
-
"@devvit/tsconfig": "0.11.16-next-2025-05-
|
|
42
|
+
"@devvit/repo-tools": "0.11.16-next-2025-05-22-d1df5a414.0",
|
|
43
|
+
"@devvit/tsconfig": "0.11.16-next-2025-05-22-d1df5a414.0",
|
|
44
44
|
"@microsoft/api-extractor": "7.41.0",
|
|
45
45
|
"@reddit/faceplate-ui": "18.0.1",
|
|
46
46
|
"@types/clone-deep": "4.0.1",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
"source": "./src/index.ts",
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "f280936525566ee920a500ab6922d7b564efd95a"
|
|
65
65
|
}
|