@xyo-network/modules 2.38.2 → 2.38.3

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 +44 -53
  2. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -29451,69 +29451,60 @@
29451
29451
  {
29452
29452
  "type": "array",
29453
29453
  "elementType": {
29454
- "type": "union",
29454
+ "type": "intersection",
29455
29455
  "types": [
29456
29456
  {
29457
- "type": "literal",
29458
- "value": null
29457
+ "type": "reference",
29458
+ "name": "SchemaFields"
29459
29459
  },
29460
29460
  {
29461
- "type": "intersection",
29462
- "types": [
29463
- {
29464
- "type": "reference",
29465
- "name": "SchemaFields"
29466
- },
29467
- {
29468
- "type": "reference",
29469
- "name": "PayloadFields"
29470
- },
29471
- {
29472
- "type": "reflection",
29473
- "declaration": {
29474
- "id": 362,
29475
- "name": "__type",
29476
- "kind": 65536,
29477
- "kindString": "Type literal",
29461
+ "type": "reference",
29462
+ "name": "PayloadFields"
29463
+ },
29464
+ {
29465
+ "type": "reflection",
29466
+ "declaration": {
29467
+ "id": 362,
29468
+ "name": "__type",
29469
+ "kind": 65536,
29470
+ "kindString": "Type literal",
29471
+ "flags": {},
29472
+ "children": [
29473
+ {
29474
+ "id": 363,
29475
+ "name": "schema",
29476
+ "kind": 1024,
29477
+ "kindString": "Property",
29478
29478
  "flags": {},
29479
- "children": [
29480
- {
29481
- "id": 363,
29482
- "name": "schema",
29483
- "kind": 1024,
29484
- "kindString": "Property",
29485
- "flags": {},
29486
- "sources": [
29487
- {
29488
- "fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
29489
- "line": 19,
29490
- "character": 4
29491
- }
29492
- ],
29493
- "type": {
29494
- "type": "intrinsic",
29495
- "name": "string"
29496
- }
29497
- }
29498
- ],
29499
- "groups": [
29500
- {
29501
- "title": "Properties",
29502
- "children": [
29503
- 363
29504
- ]
29505
- }
29506
- ],
29507
29479
  "sources": [
29508
29480
  {
29509
29481
  "fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
29510
- "line": 18,
29511
- "character": 17
29482
+ "line": 19,
29483
+ "character": 4
29512
29484
  }
29485
+ ],
29486
+ "type": {
29487
+ "type": "intrinsic",
29488
+ "name": "string"
29489
+ }
29490
+ }
29491
+ ],
29492
+ "groups": [
29493
+ {
29494
+ "title": "Properties",
29495
+ "children": [
29496
+ 363
29513
29497
  ]
29514
29498
  }
29515
- }
29516
- ]
29499
+ ],
29500
+ "sources": [
29501
+ {
29502
+ "fileName": "sdk/packages/payload/dist/esm/models/XyoPayload.d.ts",
29503
+ "line": 18,
29504
+ "character": 17
29505
+ }
29506
+ ]
29507
+ }
29517
29508
  }
29518
29509
  ]
29519
29510
  }
@@ -107659,7 +107650,7 @@
107659
107650
  "fileName": "modules/src/index.ts",
107660
107651
  "line": 1,
107661
107652
  "character": 0,
107662
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c9c6a8f4/packages/modules/src/index.ts#L1"
107653
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0bf62c03/packages/modules/src/index.ts#L1"
107663
107654
  }
107664
107655
  ]
107665
107656
  }
package/package.json CHANGED
@@ -10,11 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "^2.38.2",
14
- "@xyo-network/diviner": "^2.38.2",
15
- "@xyo-network/module": "^2.38.2",
16
- "@xyo-network/node": "^2.38.2",
17
- "@xyo-network/witness": "^2.38.2",
13
+ "@xyo-network/archivist": "^2.38.3",
14
+ "@xyo-network/diviner": "^2.38.3",
15
+ "@xyo-network/module": "^2.38.3",
16
+ "@xyo-network/node": "^2.38.3",
17
+ "@xyo-network/witness": "^2.38.3",
18
18
  "tslib": "^2.4.0"
19
19
  },
20
20
  "peerDependencies": {
@@ -54,5 +54,5 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "types": "dist/esm/index.d.ts",
57
- "version": "2.38.2"
57
+ "version": "2.38.3"
58
58
  }