@devvit/protos 0.11.0-next-2024-08-06-9a9058384.0 → 0.11.0-next-2024-08-06-2b2a01b37.0

Sign up to get free protection for your applications and to get access to all the features.
package/meta.min.json CHANGED
@@ -390,18 +390,13 @@
390
390
  "format": "esm"
391
391
  },
392
392
  "src/types/devvit/runtime/runtime_common.ts": {
393
- "bytes": 7781,
393
+ "bytes": 2211,
394
394
  "imports": [
395
395
  {
396
396
  "path": "../../node_modules/protobufjs/minimal.js",
397
397
  "kind": "import-statement",
398
398
  "original": "protobufjs/minimal.js"
399
399
  },
400
- {
401
- "path": "src/types/google/protobuf/struct.ts",
402
- "kind": "import-statement",
403
- "original": "../../google/protobuf/struct.js"
404
- },
405
400
  {
406
401
  "path": "src/types/typeRegistry.ts",
407
402
  "kind": "import-statement",
@@ -5739,7 +5734,7 @@
5739
5734
  "format": "esm"
5740
5735
  },
5741
5736
  "src/types/devvit/runtime/actor/echo.ts": {
5742
- "bytes": 1352,
5737
+ "bytes": 1440,
5743
5738
  "imports": [
5744
5739
  {
5745
5740
  "path": "../../node_modules/protobufjs/minimal.js",
@@ -5752,9 +5747,9 @@
5752
5747
  "external": true
5753
5748
  },
5754
5749
  {
5755
- "path": "src/types/devvit/runtime/runtime_common.ts",
5750
+ "path": "src/types/google/protobuf/wrappers.ts",
5756
5751
  "kind": "import-statement",
5757
- "original": "../runtime_common.js"
5752
+ "original": "../../../google/protobuf/wrappers.js"
5758
5753
  }
5759
5754
  ],
5760
5755
  "format": "esm"
@@ -9048,7 +9043,7 @@
9048
9043
  "imports": [],
9049
9044
  "exports": [],
9050
9045
  "inputs": {},
9051
- "bytes": 6701781
9046
+ "bytes": 6692564
9052
9047
  },
9053
9048
  "dist/protos.min.js": {
9054
9049
  "imports": [],
@@ -9065,7 +9060,6 @@
9065
9060
  "AcceptModeratorInviteRequest",
9066
9061
  "AccessKeyPurgeRequest",
9067
9062
  "AccountDelete",
9068
- "Ack",
9069
9063
  "ActorSpec",
9070
9064
  "AddButtonWidgetRequest",
9071
9065
  "AddCalendarWidgetRequest",
@@ -9280,7 +9274,6 @@
9280
9274
  "CustomPostSnapshotResolverDefinition",
9281
9275
  "CustomPostSnapshotResolverServiceName",
9282
9276
  "CustomWidget",
9283
- "Debug",
9284
9277
  "Definition",
9285
9278
  "DeleteCollectionRequest",
9286
9279
  "DeleteFlairRequest",
@@ -9842,7 +9835,6 @@
9842
9835
  "StorableAction",
9843
9836
  "StorableAction_MetadataEntry",
9844
9837
  "StorableAction_State",
9845
- "Str",
9846
9838
  "StreamBrokerClientImpl",
9847
9839
  "StreamBrokerDefinition",
9848
9840
  "StreamBrokerServiceName",
@@ -10280,7 +10272,7 @@
10280
10272
  "bytesInOutput": 4260
10281
10273
  },
10282
10274
  "src/types/devvit/runtime/runtime_common.ts": {
10283
- "bytesInOutput": 3168
10275
+ "bytesInOutput": 751
10284
10276
  },
10285
10277
  "src/types/devvit/service/bundle_service.ts": {
10286
10278
  "bytesInOutput": 1479
@@ -10445,7 +10437,7 @@
10445
10437
  "bytesInOutput": 1568
10446
10438
  },
10447
10439
  "src/types/devvit/runtime/actor/echo.ts": {
10448
- "bytesInOutput": 444
10440
+ "bytesInOutput": 440
10449
10441
  },
10450
10442
  "src/types/devvit/runtime/actor/bootstrap.ts": {
10451
10443
  "bytesInOutput": 808
@@ -10733,7 +10725,7 @@
10733
10725
  "bytesInOutput": 879
10734
10726
  }
10735
10727
  },
10736
- "bytes": 1796426
10728
+ "bytes": 1793973
10737
10729
  }
10738
10730
  }
10739
10731
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/protos",
3
- "version": "0.11.0-next-2024-08-06-9a9058384.0",
3
+ "version": "0.11.0-next-2024-08-06-2b2a01b37.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,9 +45,9 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@ampproject/filesize": "4.3.0",
48
- "@devvit/eslint-config": "0.11.0-next-2024-08-06-9a9058384.0",
49
- "@devvit/repo-tools": "0.11.0-next-2024-08-06-9a9058384.0",
50
- "@devvit/tsconfig": "0.11.0-next-2024-08-06-9a9058384.0",
48
+ "@devvit/eslint-config": "0.11.0-next-2024-08-06-2b2a01b37.0",
49
+ "@devvit/repo-tools": "0.11.0-next-2024-08-06-2b2a01b37.0",
50
+ "@devvit/tsconfig": "0.11.0-next-2024-08-06-2b2a01b37.0",
51
51
  "@types/long": "4.0.2",
52
52
  "chokidar-cli": "3.0.0",
53
53
  "esbuild": "0.23.0",
@@ -80,5 +80,5 @@
80
80
  ]
81
81
  }
82
82
  },
83
- "gitHead": "f3cdf8cf40a737e8e05f86feafaaefed7e74e5e8"
83
+ "gitHead": "598e2ca5a2a47fe8ae9d7ee105e2ff773f0b906e"
84
84
  }