@ocap/proto 1.30.3 → 1.30.4

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/lib/proto.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare const forgeTypes: any;
2
- export const vendorTypes: {};
3
- export { forgeTypes as types };
package/lib/proto.js DELETED
@@ -1,17 +0,0 @@
1
- // Auto generated code, DO NOT EDIT
2
- // Note: state_pb and trace-type_pb are excluded — their types are never
3
- // instantiated as protobuf objects at runtime (only used as TS interfaces).
4
- // This saves ~605 KB of unused generated JS.
5
-
6
- const enumPb = require('./gen/enum_pb.js');
7
- const txPb = require('./gen/tx_pb.js');
8
- const typePb = require('./gen/type_pb.js');
9
- const vendorPb = require('./gen/vendor_pb.js');
10
-
11
- const forgeTypes = Object.assign({}, enumPb, txPb, typePb);
12
- const vendorTypes = Object.assign({}, vendorPb);
13
-
14
- module.exports = {
15
- types: forgeTypes,
16
- vendorTypes,
17
- };