@devvit/protos 0.10.20 → 0.10.21-next-2024-05-08-0fe6ae01b.0
Sign up to get free protection for your applications and to get access to all the features.
- package/community.d.ts +30 -0
- package/community.d.ts.map +1 -0
- package/community.js +30 -0
- package/index.d.ts +2 -44
- package/index.d.ts.map +1 -1
- package/index.js +2 -29
- package/meta.min.json +276 -1478
- package/package.json +15 -5
- package/protos.min.js +3 -3
- package/protos.min.js.map +4 -4
- package/types/devvit/gateway/v1alpha/triggers.d.ts +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@devvit/protos",
|
3
|
-
"version": "0.10.
|
3
|
+
"version": "0.10.21-next-2024-05-08-0fe6ae01b.0",
|
4
4
|
"license": "BSD-3-Clause",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
"devDependencies": {
|
46
46
|
"@devvit/eslint-config": "0.10.20",
|
47
47
|
"@devvit/repo-tools": "0.10.20",
|
48
|
-
"@devvit/tsconfig": "0.10.
|
48
|
+
"@devvit/tsconfig": "0.10.21-next-2024-05-08-0fe6ae01b.0",
|
49
49
|
"@types/long": "4.0.2",
|
50
50
|
"bundlesize": "0.18.2",
|
51
51
|
"chokidar-cli": "3.0.0",
|
@@ -63,14 +63,24 @@
|
|
63
63
|
"bundlesize": [
|
64
64
|
{
|
65
65
|
"compression": "gzip",
|
66
|
-
"maxSize": "
|
66
|
+
"maxSize": "255 KB",
|
67
67
|
"path": "dist/protos.min.js"
|
68
68
|
},
|
69
69
|
{
|
70
70
|
"compression": "none",
|
71
|
-
"maxSize": "
|
71
|
+
"maxSize": "1826.0 KB",
|
72
72
|
"path": "dist/protos.min.js"
|
73
73
|
}
|
74
74
|
],
|
75
|
-
"
|
75
|
+
"typesVersions": {
|
76
|
+
"*": {
|
77
|
+
".": [
|
78
|
+
"./dist/index.d.ts"
|
79
|
+
],
|
80
|
+
"community": [
|
81
|
+
"./dist/community.d.ts"
|
82
|
+
]
|
83
|
+
}
|
84
|
+
},
|
85
|
+
"gitHead": "09987b5e1ba5b95555e6e8d47d20b7c386a068f6"
|
76
86
|
}
|