@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.10.20",
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.20",
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": "280 KB",
66
+ "maxSize": "255 KB",
67
67
  "path": "dist/protos.min.js"
68
68
  },
69
69
  {
70
70
  "compression": "none",
71
- "maxSize": "2033 KB",
71
+ "maxSize": "1826.0 KB",
72
72
  "path": "dist/protos.min.js"
73
73
  }
74
74
  ],
75
- "gitHead": "1581c83fb2d6f343067df76a3c06590e5fe027dc"
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
  }