@olane/os 0.7.12-alpha.76 → 0.7.12
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-os.d.ts","sourceRoot":"","sources":["../../../src/o-olane-os/o-os.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,
|
|
1
|
+
{"version":3,"file":"o-os.d.ts","sourceRoot":"","sources":["../../../src/o-olane-os/o-os.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC;AAG5D,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAIzC,OAAO,EAAG,SAAS,EAAE,MAAM,eAAe,CAAC;AAK3C,KAAK,WAAW,GAAG,SAAS,GAAG,WAAW,CAAC;AAC3C,qBAAa,OAAQ,SAAQ,OAAO;IAClC,OAAO,CAAC,OAAO,CAAqB;IACpC,OAAO,CAAC,KAAK,CAAqB;IAC3B,UAAU,EAAE,WAAW,GAAG,IAAI,CAAQ;IACtC,MAAM,EAAG,mBAAmB,CAAC;IACpC,OAAO,CAAC,MAAM,CAAgB;IAC9B,OAAO,CAAC,eAAe,CAAa;gBAExB,MAAM,EAAE,aAAa;IAKjC,SAAS,IAAI,SAAS,GAAG,WAAW;IAMpC,SAAS,CAAC,MAAM,EAAE,WAAW;IAOvB,OAAO,CAAC,IAAI,EAAE,WAAW;YAiBjB,UAAU;IAwClB,iBAAiB;IASjB,UAAU,CAAC,IAAI,EAAE,QAAQ;IAsDzB,aAAa;IA6Bb,GAAG,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG;IASnC,KAAK,IAAI,OAAO,CAAC;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,UAAU,EAAE,UAAU,EAAE,CAAA;KAAE,CAAC;IAiC9D,IAAI;IAwBJ,OAAO;CAKd"}
|
|
@@ -7,7 +7,7 @@ import { NodeType } from '@olane/o-core';
|
|
|
7
7
|
import { initCommonTools } from '@olane/o-tools-common';
|
|
8
8
|
import { initRegistryTools } from '@olane/o-tool-registry';
|
|
9
9
|
import { ConfigManager } from '../utils/config.js';
|
|
10
|
-
import {
|
|
10
|
+
import { oLaneTool } from '@olane/o-lane';
|
|
11
11
|
import { oLaneStorage } from '@olane/o-storage';
|
|
12
12
|
import { oNodeAddress } from '@olane/o-node';
|
|
13
13
|
export class OlaneOS extends oObject {
|
|
@@ -113,7 +113,7 @@ export class OlaneOS extends oObject {
|
|
|
113
113
|
}
|
|
114
114
|
else {
|
|
115
115
|
this.logger.debug('Starting non-leader node: ' + node.address.toString());
|
|
116
|
-
const commonNode = new
|
|
116
|
+
const commonNode = new oLaneTool({
|
|
117
117
|
...node,
|
|
118
118
|
address: node.address,
|
|
119
119
|
leader: this.rootLeader?.address || null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olane/os",
|
|
3
|
-
"version": "0.7.12
|
|
3
|
+
"version": "0.7.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -58,23 +58,23 @@
|
|
|
58
58
|
"typescript": "5.4.5"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@olane/o-client-limited": "0.7.12
|
|
62
|
-
"@olane/o-config": "0.7.12
|
|
63
|
-
"@olane/o-core": "0.7.12
|
|
64
|
-
"@olane/o-intelligence": "0.7.12
|
|
65
|
-
"@olane/o-lane": "0.7.12
|
|
66
|
-
"@olane/o-leader": "0.7.12
|
|
67
|
-
"@olane/o-login": "0.7.12
|
|
68
|
-
"@olane/o-protocol": "0.7.12
|
|
69
|
-
"@olane/o-storage": "0.7.12
|
|
70
|
-
"@olane/o-tool": "0.7.12
|
|
71
|
-
"@olane/o-tool-registry": "0.7.12
|
|
72
|
-
"@olane/o-tools-common": "0.7.12
|
|
61
|
+
"@olane/o-client-limited": "0.7.12",
|
|
62
|
+
"@olane/o-config": "0.7.12",
|
|
63
|
+
"@olane/o-core": "0.7.12",
|
|
64
|
+
"@olane/o-intelligence": "0.7.12",
|
|
65
|
+
"@olane/o-lane": "0.7.12",
|
|
66
|
+
"@olane/o-leader": "0.7.12",
|
|
67
|
+
"@olane/o-login": "0.7.12",
|
|
68
|
+
"@olane/o-protocol": "0.7.12",
|
|
69
|
+
"@olane/o-storage": "0.7.12",
|
|
70
|
+
"@olane/o-tool": "0.7.12",
|
|
71
|
+
"@olane/o-tool-registry": "0.7.12",
|
|
72
|
+
"@olane/o-tools-common": "0.7.12",
|
|
73
73
|
"chalk": "^5.4.1",
|
|
74
74
|
"debug": "^4.4.1",
|
|
75
75
|
"dotenv": "^16.5.0",
|
|
76
76
|
"fs-extra": "^11.3.0",
|
|
77
77
|
"touch": "^3.1.1"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "3ae788ffdde8a9ea7d01245cfda5e67052ec263f"
|
|
80
80
|
}
|