@xyo-network/payload 2.50.4 → 2.50.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.
Files changed (2) hide show
  1. package/dist/docs.json +10 -37
  2. package/package.json +6 -6
package/dist/docs.json CHANGED
@@ -1356,18 +1356,9 @@
1356
1356
  }
1357
1357
  ],
1358
1358
  "type": {
1359
- "type": "union",
1360
- "types": [
1361
- {
1362
- "type": "literal",
1363
- "value": null
1364
- },
1365
- {
1366
- "type": "reference",
1367
- "id": 141,
1368
- "name": "AllValidatorFactory"
1369
- }
1370
- ]
1359
+ "type": "reference",
1360
+ "id": 141,
1361
+ "name": "AllValidatorFactory"
1371
1362
  }
1372
1363
  },
1373
1364
  {
@@ -1390,18 +1381,9 @@
1390
1381
  "kindString": "Get signature",
1391
1382
  "flags": {},
1392
1383
  "type": {
1393
- "type": "union",
1394
- "types": [
1395
- {
1396
- "type": "intrinsic",
1397
- "name": "undefined"
1398
- },
1399
- {
1400
- "type": "reference",
1401
- "id": 137,
1402
- "name": "AllValidator"
1403
- }
1404
- ]
1384
+ "type": "reference",
1385
+ "id": 137,
1386
+ "name": "AllValidator"
1405
1387
  }
1406
1388
  }
1407
1389
  },
@@ -1550,18 +1532,9 @@
1550
1532
  "kindString": "Parameter",
1551
1533
  "flags": {},
1552
1534
  "type": {
1553
- "type": "union",
1554
- "types": [
1555
- {
1556
- "type": "literal",
1557
- "value": null
1558
- },
1559
- {
1560
- "type": "reference",
1561
- "id": 141,
1562
- "name": "AllValidatorFactory"
1563
- }
1564
- ]
1535
+ "type": "reference",
1536
+ "id": 141,
1537
+ "name": "AllValidatorFactory"
1565
1538
  }
1566
1539
  }
1567
1540
  ],
@@ -7685,7 +7658,7 @@
7685
7658
  "fileName": "payload/src/index.ts",
7686
7659
  "line": 1,
7687
7660
  "character": 0,
7688
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d0018a006/packages/protocol/packages/payload/src/index.ts#L1"
7661
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/protocol/packages/payload/src/index.ts#L1"
7689
7662
  }
7690
7663
  ]
7691
7664
  }
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/huri": "^2.50.4",
14
- "@xyo-network/payload-builder": "^2.50.4",
15
- "@xyo-network/payload-model": "^2.50.4",
16
- "@xyo-network/payload-validator": "^2.50.4",
17
- "@xyo-network/payload-wrapper": "^2.50.4"
13
+ "@xyo-network/huri": "^2.50.5",
14
+ "@xyo-network/payload-builder": "^2.50.5",
15
+ "@xyo-network/payload-model": "^2.50.5",
16
+ "@xyo-network/payload-validator": "^2.50.5",
17
+ "@xyo-network/payload-wrapper": "^2.50.5"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@xylabs/ts-scripts-yarn3": "^2.16.0-rc.2",
@@ -54,5 +54,5 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "types": "dist/types/index.d.ts",
57
- "version": "2.50.4"
57
+ "version": "2.50.5"
58
58
  }