@devvit/client 0.11.20-next-2025-07-28-14-59-31-453dc7129.0 → 0.11.20-next-2025-07-28-21-05-32-e67a64bd1.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 +87 -90
- package/client.min.js +1 -1
- package/client.min.js.map +4 -4
- package/effects/navigate-to.js +5 -8
- package/package.json +9 -9
package/client-meta.min.json
CHANGED
|
@@ -1,5 +1,68 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inputs": {
|
|
3
|
+
"../shared-types/dist/assert.js": {
|
|
4
|
+
"bytes": 89,
|
|
5
|
+
"imports": [],
|
|
6
|
+
"format": "esm"
|
|
7
|
+
},
|
|
8
|
+
"../shared-types/dist/tid.js": {
|
|
9
|
+
"bytes": 2825,
|
|
10
|
+
"imports": [
|
|
11
|
+
{
|
|
12
|
+
"path": "../shared-types/dist/assert.js",
|
|
13
|
+
"kind": "import-statement",
|
|
14
|
+
"original": "./assert.js"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"format": "esm"
|
|
18
|
+
},
|
|
19
|
+
"../shared-types/dist/webbit.js": {
|
|
20
|
+
"bytes": 38,
|
|
21
|
+
"imports": [],
|
|
22
|
+
"format": "esm"
|
|
23
|
+
},
|
|
24
|
+
"../../node_modules/jwt-decode/build/esm/index.js": {
|
|
25
|
+
"bytes": 1697,
|
|
26
|
+
"imports": [],
|
|
27
|
+
"format": "esm"
|
|
28
|
+
},
|
|
29
|
+
"../web-view-scripts/dist/init-context.js": {
|
|
30
|
+
"bytes": 2634,
|
|
31
|
+
"imports": [
|
|
32
|
+
{
|
|
33
|
+
"path": "../shared-types/dist/tid.js",
|
|
34
|
+
"kind": "import-statement",
|
|
35
|
+
"original": "@devvit/shared-types/tid.js"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"path": "../shared-types/dist/webbit.js",
|
|
39
|
+
"kind": "import-statement",
|
|
40
|
+
"original": "@devvit/shared-types/webbit.js"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"path": "../../node_modules/jwt-decode/build/esm/index.js",
|
|
44
|
+
"kind": "import-statement",
|
|
45
|
+
"original": "jwt-decode"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"format": "esm"
|
|
49
|
+
},
|
|
50
|
+
"src/context.ts": {
|
|
51
|
+
"bytes": 704,
|
|
52
|
+
"imports": [
|
|
53
|
+
{
|
|
54
|
+
"path": "../web-view-scripts/dist/init-context.js",
|
|
55
|
+
"kind": "import-statement",
|
|
56
|
+
"original": "@devvit/web-view-scripts/init-context.js"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"path": "../web-view-scripts/dist/init-context.js",
|
|
60
|
+
"kind": "import-statement",
|
|
61
|
+
"original": "@devvit/web-view-scripts/init-context.js"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"format": "esm"
|
|
65
|
+
},
|
|
3
66
|
"../../node_modules/@protobufjs/aspromise/index.js": {
|
|
4
67
|
"bytes": 1592,
|
|
5
68
|
"imports": [],
|
|
@@ -230,35 +293,14 @@
|
|
|
230
293
|
"imports": [],
|
|
231
294
|
"format": "esm"
|
|
232
295
|
},
|
|
233
|
-
"../protos/dist/types/
|
|
234
|
-
"bytes":
|
|
235
|
-
"imports": [
|
|
236
|
-
{
|
|
237
|
-
"path": "../../node_modules/protobufjs/minimal.js",
|
|
238
|
-
"kind": "import-statement",
|
|
239
|
-
"original": "protobufjs/minimal.js"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"path": "../protos/dist/types/typeRegistry.js",
|
|
243
|
-
"kind": "import-statement",
|
|
244
|
-
"original": "../../typeRegistry.js"
|
|
245
|
-
}
|
|
246
|
-
],
|
|
247
|
-
"format": "esm"
|
|
248
|
-
},
|
|
249
|
-
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js": {
|
|
250
|
-
"bytes": 27350,
|
|
296
|
+
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
297
|
+
"bytes": 3522,
|
|
251
298
|
"imports": [
|
|
252
299
|
{
|
|
253
300
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
254
301
|
"kind": "import-statement",
|
|
255
302
|
"original": "protobufjs/minimal.js"
|
|
256
303
|
},
|
|
257
|
-
{
|
|
258
|
-
"path": "../protos/dist/types/google/protobuf/struct.js",
|
|
259
|
-
"kind": "import-statement",
|
|
260
|
-
"original": "../../../../../google/protobuf/struct.js"
|
|
261
|
-
},
|
|
262
304
|
{
|
|
263
305
|
"path": "../protos/dist/types/typeRegistry.js",
|
|
264
306
|
"kind": "import-statement",
|
|
@@ -267,56 +309,8 @@
|
|
|
267
309
|
],
|
|
268
310
|
"format": "esm"
|
|
269
311
|
},
|
|
270
|
-
"../
|
|
271
|
-
"bytes":
|
|
272
|
-
"imports": [],
|
|
273
|
-
"format": "esm"
|
|
274
|
-
},
|
|
275
|
-
"../shared-types/dist/tid.js": {
|
|
276
|
-
"bytes": 2825,
|
|
277
|
-
"imports": [
|
|
278
|
-
{
|
|
279
|
-
"path": "../shared-types/dist/assert.js",
|
|
280
|
-
"kind": "import-statement",
|
|
281
|
-
"original": "./assert.js"
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"format": "esm"
|
|
285
|
-
},
|
|
286
|
-
"../web-view-scripts/dist/init-context.js": {
|
|
287
|
-
"bytes": 1589,
|
|
288
|
-
"imports": [
|
|
289
|
-
{
|
|
290
|
-
"path": "../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js",
|
|
291
|
-
"kind": "import-statement",
|
|
292
|
-
"original": "@devvit/protos/types/devvit/ui/effects/web_view/v1alpha/context.js"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"path": "../shared-types/dist/tid.js",
|
|
296
|
-
"kind": "import-statement",
|
|
297
|
-
"original": "@devvit/shared-types/tid.js"
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"format": "esm"
|
|
301
|
-
},
|
|
302
|
-
"src/context.ts": {
|
|
303
|
-
"bytes": 704,
|
|
304
|
-
"imports": [
|
|
305
|
-
{
|
|
306
|
-
"path": "../web-view-scripts/dist/init-context.js",
|
|
307
|
-
"kind": "import-statement",
|
|
308
|
-
"original": "@devvit/web-view-scripts/init-context.js"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"path": "../web-view-scripts/dist/init-context.js",
|
|
312
|
-
"kind": "import-statement",
|
|
313
|
-
"original": "@devvit/web-view-scripts/init-context.js"
|
|
314
|
-
}
|
|
315
|
-
],
|
|
316
|
-
"format": "esm"
|
|
317
|
-
},
|
|
318
|
-
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
319
|
-
"bytes": 3522,
|
|
312
|
+
"../protos/dist/types/google/protobuf/struct.js": {
|
|
313
|
+
"bytes": 14892,
|
|
320
314
|
"imports": [
|
|
321
315
|
{
|
|
322
316
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -326,7 +320,7 @@
|
|
|
326
320
|
{
|
|
327
321
|
"path": "../protos/dist/types/typeRegistry.js",
|
|
328
322
|
"kind": "import-statement",
|
|
329
|
-
"original": "
|
|
323
|
+
"original": "../../typeRegistry.js"
|
|
330
324
|
}
|
|
331
325
|
],
|
|
332
326
|
"format": "esm"
|
|
@@ -4987,7 +4981,7 @@
|
|
|
4987
4981
|
"format": "esm"
|
|
4988
4982
|
},
|
|
4989
4983
|
"src/effects/navigate-to.ts": {
|
|
4990
|
-
"bytes":
|
|
4984
|
+
"bytes": 1172,
|
|
4991
4985
|
"imports": [
|
|
4992
4986
|
{
|
|
4993
4987
|
"path": "../shared-types/dist/client/emit-effect.js",
|
|
@@ -5086,7 +5080,7 @@
|
|
|
5086
5080
|
"imports": [],
|
|
5087
5081
|
"exports": [],
|
|
5088
5082
|
"inputs": {},
|
|
5089
|
-
"bytes":
|
|
5083
|
+
"bytes": 476491
|
|
5090
5084
|
},
|
|
5091
5085
|
"dist/client.min.js": {
|
|
5092
5086
|
"imports": [],
|
|
@@ -5106,7 +5100,7 @@
|
|
|
5106
5100
|
"bytesInOutput": 380
|
|
5107
5101
|
},
|
|
5108
5102
|
"../../node_modules/@protobufjs/base64/index.js": {
|
|
5109
|
-
"bytesInOutput":
|
|
5103
|
+
"bytesInOutput": 1216
|
|
5110
5104
|
},
|
|
5111
5105
|
"../../node_modules/@protobufjs/eventemitter/index.js": {
|
|
5112
5106
|
"bytesInOutput": 576
|
|
@@ -5136,7 +5130,7 @@
|
|
|
5136
5130
|
"bytesInOutput": 835
|
|
5137
5131
|
},
|
|
5138
5132
|
"../../node_modules/protobufjs/src/reader.js": {
|
|
5139
|
-
"bytesInOutput":
|
|
5133
|
+
"bytesInOutput": 3966
|
|
5140
5134
|
},
|
|
5141
5135
|
"../../node_modules/protobufjs/src/reader_buffer.js": {
|
|
5142
5136
|
"bytesInOutput": 483
|
|
@@ -5159,23 +5153,20 @@
|
|
|
5159
5153
|
"../../node_modules/long/src/long.js": {
|
|
5160
5154
|
"bytesInOutput": 9228
|
|
5161
5155
|
},
|
|
5162
|
-
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/context.js": {
|
|
5163
|
-
"bytesInOutput": 11733
|
|
5164
|
-
},
|
|
5165
|
-
"../protos/dist/types/google/protobuf/struct.js": {
|
|
5166
|
-
"bytesInOutput": 6248
|
|
5167
|
-
},
|
|
5168
|
-
"../protos/dist/types/typeRegistry.js": {
|
|
5169
|
-
"bytesInOutput": 14
|
|
5170
|
-
},
|
|
5171
5156
|
"../shared-types/dist/assert.js": {
|
|
5172
5157
|
"bytesInOutput": 38
|
|
5173
5158
|
},
|
|
5174
5159
|
"../shared-types/dist/tid.js": {
|
|
5175
5160
|
"bytesInOutput": 614
|
|
5176
5161
|
},
|
|
5162
|
+
"../shared-types/dist/webbit.js": {
|
|
5163
|
+
"bytesInOutput": 15
|
|
5164
|
+
},
|
|
5165
|
+
"../../node_modules/jwt-decode/build/esm/index.js": {
|
|
5166
|
+
"bytesInOutput": 936
|
|
5167
|
+
},
|
|
5177
5168
|
"../web-view-scripts/dist/init-context.js": {
|
|
5178
|
-
"bytesInOutput":
|
|
5169
|
+
"bytesInOutput": 791
|
|
5179
5170
|
},
|
|
5180
5171
|
"src/context.ts": {
|
|
5181
5172
|
"bytesInOutput": 224
|
|
@@ -5186,9 +5177,15 @@
|
|
|
5186
5177
|
"../protos/dist/types/devvit/ui/effects/web_view/v1alpha/immersive_mode.js": {
|
|
5187
5178
|
"bytesInOutput": 1391
|
|
5188
5179
|
},
|
|
5180
|
+
"../protos/dist/types/typeRegistry.js": {
|
|
5181
|
+
"bytesInOutput": 14
|
|
5182
|
+
},
|
|
5189
5183
|
"../protos/dist/types/devvit/ui/events/v1alpha/web_view.js": {
|
|
5190
5184
|
"bytesInOutput": 7347
|
|
5191
5185
|
},
|
|
5186
|
+
"../protos/dist/types/google/protobuf/struct.js": {
|
|
5187
|
+
"bytesInOutput": 6248
|
|
5188
|
+
},
|
|
5192
5189
|
"../protos/dist/types/devvit/ui/effects/v1alpha/app_permission.js": {
|
|
5193
5190
|
"bytesInOutput": 6900
|
|
5194
5191
|
},
|
|
@@ -5229,7 +5226,7 @@
|
|
|
5229
5226
|
"bytesInOutput": 561
|
|
5230
5227
|
},
|
|
5231
5228
|
"src/effects/navigate-to.ts": {
|
|
5232
|
-
"bytesInOutput":
|
|
5229
|
+
"bytesInOutput": 172
|
|
5233
5230
|
},
|
|
5234
5231
|
"src/effects/helpers/assert-valid-form-fields.ts": {
|
|
5235
5232
|
"bytesInOutput": 361
|
|
@@ -5247,7 +5244,7 @@
|
|
|
5247
5244
|
"bytesInOutput": 141
|
|
5248
5245
|
}
|
|
5249
5246
|
},
|
|
5250
|
-
"bytes":
|
|
5247
|
+
"bytes": 106516
|
|
5251
5248
|
}
|
|
5252
5249
|
}
|
|
5253
5250
|
}
|