@devvit/protos 0.12.6-next-2025-12-03-19-10-02-077dd56d5.0 → 0.12.6-next-2025-12-03-20-49-28-25cc50d72.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 +4 -4
- package/protos.min.js +1 -1
- package/protos.min.js.map +2 -2
- package/schema/devvit/plugin/redditapi/widgets/widgets_svc.proto +10 -14
- package/schema/snootobuf.lock +0 -0
- package/schema/snootobuf.redditapi.lock +0 -0
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.d.ts +19 -23
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.d.ts.map +1 -1
- package/types/devvit/plugin/redditapi/widgets/widgets_svc.js +10 -61
package/meta.min.json
CHANGED
|
@@ -6777,7 +6777,7 @@
|
|
|
6777
6777
|
"format": "esm"
|
|
6778
6778
|
},
|
|
6779
6779
|
"src/types/devvit/plugin/redditapi/widgets/widgets_svc.ts": {
|
|
6780
|
-
"bytes":
|
|
6780
|
+
"bytes": 35413,
|
|
6781
6781
|
"imports": [
|
|
6782
6782
|
{
|
|
6783
6783
|
"path": "../../node_modules/protobufjs/minimal.js",
|
|
@@ -7646,7 +7646,7 @@
|
|
|
7646
7646
|
"imports": [],
|
|
7647
7647
|
"exports": [],
|
|
7648
7648
|
"inputs": {},
|
|
7649
|
-
"bytes":
|
|
7649
|
+
"bytes": 5668213
|
|
7650
7650
|
},
|
|
7651
7651
|
"dist/protos.min.js": {
|
|
7652
7652
|
"imports": [],
|
|
@@ -8109,7 +8109,7 @@
|
|
|
8109
8109
|
"bytesInOutput": 89164
|
|
8110
8110
|
},
|
|
8111
8111
|
"src/types/devvit/plugin/redditapi/widgets/widgets_svc.ts": {
|
|
8112
|
-
"bytesInOutput":
|
|
8112
|
+
"bytesInOutput": 6791
|
|
8113
8113
|
},
|
|
8114
8114
|
"src/types/devvit/plugin/redditapi/wiki/wiki_svc.ts": {
|
|
8115
8115
|
"bytesInOutput": 4251
|
|
@@ -8163,7 +8163,7 @@
|
|
|
8163
8163
|
"bytesInOutput": 2438
|
|
8164
8164
|
}
|
|
8165
8165
|
},
|
|
8166
|
-
"bytes":
|
|
8166
|
+
"bytes": 1463921
|
|
8167
8167
|
}
|
|
8168
8168
|
}
|
|
8169
8169
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devvit/protos",
|
|
3
|
-
"version": "0.12.6-next-2025-12-03-
|
|
3
|
+
"version": "0.12.6-next-2025-12-03-20-49-28-25cc50d72.0",
|
|
4
4
|
"license": "BSD-3-Clause",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@ampproject/filesize": "4.3.0",
|
|
68
|
-
"@devvit/repo-tools": "0.12.6-next-2025-12-03-
|
|
69
|
-
"@devvit/tsconfig": "0.12.6-next-2025-12-03-
|
|
68
|
+
"@devvit/repo-tools": "0.12.6-next-2025-12-03-20-49-28-25cc50d72.0",
|
|
69
|
+
"@devvit/tsconfig": "0.12.6-next-2025-12-03-20-49-28-25cc50d72.0",
|
|
70
70
|
"@protobuf-ts/plugin": "2.9.3",
|
|
71
71
|
"chokidar-cli": "3.0.0",
|
|
72
72
|
"esbuild": "0.25.9",
|
|
@@ -96,5 +96,5 @@
|
|
|
96
96
|
]
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
-
"gitHead": "
|
|
99
|
+
"gitHead": "6bd678173d464c2e19003a1eba6062f4b09d611b"
|
|
100
100
|
}
|