@devvit/protos 0.11.12-next-2025-03-31-45fee5c0a.0 → 0.11.12-next-2025-03-31-566c67869.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.min.json +4 -4
- package/package.json +5 -5
- package/protos.min.js +1 -1
- package/protos.min.js.map +3 -3
- package/schema/devvit/ui/effects/web_view/v1alpha/post_message.proto +19 -1
- package/schema/snootobuf.devenv.lock +328 -89
- package/schema/snootobuf.lock +328 -89
- package/schema/snootobuf.redditapi.lock +328 -89
- package/schema/snootobuf.ts.lock +328 -89
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.d.ts +29 -0
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.d.ts.map +1 -1
- package/types/devvit/ui/effects/web_view/v1alpha/post_message.js +108 -0
package/meta.min.json
CHANGED
@@ -868,7 +868,7 @@
|
|
868
868
|
"format": "esm"
|
869
869
|
},
|
870
870
|
"src/types/devvit/ui/effects/web_view/v1alpha/post_message.ts": {
|
871
|
-
"bytes":
|
871
|
+
"bytes": 15526,
|
872
872
|
"imports": [
|
873
873
|
{
|
874
874
|
"path": "../../node_modules/protobufjs/minimal.js",
|
@@ -7347,7 +7347,7 @@
|
|
7347
7347
|
"imports": [],
|
7348
7348
|
"exports": [],
|
7349
7349
|
"inputs": {},
|
7350
|
-
"bytes":
|
7350
|
+
"bytes": 5398977
|
7351
7351
|
},
|
7352
7352
|
"dist/protos.min.js": {
|
7353
7353
|
"imports": [],
|
@@ -7638,7 +7638,7 @@
|
|
7638
7638
|
"bytesInOutput": 1091
|
7639
7639
|
},
|
7640
7640
|
"src/types/devvit/ui/effects/web_view/v1alpha/post_message.ts": {
|
7641
|
-
"bytesInOutput":
|
7641
|
+
"bytesInOutput": 5523
|
7642
7642
|
},
|
7643
7643
|
"src/types/devvit/ui/effects/v1alpha/create_order.ts": {
|
7644
7644
|
"bytesInOutput": 4527
|
@@ -7833,7 +7833,7 @@
|
|
7833
7833
|
"bytesInOutput": 2438
|
7834
7834
|
}
|
7835
7835
|
},
|
7836
|
-
"bytes":
|
7836
|
+
"bytes": 1397553
|
7837
7837
|
}
|
7838
7838
|
}
|
7839
7839
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.11.12-next-2025-03-31-
|
3
|
+
"version": "0.11.12-next-2025-03-31-566c67869.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -45,8 +45,8 @@
|
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@ampproject/filesize": "4.3.0",
|
48
|
-
"@devvit/repo-tools": "0.11.12-next-2025-03-31-
|
49
|
-
"@devvit/tsconfig": "0.11.12-next-2025-03-31-
|
48
|
+
"@devvit/repo-tools": "0.11.12-next-2025-03-31-566c67869.0",
|
49
|
+
"@devvit/tsconfig": "0.11.12-next-2025-03-31-566c67869.0",
|
50
50
|
"@protobuf-ts/plugin": "2.9.3",
|
51
51
|
"@types/long": "4.0.2",
|
52
52
|
"chokidar-cli": "3.0.0",
|
@@ -64,7 +64,7 @@
|
|
64
64
|
"filesize": {
|
65
65
|
"dist/protos.min.js": {
|
66
66
|
"gzip": "183 KB",
|
67
|
-
"none": "
|
67
|
+
"none": "1365 KB"
|
68
68
|
}
|
69
69
|
},
|
70
70
|
"typesVersions": {
|
@@ -80,5 +80,5 @@
|
|
80
80
|
]
|
81
81
|
}
|
82
82
|
},
|
83
|
-
"gitHead": "
|
83
|
+
"gitHead": "9692791a56a4f67af2054ee37fe3f0c9e2f1f4c4"
|
84
84
|
}
|