@xyo-network/protocol 2.50.3 → 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 +21 -75
  2. package/package.json +7 -7
package/dist/docs.json CHANGED
@@ -1767,7 +1767,7 @@
1767
1767
  },
1768
1768
  {
1769
1769
  "id": 771,
1770
- "name": "log",
1770
+ "name": "logger",
1771
1771
  "kind": 262144,
1772
1772
  "kindString": "Accessor",
1773
1773
  "flags": {
@@ -1782,7 +1782,7 @@
1782
1782
  ],
1783
1783
  "getSignature": {
1784
1784
  "id": 772,
1785
- "name": "log",
1785
+ "name": "logger",
1786
1786
  "kind": 524288,
1787
1787
  "kindString": "Get signature",
1788
1788
  "flags": {},
@@ -3254,18 +3254,9 @@
3254
3254
  }
3255
3255
  ],
3256
3256
  "type": {
3257
- "type": "union",
3258
- "types": [
3259
- {
3260
- "type": "literal",
3261
- "value": null
3262
- },
3263
- {
3264
- "type": "reference",
3265
- "id": 964,
3266
- "name": "AllValidatorFactory"
3267
- }
3268
- ]
3257
+ "type": "reference",
3258
+ "id": 964,
3259
+ "name": "AllValidatorFactory"
3269
3260
  },
3270
3261
  "inheritedFrom": {
3271
3262
  "type": "reference",
@@ -3345,18 +3336,9 @@
3345
3336
  "kindString": "Get signature",
3346
3337
  "flags": {},
3347
3338
  "type": {
3348
- "type": "union",
3349
- "types": [
3350
- {
3351
- "type": "intrinsic",
3352
- "name": "undefined"
3353
- },
3354
- {
3355
- "type": "reference",
3356
- "id": 960,
3357
- "name": "AllValidator"
3358
- }
3359
- ]
3339
+ "type": "reference",
3340
+ "id": 960,
3341
+ "name": "AllValidator"
3360
3342
  },
3361
3343
  "inheritedFrom": {
3362
3344
  "type": "reference",
@@ -3776,18 +3758,9 @@
3776
3758
  "kindString": "Parameter",
3777
3759
  "flags": {},
3778
3760
  "type": {
3779
- "type": "union",
3780
- "types": [
3781
- {
3782
- "type": "literal",
3783
- "value": null
3784
- },
3785
- {
3786
- "type": "reference",
3787
- "id": 964,
3788
- "name": "AllValidatorFactory"
3789
- }
3790
- ]
3761
+ "type": "reference",
3762
+ "id": 964,
3763
+ "name": "AllValidatorFactory"
3791
3764
  }
3792
3765
  }
3793
3766
  ],
@@ -10583,18 +10556,9 @@
10583
10556
  }
10584
10557
  ],
10585
10558
  "type": {
10586
- "type": "union",
10587
- "types": [
10588
- {
10589
- "type": "literal",
10590
- "value": null
10591
- },
10592
- {
10593
- "type": "reference",
10594
- "id": 964,
10595
- "name": "AllValidatorFactory"
10596
- }
10597
- ]
10559
+ "type": "reference",
10560
+ "id": 964,
10561
+ "name": "AllValidatorFactory"
10598
10562
  }
10599
10563
  },
10600
10564
  {
@@ -10617,18 +10581,9 @@
10617
10581
  "kindString": "Get signature",
10618
10582
  "flags": {},
10619
10583
  "type": {
10620
- "type": "union",
10621
- "types": [
10622
- {
10623
- "type": "intrinsic",
10624
- "name": "undefined"
10625
- },
10626
- {
10627
- "type": "reference",
10628
- "id": 960,
10629
- "name": "AllValidator"
10630
- }
10631
- ]
10584
+ "type": "reference",
10585
+ "id": 960,
10586
+ "name": "AllValidator"
10632
10587
  }
10633
10588
  }
10634
10589
  },
@@ -10783,18 +10738,9 @@
10783
10738
  "kindString": "Parameter",
10784
10739
  "flags": {},
10785
10740
  "type": {
10786
- "type": "union",
10787
- "types": [
10788
- {
10789
- "type": "literal",
10790
- "value": null
10791
- },
10792
- {
10793
- "type": "reference",
10794
- "id": 964,
10795
- "name": "AllValidatorFactory"
10796
- }
10797
- ]
10741
+ "type": "reference",
10742
+ "id": 964,
10743
+ "name": "AllValidatorFactory"
10798
10744
  }
10799
10745
  }
10800
10746
  ],
@@ -24694,7 +24640,7 @@
24694
24640
  "fileName": "packages/protocol/src/index.ts",
24695
24641
  "line": 1,
24696
24642
  "character": 0,
24697
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d38783a1f/packages/protocol/src/index.ts#L1"
24643
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cf007577e76/packages/protocol/src/index.ts#L1"
24698
24644
  }
24699
24645
  ]
24700
24646
  }
package/package.json CHANGED
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account": "^2.50.3",
14
- "@xyo-network/boundwitness": "^2.50.3",
15
- "@xyo-network/core": "^2.50.3",
16
- "@xyo-network/payload": "^2.50.3"
13
+ "@xyo-network/account": "^2.50.5",
14
+ "@xyo-network/boundwitness": "^2.50.5",
15
+ "@xyo-network/core": "^2.50.5",
16
+ "@xyo-network/payload": "^2.50.5"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^2.15.0",
20
- "@xylabs/tsconfig": "^2.15.0",
19
+ "@xylabs/ts-scripts-yarn3": "^2.16.0-rc.2",
20
+ "@xylabs/tsconfig": "^2.16.0-rc.2",
21
21
  "typescript": "^4.9.5"
22
22
  },
23
23
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -53,5 +53,5 @@
53
53
  },
54
54
  "sideEffects": false,
55
55
  "types": "dist/types/index.d.ts",
56
- "version": "2.50.3"
56
+ "version": "2.50.5"
57
57
  }