@certik/skynet 0.10.4 → 0.10.7

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.
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- # Skynet Shared JS functions Library
2
-
3
- ## Usage
4
-
5
- ```
6
- yarn add @certik/skynet
7
- ```
8
-
9
- ```
10
- const { scanWholeTable } = require("@certik/skynet/dynamodb");
11
- ```
12
-
13
- ## Test
14
-
15
- ```
16
- yarn test
17
- ```
18
-
19
- ## Publish
20
-
21
- ```
22
- yarn publish --access public
23
- ```
1
+ # Skynet Shared JS functions Library
2
+
3
+ ## Usage
4
+
5
+ ```
6
+ yarn add @certik/skynet
7
+ ```
8
+
9
+ ```
10
+ const { scanWholeTable } = require("@certik/skynet/dynamodb");
11
+ ```
12
+
13
+ ## Test
14
+
15
+ ```
16
+ yarn test
17
+ ```
18
+
19
+ ## Publish
20
+
21
+ ```
22
+ yarn publish --access public
23
+ ```