@devvit/protos 0.10.23-next-2024-06-18-20e2f750d.0 → 0.10.23-next-2024-06-18-4d320c07c.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.min.json CHANGED
@@ -6307,13 +6307,18 @@
6307
6307
  "format": "esm"
6308
6308
  },
6309
6309
  "src/types/devvit/plugin/buildpack/buildpack_common.ts": {
6310
- "bytes": 28136,
6310
+ "bytes": 28856,
6311
6311
  "imports": [
6312
6312
  {
6313
6313
  "path": "../../node_modules/protobufjs/minimal.js",
6314
6314
  "kind": "import-statement",
6315
6315
  "original": "protobufjs/minimal.js"
6316
6316
  },
6317
+ {
6318
+ "path": "src/types/google/protobuf/wrappers.ts",
6319
+ "kind": "import-statement",
6320
+ "original": "../../../google/protobuf/wrappers.js"
6321
+ },
6317
6322
  {
6318
6323
  "path": "src/types/typeRegistry.ts",
6319
6324
  "kind": "import-statement",
@@ -9147,7 +9152,7 @@
9147
9152
  "imports": [],
9148
9153
  "exports": [],
9149
9154
  "inputs": {},
9150
- "bytes": 6823531
9155
+ "bytes": 6824618
9151
9156
  },
9152
9157
  "dist/protos.min.js": {
9153
9158
  "imports": [],
@@ -10681,7 +10686,7 @@
10681
10686
  "bytesInOutput": 3558
10682
10687
  },
10683
10688
  "src/types/devvit/plugin/buildpack/buildpack_common.ts": {
10684
- "bytesInOutput": 11154
10689
+ "bytesInOutput": 11458
10685
10690
  },
10686
10691
  "src/types/devvit/plugin/buildpack/filesystem.ts": {
10687
10692
  "bytesInOutput": 2244
@@ -10909,7 +10914,7 @@
10909
10914
  "bytesInOutput": 879
10910
10915
  }
10911
10916
  },
10912
- "bytes": 1824633
10917
+ "bytes": 1824937
10913
10918
  }
10914
10919
  }
10915
10920
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.10.23-next-2024-06-18-20e2f750d.0",
3
+ "version": "0.10.23-next-2024-06-18-4d320c07c.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,7 +46,7 @@
46
46
  "@ampproject/filesize": "4.3.0",
47
47
  "@devvit/eslint-config": "0.10.22",
48
48
  "@devvit/repo-tools": "0.10.22",
49
- "@devvit/tsconfig": "0.10.23-next-2024-06-18-20e2f750d.0",
49
+ "@devvit/tsconfig": "0.10.23-next-2024-06-18-4d320c07c.0",
50
50
  "@types/long": "4.0.2",
51
51
  "chokidar-cli": "3.0.0",
52
52
  "esbuild": "0.18.12",
@@ -76,5 +76,5 @@
76
76
  ]
77
77
  }
78
78
  },
79
- "gitHead": "36db8d8381a44f43f0daec46ceacc9f95554bb49"
79
+ "gitHead": "a872afcba1b193151e2e547bf98011bf3deb805b"
80
80
  }