@xylabs/crypto 4.13.20 → 4.13.21

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/README.md +46 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,13 +12,56 @@
12
12
  [![snyk-badge][]][snyk-link]
13
13
  [![socket-badge][]][socket-link]
14
14
 
15
- Version: 4.13.19
16
15
 
17
16
  Base functionality used throughout XY Labs TypeScript/JavaScript libraries
18
17
 
19
- ## Documentation
18
+ ## API Documentation
19
+
20
+ **@xylabs/crypto**
21
+
22
+ ***
23
+
24
+ ## Modules
25
+
26
+ - [browser](#browser/README)
27
+ - [node](#node/README)
28
+
29
+ ### browser
30
+
31
+ ### functions
32
+
33
+ ### <a id="cryptoPolyfill"></a>cryptoPolyfill
34
+
35
+ [**@xylabs/crypto**](#../../README)
36
+
37
+ ***
38
+
39
+ ```ts
40
+ function cryptoPolyfill(): void;
41
+ ```
42
+
43
+ ## Returns
44
+
45
+ `void`
46
+
47
+ ### node
48
+
49
+ ### functions
50
+
51
+ ### <a id="cryptoPolyfill"></a>cryptoPolyfill
52
+
53
+ [**@xylabs/crypto**](#../../README)
54
+
55
+ ***
56
+
57
+ ```ts
58
+ function cryptoPolyfill(): void;
59
+ ```
60
+
61
+ ## Returns
62
+
63
+ `void`
20
64
 
21
- Coming Soon!
22
65
 
23
66
  Part of [sdk-js](https://www.npmjs.com/package/@xyo-network/sdk-js)
24
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/crypto",
3
- "version": "4.13.20",
3
+ "version": "4.13.21",
4
4
  "description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",
5
5
  "keywords": [
6
6
  "crypto",