@olane/o-lane 0.7.55 → 0.7.56

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-lane.mixin.d.ts","sourceRoot":"","sources":["../../src/o-lane.mixin.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU1C;;;;;;;;;;;;;GAaG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,SAAS,EAClE,IAAI,EAAE,CAAC,GACN,CAAC,CAuJH"}
1
+ {"version":3,"file":"o-lane.mixin.d.ts","sourceRoot":"","sources":["../../src/o-lane.mixin.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU1C;;;;;;;;;;;;;GAaG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,SAAS,EAClE,IAAI,EAAE,CAAC,GACN,CAAC,CA2JH"}
@@ -25,6 +25,9 @@ export function withLane(Base) {
25
25
  super(...args);
26
26
  this.manager = new oLaneManager();
27
27
  }
28
+ async initRequestManager() {
29
+ return super.initRequestManager();
30
+ }
28
31
  async _tool_handshake(handshake) {
29
32
  this.logger.debug('Performing handshake with intent: ', handshake.params.intent);
30
33
  let tools = await this.myTools();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-lane",
3
- "version": "0.7.55",
3
+ "version": "0.7.56",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@eslint/eslintrc": "^3.3.1",
38
38
  "@eslint/js": "^9.29.0",
39
- "@olane/o-test": "0.7.55",
39
+ "@olane/o-test": "0.7.56",
40
40
  "@tsconfig/node20": "^20.1.6",
41
41
  "@types/handlebars": "^4.1.0",
42
42
  "@types/jest": "^30.0.0",
@@ -57,15 +57,15 @@
57
57
  "typescript": "5.4.5"
58
58
  },
59
59
  "dependencies": {
60
- "@olane/o-config": "0.7.55",
61
- "@olane/o-core": "0.7.55",
62
- "@olane/o-node": "0.7.55",
63
- "@olane/o-protocol": "0.7.55",
64
- "@olane/o-storage": "0.7.55",
65
- "@olane/o-tool": "0.7.55",
60
+ "@olane/o-config": "0.7.56",
61
+ "@olane/o-core": "0.7.56",
62
+ "@olane/o-node": "0.7.56",
63
+ "@olane/o-protocol": "0.7.56",
64
+ "@olane/o-storage": "0.7.56",
65
+ "@olane/o-tool": "0.7.56",
66
66
  "debug": "^4.4.1",
67
67
  "dotenv": "^16.5.0",
68
68
  "handlebars": "^4.7.8"
69
69
  },
70
- "gitHead": "f7d02a1ecfb0d28b7b1009a7c3eb6d0d4863adc2"
70
+ "gitHead": "f1dadd9c39f33d1279345546df8e1bf63481e5e1"
71
71
  }