@xyo-network/boundwitness 2.50.4 → 2.50.6

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 +7 -34
  2. package/package.json +7 -7
package/dist/docs.json CHANGED
@@ -1387,17 +1387,8 @@
1387
1387
  }
1388
1388
  ],
1389
1389
  "type": {
1390
- "type": "union",
1391
- "types": [
1392
- {
1393
- "type": "literal",
1394
- "value": null
1395
- },
1396
- {
1397
- "type": "reference",
1398
- "name": "AllValidatorFactory"
1399
- }
1400
- ]
1390
+ "type": "reference",
1391
+ "name": "AllValidatorFactory"
1401
1392
  },
1402
1393
  "inheritedFrom": {
1403
1394
  "type": "reference",
@@ -1476,17 +1467,8 @@
1476
1467
  "kindString": "Get signature",
1477
1468
  "flags": {},
1478
1469
  "type": {
1479
- "type": "union",
1480
- "types": [
1481
- {
1482
- "type": "intrinsic",
1483
- "name": "undefined"
1484
- },
1485
- {
1486
- "type": "reference",
1487
- "name": "AllValidator"
1488
- }
1489
- ]
1470
+ "type": "reference",
1471
+ "name": "AllValidator"
1490
1472
  },
1491
1473
  "inheritedFrom": {
1492
1474
  "type": "reference",
@@ -1899,17 +1881,8 @@
1899
1881
  "kindString": "Parameter",
1900
1882
  "flags": {},
1901
1883
  "type": {
1902
- "type": "union",
1903
- "types": [
1904
- {
1905
- "type": "literal",
1906
- "value": null
1907
- },
1908
- {
1909
- "type": "reference",
1910
- "name": "AllValidatorFactory"
1911
- }
1912
- ]
1884
+ "type": "reference",
1885
+ "name": "AllValidatorFactory"
1913
1886
  }
1914
1887
  }
1915
1888
  ],
@@ -6360,7 +6333,7 @@
6360
6333
  "fileName": "boundwitness/src/index.ts",
6361
6334
  "line": 1,
6362
6335
  "character": 0,
6363
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d0018a006/packages/protocol/packages/boundwitness/src/index.ts#L1"
6336
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/3cfb439b738/packages/protocol/packages/boundwitness/src/index.ts#L1"
6364
6337
  }
6365
6338
  ]
6366
6339
  }
package/package.json CHANGED
@@ -10,15 +10,15 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/boundwitness-builder": "^2.50.4",
14
- "@xyo-network/boundwitness-model": "^2.50.4",
15
- "@xyo-network/boundwitness-validator": "^2.50.4",
16
- "@xyo-network/boundwitness-wrapper": "^2.50.4"
13
+ "@xyo-network/boundwitness-builder": "^2.50.6",
14
+ "@xyo-network/boundwitness-model": "^2.50.6",
15
+ "@xyo-network/boundwitness-validator": "^2.50.6",
16
+ "@xyo-network/boundwitness-wrapper": "^2.50.6"
17
17
  },
18
18
  "description": "Primary SDK for using XYO Protocol 2.0",
19
19
  "devDependencies": {
20
- "@xylabs/ts-scripts-yarn3": "^2.16.0-rc.2",
21
- "@xylabs/tsconfig": "^2.16.0-rc.2",
20
+ "@xylabs/ts-scripts-yarn3": "^2.16.0",
21
+ "@xylabs/tsconfig": "^2.16.0",
22
22
  "typescript": "^4.9.5"
23
23
  },
24
24
  "browser": "dist/esm/index.js",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "types": "dist/types/index.d.ts",
56
- "version": "2.50.4"
56
+ "version": "2.50.6"
57
57
  }