@xyo-network/os-runtime 4.0.3 → 4.0.5
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/dist/neutral/XyOsBase.d.ts +1 -1
- package/dist/neutral/XyOsBase.d.ts.map +1 -1
- package/dist/neutral/adapter/Base.d.ts +1 -1
- package/dist/neutral/adapter/Base.d.ts.map +1 -1
- package/dist/neutral/event/bus/Connection.d.ts +1 -1
- package/dist/neutral/event/bus/Connection.d.ts.map +1 -1
- package/dist/neutral/index.mjs +4 -4
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/stack/Base.d.ts +1 -1
- package/dist/neutral/stack/Base.d.ts.map +1 -1
- package/dist/node/XyOsBase.d.ts +1 -1
- package/dist/node/XyOsBase.d.ts.map +1 -1
- package/dist/node/adapter/Base.d.ts +1 -1
- package/dist/node/adapter/Base.d.ts.map +1 -1
- package/dist/node/event/bus/Connection.d.ts +1 -1
- package/dist/node/event/bus/Connection.d.ts.map +1 -1
- package/dist/node/index.mjs +4 -4
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/scripts/xyos/command/index.mjs +4 -4
- package/dist/node/scripts/xyos/command/index.mjs.map +1 -1
- package/dist/node/scripts/xyos/index.mjs +4 -4
- package/dist/node/scripts/xyos/index.mjs.map +1 -1
- package/dist/node/scripts/xyos/lib/index.mjs +4 -4
- package/dist/node/scripts/xyos/lib/index.mjs.map +1 -1
- package/dist/node/stack/Base.d.ts +1 -1
- package/dist/node/stack/Base.d.ts.map +1 -1
- package/package.json +39 -38
- package/src/XyOsBase.ts +1 -1
- package/src/adapter/Base.ts +1 -1
- package/src/event/bus/Connection.ts +1 -1
- package/src/stack/Base.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { BaseParams } from '@xylabs/object';
|
|
2
|
-
import { BaseEmitter } from '@xyo-network/module-
|
|
2
|
+
import { BaseEmitter } from '@xyo-network/module-event-emitter';
|
|
3
3
|
import type { ModuleIdentifier } from '@xyo-network/module-model';
|
|
4
4
|
import type { AttachableNodeInstance } from '@xyo-network/node-model';
|
|
5
5
|
import type { AdapterSetCreator, NodeAdapter, StackBaseEvents, StackInitializer, XyOsContext } from '@xyo-network/os-model';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../src/stack/Base.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAEhD,OAAO,EAAE,WAAW,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Base.d.ts","sourceRoot":"","sources":["../../../src/stack/Base.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAEhD,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAA;AAC/D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAA;AAEjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAA;AAErE,OAAO,KAAK,EACV,iBAAiB,EAAE,WAAW,EAAyB,eAAe,EAAE,gBAAgB,EAAE,WAAW,EACtG,MAAM,uBAAuB,CAAA;AAE9B;;;;GAIG;AACH,qBAAa,SAAU,SAAQ,WAAW,CAAC,UAAU,EAAE,eAAe,CAAE,YAAW,gBAAgB;IAEjG,WAAW,UAAQ;IAGnB,OAAO,CAAC,WAAW,CAAe;IAElC,OAAO,CAAC,QAAQ,CAAa;IAG7B,OAAO,CAAC,MAAM,CAAoC;IAGlD,OAAO,CAAC,kBAAkB,CAAkB;IAG5C,OAAO,CAAC,gBAAgB,CAA+B;IAIvD,OAAO,CAAC,SAAS,CAKT;gBAEI,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,gBAAgB;IAOpG,IAAI,UAAU,IAAI,WAAW,EAAE,CAE9B;IAED,IAAI,OAAO,IAAI,WAAW,CAEzB;IAED,IAAI,KAAK,IAAI,sBAAsB,CAElC;IAED,IAAI,iBAAiB,IAAI,gBAAgB,CAExC;IAED,UAAU;IA2BV;;OAEG;IACH,IAAI;IASJ;;;;;OAKG;YACW,kBAAkB;IAahC,OAAO,CAAC,WAAW;YAQL,YAAY;YAKZ,iBAAiB;YAcjB,yBAAyB;CAYxC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/os-runtime",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -36,39 +36,39 @@
|
|
|
36
36
|
"xyos": "./dist/node/scripts/xyos/index.mjs"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@xylabs/assert": "^4.3.
|
|
40
|
-
"@xylabs/forget": "^4.3.
|
|
41
|
-
"@xylabs/hex": "^4.3.
|
|
42
|
-
"@xylabs/lodash": "^4.3.
|
|
43
|
-
"@xylabs/object": "^4.3.
|
|
44
|
-
"@xylabs/promise": "^4.3.
|
|
45
|
-
"@xyo-network/account": "^3.3.
|
|
46
|
-
"@xyo-network/archivist": "^3.3.
|
|
47
|
-
"@xyo-network/archivist-indexeddb": "^3.3.
|
|
48
|
-
"@xyo-network/archivist-model": "^3.3.
|
|
49
|
-
"@xyo-network/bios": "^4.0.
|
|
50
|
-
"@xyo-network/bridge-model": "^3.3.
|
|
51
|
-
"@xyo-network/diviner-abstract": "^3.3.
|
|
52
|
-
"@xyo-network/diviner-model": "^3.3.
|
|
53
|
-
"@xyo-network/diviner-payload-generic": "^3.3.
|
|
54
|
-
"@xyo-network/diviner-payload-indexeddb": "^3.3.
|
|
55
|
-
"@xyo-network/diviner-payload-model": "^3.3.
|
|
56
|
-
"@xyo-network/diviner-temporal-indexing-model": "^3.3.
|
|
57
|
-
"@xyo-network/kernel": "^4.0.
|
|
58
|
-
"@xyo-network/kernel-model": "^4.0.
|
|
59
|
-
"@xyo-network/manifest": "^3.3.
|
|
60
|
-
"@xyo-network/manifest-wrapper": "^3.3.
|
|
61
|
-
"@xyo-network/module-
|
|
62
|
-
"@xyo-network/module-events": "^3.3.
|
|
63
|
-
"@xyo-network/module-factory-locator": "^3.3.
|
|
64
|
-
"@xyo-network/module-model": "^3.3.
|
|
65
|
-
"@xyo-network/module-resolver": "^3.3.
|
|
66
|
-
"@xyo-network/node-model": "^3.3.
|
|
67
|
-
"@xyo-network/os-model": "^4.0.
|
|
68
|
-
"@xyo-network/payload-builder": "^3.3.
|
|
69
|
-
"@xyo-network/payload-model": "^3.3.
|
|
70
|
-
"@xyo-network/storage-model": "^4.0.
|
|
71
|
-
"@xyo-network/wallet-model": "^3.3.
|
|
39
|
+
"@xylabs/assert": "^4.3.3",
|
|
40
|
+
"@xylabs/forget": "^4.3.3",
|
|
41
|
+
"@xylabs/hex": "^4.3.3",
|
|
42
|
+
"@xylabs/lodash": "^4.3.3",
|
|
43
|
+
"@xylabs/object": "^4.3.3",
|
|
44
|
+
"@xylabs/promise": "^4.3.3",
|
|
45
|
+
"@xyo-network/account": "^3.3.2",
|
|
46
|
+
"@xyo-network/archivist": "^3.3.2",
|
|
47
|
+
"@xyo-network/archivist-indexeddb": "^3.3.2",
|
|
48
|
+
"@xyo-network/archivist-model": "^3.3.2",
|
|
49
|
+
"@xyo-network/bios": "^4.0.5",
|
|
50
|
+
"@xyo-network/bridge-model": "^3.3.2",
|
|
51
|
+
"@xyo-network/diviner-abstract": "^3.3.2",
|
|
52
|
+
"@xyo-network/diviner-model": "^3.3.2",
|
|
53
|
+
"@xyo-network/diviner-payload-generic": "^3.3.2",
|
|
54
|
+
"@xyo-network/diviner-payload-indexeddb": "^3.3.2",
|
|
55
|
+
"@xyo-network/diviner-payload-model": "^3.3.2",
|
|
56
|
+
"@xyo-network/diviner-temporal-indexing-model": "^3.3.2",
|
|
57
|
+
"@xyo-network/kernel": "^4.0.5",
|
|
58
|
+
"@xyo-network/kernel-model": "^4.0.5",
|
|
59
|
+
"@xyo-network/manifest": "^3.3.2",
|
|
60
|
+
"@xyo-network/manifest-wrapper": "^3.3.2",
|
|
61
|
+
"@xyo-network/module-event-emitter": "^3.3.2",
|
|
62
|
+
"@xyo-network/module-events": "^3.3.2",
|
|
63
|
+
"@xyo-network/module-factory-locator": "^3.3.2",
|
|
64
|
+
"@xyo-network/module-model": "^3.3.2",
|
|
65
|
+
"@xyo-network/module-resolver": "^3.3.2",
|
|
66
|
+
"@xyo-network/node-model": "^3.3.2",
|
|
67
|
+
"@xyo-network/os-model": "^4.0.5",
|
|
68
|
+
"@xyo-network/payload-builder": "^3.3.2",
|
|
69
|
+
"@xyo-network/payload-model": "^3.3.2",
|
|
70
|
+
"@xyo-network/storage-model": "^4.0.5",
|
|
71
|
+
"@xyo-network/wallet-model": "^3.3.2",
|
|
72
72
|
"async-mutex": "^0.5.0",
|
|
73
73
|
"chalk": "^5.3.0",
|
|
74
74
|
"cosmiconfig": "^9.0.0",
|
|
@@ -77,19 +77,20 @@
|
|
|
77
77
|
"semver": "^7.6.3",
|
|
78
78
|
"terminal-kit": "^3.1.1",
|
|
79
79
|
"typescript": "^5.6.3",
|
|
80
|
-
"uuid": "^
|
|
80
|
+
"uuid": "^11.0.1",
|
|
81
81
|
"yargs": "^17.7.2"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
|
+
"@types/node": "^22.8.1",
|
|
84
85
|
"@types/semver": "^7.5.8",
|
|
85
86
|
"@types/terminal-kit": "^2.5.6",
|
|
86
87
|
"@types/uuid": "^10.0.0",
|
|
87
88
|
"@types/yargs": "^17.0.33",
|
|
88
89
|
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
|
89
90
|
"@xylabs/tsconfig": "^4.2.3",
|
|
90
|
-
"@xyo-network/bios-model": "^4.0.
|
|
91
|
-
"@xyo-network/bios-nodejs": "^4.0.
|
|
92
|
-
"vitest": "^2.1.
|
|
91
|
+
"@xyo-network/bios-model": "^4.0.5",
|
|
92
|
+
"@xyo-network/bios-nodejs": "^4.0.5",
|
|
93
|
+
"vitest": "^2.1.4"
|
|
93
94
|
},
|
|
94
95
|
"publishConfig": {
|
|
95
96
|
"access": "public"
|
package/src/XyOsBase.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { Promisable } from '@xylabs/promise'
|
|
|
4
4
|
import type { WalletInstance } from '@xyo-network/account'
|
|
5
5
|
import type { KernelExternal } from '@xyo-network/kernel-model'
|
|
6
6
|
import type { PackageManifest } from '@xyo-network/manifest'
|
|
7
|
-
import { BaseEmitter } from '@xyo-network/module-
|
|
7
|
+
import { BaseEmitter } from '@xyo-network/module-event-emitter'
|
|
8
8
|
import { ModuleFactoryLocator } from '@xyo-network/module-factory-locator'
|
|
9
9
|
import type { NodeInstance } from '@xyo-network/node-model'
|
|
10
10
|
import type {
|
package/src/adapter/Base.ts
CHANGED
|
@@ -4,7 +4,7 @@ import type { BaseParams } from '@xylabs/object'
|
|
|
4
4
|
import type { ArchivistModuleEventData } from '@xyo-network/archivist'
|
|
5
5
|
import { asArchivistInstance } from '@xyo-network/archivist'
|
|
6
6
|
import type { KernelExternal } from '@xyo-network/kernel-model'
|
|
7
|
-
import { BaseEmitter } from '@xyo-network/module-
|
|
7
|
+
import { BaseEmitter } from '@xyo-network/module-event-emitter'
|
|
8
8
|
import { asAttachableNodeInstance } from '@xyo-network/node-model'
|
|
9
9
|
import type { NodeAdapter, NodeAdapterBaseEvents } from '@xyo-network/os-model'
|
|
10
10
|
import type { Payload, WithMeta } from '@xyo-network/payload-model'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { assertEx } from '@xylabs/assert'
|
|
2
2
|
import type { BaseParams } from '@xylabs/object'
|
|
3
|
-
import { BaseEmitter } from '@xyo-network/module-
|
|
3
|
+
import { BaseEmitter } from '@xyo-network/module-event-emitter'
|
|
4
4
|
import type { EventData } from '@xyo-network/module-events'
|
|
5
5
|
import type {
|
|
6
6
|
EventBusConnectionInterface, EventBusConnectionRequest, EventBusConnectionType,
|
package/src/stack/Base.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { assertEx } from '@xylabs/assert'
|
|
|
2
2
|
import { forget } from '@xylabs/forget'
|
|
3
3
|
import type { BaseParams } from '@xylabs/object'
|
|
4
4
|
import type { Promisable } from '@xylabs/promise'
|
|
5
|
-
import { BaseEmitter } from '@xyo-network/module-
|
|
5
|
+
import { BaseEmitter } from '@xyo-network/module-event-emitter'
|
|
6
6
|
import type { ModuleIdentifier } from '@xyo-network/module-model'
|
|
7
7
|
import { isModuleInstance } from '@xyo-network/module-model'
|
|
8
8
|
import type { AttachableNodeInstance } from '@xyo-network/node-model'
|