@devvit/public-api 0.11.13-next-2025-04-21-1dec274a7.0 → 0.11.13-next-2025-04-22-b3224015b.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/package.json +7 -7
- package/public-api.iife.js +17 -3
package/meta.json
CHANGED
|
@@ -873,7 +873,7 @@
|
|
|
873
873
|
"format": "esm"
|
|
874
874
|
},
|
|
875
875
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
876
|
-
"bytes":
|
|
876
|
+
"bytes": 14726,
|
|
877
877
|
"imports": [
|
|
878
878
|
{
|
|
879
879
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -9902,7 +9902,7 @@
|
|
|
9902
9902
|
"bytesInOutput": 2720
|
|
9903
9903
|
},
|
|
9904
9904
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/post_message.js": {
|
|
9905
|
-
"bytesInOutput":
|
|
9905
|
+
"bytesInOutput": 13448
|
|
9906
9906
|
},
|
|
9907
9907
|
"../protos/dist/types/devvit/ui/effects/v1alpha/create_order.js": {
|
|
9908
9908
|
"bytesInOutput": 10718
|
|
@@ -10382,7 +10382,7 @@
|
|
|
10382
10382
|
"bytesInOutput": 4013
|
|
10383
10383
|
}
|
|
10384
10384
|
},
|
|
10385
|
-
"bytes":
|
|
10385
|
+
"bytes": 12501219
|
|
10386
10386
|
}
|
|
10387
10387
|
}
|
|
10388
10388
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.11.13-next-2025-04-
|
|
3
|
+
"version": "0.11.13-next-2025-04-22-b3224015b.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.13-next-2025-04-
|
|
34
|
-
"@devvit/protos": "0.11.13-next-2025-04-
|
|
35
|
-
"@devvit/shared-types": "0.11.13-next-2025-04-
|
|
33
|
+
"@devvit/metrics": "0.11.13-next-2025-04-22-b3224015b.0",
|
|
34
|
+
"@devvit/protos": "0.11.13-next-2025-04-22-b3224015b.0",
|
|
35
|
+
"@devvit/shared-types": "0.11.13-next-2025-04-22-b3224015b.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.13-next-2025-04-
|
|
43
|
-
"@devvit/tsconfig": "0.11.13-next-2025-04-
|
|
42
|
+
"@devvit/repo-tools": "0.11.13-next-2025-04-22-b3224015b.0",
|
|
43
|
+
"@devvit/tsconfig": "0.11.13-next-2025-04-22-b3224015b.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": "657c36314cf6579135775e0b6566f09885b2b6e4"
|
|
65
65
|
}
|