@olane/o-client-limited 0.7.34 → 0.7.36

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.
@@ -1 +1 @@
1
- {"version":3,"file":"o-limited-connection-manager.d.ts","sourceRoot":"","sources":["../../../src/connection/o-limited-connection-manager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,qBAAa,yBAA0B,SAAQ,sBAAsB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAS;IAEjC;;OAEG;IACG,OAAO,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CA8B1E"}
1
+ {"version":3,"file":"o-limited-connection-manager.d.ts","sourceRoot":"","sources":["../../../src/connection/o-limited-connection-manager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AAE9E,OAAO,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AAE/D,qBAAa,yBAA0B,SAAQ,sBAAsB;IACnE,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAS;IAEjC;;OAEG;IACG,OAAO,CAAC,MAAM,EAAE,qBAAqB,GAAG,OAAO,CAAC,kBAAkB,CAAC;CA6B1E"}
@@ -15,7 +15,6 @@ export class oLimitedConnectionManager extends oNodeConnectionManager {
15
15
  p2pConnection: p2pConnection,
16
16
  callerAddress: callerAddress,
17
17
  runOnLimitedConnection: this.config.runOnLimitedConnection ?? true,
18
- useLengthPrefixing: this.config.useLengthPrefixing,
19
18
  requestHandler: config.requestHandler,
20
19
  });
21
20
  return connection;
@@ -1 +1 @@
1
- {"version":3,"file":"o-limited-connection.d.ts","sourceRoot":"","sources":["../../../src/connection/o-limited-connection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAGhD;;;GAGG;AACH,qBAAa,kBAAmB,SAAQ,eAAe;IAC/C,iBAAiB,IAAI,OAAO,CAAC,MAAM,CAAC;IAoBpC,YAAY,CAAC,MAAM,EAAE,MAAM;CAQlC"}
1
+ {"version":3,"file":"o-limited-connection.d.ts","sourceRoot":"","sources":["../../../src/connection/o-limited-connection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAGhD;;;GAGG;AACH,qBAAa,kBAAmB,SAAQ,eAAe;IAC/C,iBAAiB,IAAI,OAAO,CAAC,MAAM,CAAC;IAmBpC,YAAY,CAAC,MAAM,EAAE,MAAM;CAQlC"}
@@ -14,7 +14,6 @@ export class oLimitedConnection extends oNodeConnection {
14
14
  runOnLimitedConnection: this.config.runOnLimitedConnection ?? true,
15
15
  reusePolicy: 'reuse', // Enable stream reuse
16
16
  drainTimeoutMs: this.config.drainTimeoutMs,
17
- useLengthPrefixing: this.config.useLengthPrefixing ?? true,
18
17
  };
19
18
  return this.streamHandler.getOrCreateStream(this.p2pConnection, this.nextHopAddress.protocol, streamConfig);
20
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-client-limited",
3
- "version": "0.7.34",
3
+ "version": "0.7.36",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -53,13 +53,13 @@
53
53
  "typescript": "5.4.5"
54
54
  },
55
55
  "dependencies": {
56
- "@olane/o-config": "0.7.34",
57
- "@olane/o-core": "0.7.34",
58
- "@olane/o-node": "0.7.34",
59
- "@olane/o-protocol": "0.7.34",
60
- "@olane/o-tool": "0.7.34",
56
+ "@olane/o-config": "0.7.36",
57
+ "@olane/o-core": "0.7.36",
58
+ "@olane/o-node": "0.7.36",
59
+ "@olane/o-protocol": "0.7.36",
60
+ "@olane/o-tool": "0.7.36",
61
61
  "debug": "^4.4.1",
62
62
  "dotenv": "^16.5.0"
63
63
  },
64
- "gitHead": "f5c2e654d18505174074f2df972c1e4851eb7ea3"
64
+ "gitHead": "26de81c453581221d62335b72f19a507bd537482"
65
65
  }