@devvit/public-api 0.11.4-next-2024-12-06-75957d720.0 → 0.11.4
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/apis/ui/UIClient.d.ts.map +1 -1
- package/apis/ui/UIClient.js +2 -4
- package/devvit/internals/blocks/handler/UIClient.d.ts.map +1 -1
- package/devvit/internals/blocks/handler/UIClient.js +2 -4
- package/meta.json +539 -155
- package/meta.min.json +6 -6
- package/package.json +6 -6
- package/public-api.d.ts +457 -466
- package/public-api.iife.js +6309 -2272
- package/public-api.min.js +2 -2
- package/public-api.min.js.map +3 -3
- package/types/web-view-ui-client.d.ts +1 -20
- package/types/web-view-ui-client.d.ts.map +1 -1
package/meta.min.json
CHANGED
|
@@ -2878,7 +2878,7 @@
|
|
|
2878
2878
|
"format": "esm"
|
|
2879
2879
|
},
|
|
2880
2880
|
"src/apis/ui/UIClient.ts": {
|
|
2881
|
-
"bytes":
|
|
2881
|
+
"bytes": 3935,
|
|
2882
2882
|
"imports": [
|
|
2883
2883
|
{
|
|
2884
2884
|
"path": "@devvit/protos",
|
|
@@ -3576,7 +3576,7 @@
|
|
|
3576
3576
|
"format": "esm"
|
|
3577
3577
|
},
|
|
3578
3578
|
"src/devvit/internals/blocks/handler/UIClient.ts": {
|
|
3579
|
-
"bytes":
|
|
3579
|
+
"bytes": 4199,
|
|
3580
3580
|
"imports": [
|
|
3581
3581
|
{
|
|
3582
3582
|
"path": "@devvit/protos",
|
|
@@ -4789,7 +4789,7 @@
|
|
|
4789
4789
|
"imports": [],
|
|
4790
4790
|
"exports": [],
|
|
4791
4791
|
"inputs": {},
|
|
4792
|
-
"bytes":
|
|
4792
|
+
"bytes": 1231787
|
|
4793
4793
|
},
|
|
4794
4794
|
"dist/public-api.min.js": {
|
|
4795
4795
|
"imports": [
|
|
@@ -5451,7 +5451,7 @@
|
|
|
5451
5451
|
"bytesInOutput": 668
|
|
5452
5452
|
},
|
|
5453
5453
|
"src/apis/ui/UIClient.ts": {
|
|
5454
|
-
"bytesInOutput":
|
|
5454
|
+
"bytesInOutput": 1334
|
|
5455
5455
|
},
|
|
5456
5456
|
"src/apis/makeAPIClients.ts": {
|
|
5457
5457
|
"bytesInOutput": 848
|
|
@@ -5526,7 +5526,7 @@
|
|
|
5526
5526
|
"bytesInOutput": 65
|
|
5527
5527
|
},
|
|
5528
5528
|
"src/devvit/internals/blocks/handler/UIClient.ts": {
|
|
5529
|
-
"bytesInOutput":
|
|
5529
|
+
"bytesInOutput": 1249
|
|
5530
5530
|
},
|
|
5531
5531
|
"../shared-types/dist/useForm.js": {
|
|
5532
5532
|
"bytesInOutput": 74
|
|
@@ -5634,7 +5634,7 @@
|
|
|
5634
5634
|
"bytesInOutput": 178
|
|
5635
5635
|
}
|
|
5636
5636
|
},
|
|
5637
|
-
"bytes":
|
|
5637
|
+
"bytes": 262544
|
|
5638
5638
|
}
|
|
5639
5639
|
}
|
|
5640
5640
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/public-api",
|
|
3
|
-
"version": "0.11.4
|
|
3
|
+
"version": "0.11.4",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
},
|
|
31
31
|
"types": "./index.d.ts",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@devvit/protos": "0.11.4
|
|
34
|
-
"@devvit/shared-types": "0.11.4
|
|
33
|
+
"@devvit/protos": "0.11.4",
|
|
34
|
+
"@devvit/shared-types": "0.11.4",
|
|
35
35
|
"base64-js": "1.5.1",
|
|
36
36
|
"clone-deep": "4.0.1",
|
|
37
37
|
"core-js": "3.27.2",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@ampproject/filesize": "4.3.0",
|
|
42
|
-
"@devvit/repo-tools": "0.11.4
|
|
43
|
-
"@devvit/tsconfig": "0.11.4
|
|
42
|
+
"@devvit/repo-tools": "0.11.4",
|
|
43
|
+
"@devvit/tsconfig": "0.11.4",
|
|
44
44
|
"@microsoft/api-extractor": "7.41.0",
|
|
45
45
|
"@reddit/faceplate-ui": "18.0.1",
|
|
46
46
|
"@types/clone-deep": "4.0.1",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
65
|
"source": "./src/index.ts",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "4e4f06374e9c54e277e08d75bc4b159952dc3e97"
|
|
67
67
|
}
|