@devvit/client 0.11.20-next-2025-07-31-23-19-42-533e96a00.0 → 0.11.20-next-2025-08-01-21-35-03-4729f2a87.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/client-meta.min.json +41 -7
- package/client.min.js +1 -1
- package/client.min.js.map +4 -4
- package/effects/share.d.ts +8 -0
- package/effects/share.d.ts.map +1 -0
- package/effects/share.js +28 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/package.json +9 -9
package/client-meta.min.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"format": "esm"
|
|
28
28
|
},
|
|
29
29
|
"../web-view-scripts/dist/init-context.js": {
|
|
30
|
-
"bytes":
|
|
30
|
+
"bytes": 2772,
|
|
31
31
|
"imports": [
|
|
32
32
|
{
|
|
33
33
|
"path": "../shared-types/dist/tid.js",
|
|
@@ -4949,7 +4949,7 @@
|
|
|
4949
4949
|
"format": "esm"
|
|
4950
4950
|
},
|
|
4951
4951
|
"../shared-types/dist/client/emit-effect.js": {
|
|
4952
|
-
"bytes":
|
|
4952
|
+
"bytes": 2475,
|
|
4953
4953
|
"imports": [
|
|
4954
4954
|
{
|
|
4955
4955
|
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js",
|
|
@@ -4991,6 +4991,27 @@
|
|
|
4991
4991
|
],
|
|
4992
4992
|
"format": "esm"
|
|
4993
4993
|
},
|
|
4994
|
+
"../shared-types/dist/constants.js": {
|
|
4995
|
+
"bytes": 1576,
|
|
4996
|
+
"imports": [],
|
|
4997
|
+
"format": "esm"
|
|
4998
|
+
},
|
|
4999
|
+
"src/effects/share.ts": {
|
|
5000
|
+
"bytes": 1231,
|
|
5001
|
+
"imports": [
|
|
5002
|
+
{
|
|
5003
|
+
"path": "../shared-types/dist/client/emit-effect.js",
|
|
5004
|
+
"kind": "import-statement",
|
|
5005
|
+
"original": "@devvit/shared-types/client/emit-effect.js"
|
|
5006
|
+
},
|
|
5007
|
+
{
|
|
5008
|
+
"path": "../shared-types/dist/constants.js",
|
|
5009
|
+
"kind": "import-statement",
|
|
5010
|
+
"original": "@devvit/shared-types/constants.js"
|
|
5011
|
+
}
|
|
5012
|
+
],
|
|
5013
|
+
"format": "esm"
|
|
5014
|
+
},
|
|
4994
5015
|
"src/effects/helpers/assert-valid-form-fields.ts": {
|
|
4995
5016
|
"bytes": 1271,
|
|
4996
5017
|
"imports": [],
|
|
@@ -5044,7 +5065,7 @@
|
|
|
5044
5065
|
"format": "esm"
|
|
5045
5066
|
},
|
|
5046
5067
|
"src/index.ts": {
|
|
5047
|
-
"bytes":
|
|
5068
|
+
"bytes": 526,
|
|
5048
5069
|
"imports": [
|
|
5049
5070
|
{
|
|
5050
5071
|
"path": "src/context.ts",
|
|
@@ -5061,6 +5082,11 @@
|
|
|
5061
5082
|
"kind": "import-statement",
|
|
5062
5083
|
"original": "./effects/navigate-to.js"
|
|
5063
5084
|
},
|
|
5085
|
+
{
|
|
5086
|
+
"path": "src/effects/share.ts",
|
|
5087
|
+
"kind": "import-statement",
|
|
5088
|
+
"original": "./effects/share.js"
|
|
5089
|
+
},
|
|
5064
5090
|
{
|
|
5065
5091
|
"path": "src/effects/show-form.ts",
|
|
5066
5092
|
"kind": "import-statement",
|
|
@@ -5080,7 +5106,7 @@
|
|
|
5080
5106
|
"imports": [],
|
|
5081
5107
|
"exports": [],
|
|
5082
5108
|
"inputs": {},
|
|
5083
|
-
"bytes":
|
|
5109
|
+
"bytes": 457820
|
|
5084
5110
|
},
|
|
5085
5111
|
"dist/client.min.js": {
|
|
5086
5112
|
"imports": [],
|
|
@@ -5088,10 +5114,12 @@
|
|
|
5088
5114
|
"addImmersiveModeChangeEventListener",
|
|
5089
5115
|
"context",
|
|
5090
5116
|
"exitImmersiveMode",
|
|
5117
|
+
"getShareData",
|
|
5091
5118
|
"navigateTo",
|
|
5092
5119
|
"removeImmersiveModeChangeEventListener",
|
|
5093
5120
|
"requestImmersiveMode",
|
|
5094
5121
|
"showForm",
|
|
5122
|
+
"showShareSheet",
|
|
5095
5123
|
"showToast"
|
|
5096
5124
|
],
|
|
5097
5125
|
"entryPoint": "src/index.ts",
|
|
@@ -5166,7 +5194,7 @@
|
|
|
5166
5194
|
"bytesInOutput": 936
|
|
5167
5195
|
},
|
|
5168
5196
|
"../web-view-scripts/dist/init-context.js": {
|
|
5169
|
-
"bytesInOutput":
|
|
5197
|
+
"bytesInOutput": 856
|
|
5170
5198
|
},
|
|
5171
5199
|
"src/context.ts": {
|
|
5172
5200
|
"bytesInOutput": 224
|
|
@@ -5220,7 +5248,7 @@
|
|
|
5220
5248
|
"bytesInOutput": 5338
|
|
5221
5249
|
},
|
|
5222
5250
|
"../shared-types/dist/client/emit-effect.js": {
|
|
5223
|
-
"bytesInOutput":
|
|
5251
|
+
"bytesInOutput": 548
|
|
5224
5252
|
},
|
|
5225
5253
|
"src/effects/immersive-mode.ts": {
|
|
5226
5254
|
"bytesInOutput": 571
|
|
@@ -5228,6 +5256,12 @@
|
|
|
5228
5256
|
"src/effects/navigate-to.ts": {
|
|
5229
5257
|
"bytesInOutput": 172
|
|
5230
5258
|
},
|
|
5259
|
+
"../shared-types/dist/constants.js": {
|
|
5260
|
+
"bytesInOutput": 26
|
|
5261
|
+
},
|
|
5262
|
+
"src/effects/share.ts": {
|
|
5263
|
+
"bytesInOutput": 358
|
|
5264
|
+
},
|
|
5231
5265
|
"src/effects/helpers/assert-valid-form-fields.ts": {
|
|
5232
5266
|
"bytesInOutput": 361
|
|
5233
5267
|
},
|
|
@@ -5244,7 +5278,7 @@
|
|
|
5244
5278
|
"bytesInOutput": 141
|
|
5245
5279
|
}
|
|
5246
5280
|
},
|
|
5247
|
-
"bytes":
|
|
5281
|
+
"bytes": 101167
|
|
5248
5282
|
}
|
|
5249
5283
|
}
|
|
5250
5284
|
}
|