@xyo-network/modules 2.40.2 → 2.41.0-rc.2

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.
Files changed (2) hide show
  1. package/dist/docs.json +55 -69
  2. package/package.json +9 -8
package/dist/docs.json CHANGED
@@ -111959,7 +111959,9 @@
111959
111959
  "name": "XyoWitness",
111960
111960
  "kind": 128,
111961
111961
  "kindString": "Class",
111962
- "flags": {},
111962
+ "flags": {
111963
+ "isAbstract": true
111964
+ },
111963
111965
  "children": [
111964
111966
  {
111965
111967
  "id": 5274,
@@ -116356,7 +116358,7 @@
116356
116358
  {
116357
116359
  "fileName": "modules/packages/witness/dist/esm/XyoWitness.d.ts",
116358
116360
  "line": 6,
116359
- "character": 21
116361
+ "character": 30
116360
116362
  }
116361
116363
  ],
116362
116364
  "typeParameters": [
@@ -119061,70 +119063,62 @@
119061
119063
  "type": {
119062
119064
  "type": "array",
119063
119065
  "elementType": {
119064
- "type": "reference",
119065
- "typeArguments": [
119066
+ "type": "intersection",
119067
+ "types": [
119066
119068
  {
119067
- "type": "intersection",
119068
- "types": [
119069
- {
119070
- "type": "reference",
119071
- "name": "SchemaFields"
119072
- },
119073
- {
119074
- "type": "reference",
119075
- "name": "PayloadFields"
119076
- },
119077
- {
119078
- "type": "reflection",
119079
- "declaration": {
119080
- "id": 5455,
119081
- "name": "__type",
119082
- "kind": 65536,
119083
- "kindString": "Type literal",
119069
+ "type": "reference",
119070
+ "name": "SchemaFields"
119071
+ },
119072
+ {
119073
+ "type": "reference",
119074
+ "name": "PayloadFields"
119075
+ },
119076
+ {
119077
+ "type": "reflection",
119078
+ "declaration": {
119079
+ "id": 5455,
119080
+ "name": "__type",
119081
+ "kind": 65536,
119082
+ "kindString": "Type literal",
119083
+ "flags": {},
119084
+ "children": [
119085
+ {
119086
+ "id": 5456,
119087
+ "name": "schema",
119088
+ "kind": 1024,
119089
+ "kindString": "Property",
119084
119090
  "flags": {},
119085
- "children": [
119086
- {
119087
- "id": 5456,
119088
- "name": "schema",
119089
- "kind": 1024,
119090
- "kindString": "Property",
119091
- "flags": {},
119092
- "sources": [
119093
- {
119094
- "fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
119095
- "line": 19,
119096
- "character": 4
119097
- }
119098
- ],
119099
- "type": {
119100
- "type": "intrinsic",
119101
- "name": "string"
119102
- }
119103
- }
119104
- ],
119105
- "groups": [
119106
- {
119107
- "title": "Properties",
119108
- "children": [
119109
- 5456
119110
- ]
119111
- }
119112
- ],
119113
119091
  "sources": [
119114
119092
  {
119115
119093
  "fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
119116
- "line": 18,
119117
- "character": 17
119094
+ "line": 19,
119095
+ "character": 4
119118
119096
  }
119097
+ ],
119098
+ "type": {
119099
+ "type": "intrinsic",
119100
+ "name": "string"
119101
+ }
119102
+ }
119103
+ ],
119104
+ "groups": [
119105
+ {
119106
+ "title": "Properties",
119107
+ "children": [
119108
+ 5456
119119
119109
  ]
119120
119110
  }
119121
- }
119122
- ]
119111
+ ],
119112
+ "sources": [
119113
+ {
119114
+ "fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
119115
+ "line": 18,
119116
+ "character": 17
119117
+ }
119118
+ ]
119119
+ }
119123
119120
  }
119124
- ],
119125
- "name": "Partial",
119126
- "qualifiedName": "Partial",
119127
- "package": "typescript"
119121
+ ]
119128
119122
  }
119129
119123
  }
119130
119124
  }
@@ -125441,7 +125435,7 @@
125441
125435
  "parameters": [
125442
125436
  {
125443
125437
  "id": 5039,
125444
- "name": "fields",
125438
+ "name": "payloads",
125445
125439
  "kind": 32768,
125446
125440
  "kindString": "Parameter",
125447
125441
  "flags": {
@@ -125451,16 +125445,8 @@
125451
125445
  "type": "array",
125452
125446
  "elementType": {
125453
125447
  "type": "reference",
125454
- "typeArguments": [
125455
- {
125456
- "type": "reference",
125457
- "id": 5068,
125458
- "name": "TTarget"
125459
- }
125460
- ],
125461
- "name": "Partial",
125462
- "qualifiedName": "Partial",
125463
- "package": "typescript"
125448
+ "id": 5068,
125449
+ "name": "TTarget"
125464
125450
  }
125465
125451
  }
125466
125452
  }
@@ -134965,7 +134951,7 @@
134965
134951
  "fileName": "modules/src/index.ts",
134966
134952
  "line": 1,
134967
134953
  "character": 0,
134968
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/1b36256f/packages/modules/src/index.ts#L1"
134954
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/30b9d383/packages/modules/src/index.ts#L1"
134969
134955
  }
134970
134956
  ]
134971
134957
  }
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "^2.40.2",
14
- "@xyo-network/bridge": "^2.40.2",
15
- "@xyo-network/diviner": "^2.40.2",
16
- "@xyo-network/module": "^2.40.2",
17
- "@xyo-network/node": "^2.40.2",
18
- "@xyo-network/panel": "^2.40.2",
19
- "@xyo-network/witness": "^2.40.2",
13
+ "@xyo-network/archivist": "^2.41.0-rc.2",
14
+ "@xyo-network/bridge": "^2.41.0-rc.2",
15
+ "@xyo-network/diviner": "^2.41.0-rc.2",
16
+ "@xyo-network/module": "^2.41.0-rc.2",
17
+ "@xyo-network/node": "^2.41.0-rc.2",
18
+ "@xyo-network/panel": "^2.41.0-rc.2",
19
+ "@xyo-network/witness": "^2.41.0-rc.2",
20
20
  "tslib": "^2.4.1"
21
21
  },
22
22
  "devDependencies": {
@@ -60,5 +60,6 @@
60
60
  },
61
61
  "sideEffects": false,
62
62
  "types": "dist/esm/index.d.ts",
63
- "version": "2.40.2"
63
+ "version": "2.41.0-rc.2",
64
+ "stableVersion": "2.40.2"
64
65
  }