tigerbeetle-node 0.12.58 → 0.12.59

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
@@ -35,7 +35,7 @@ Finally, build and run:
35
35
  $ node run test.js
36
36
  ```
37
37
 
38
- Now that all prerequisites and depencies are correctly set
38
+ Now that all prerequisites and dependencies are correctly set
39
39
  up, let's dig into using TigerBeetle.
40
40
 
41
41
  If you run into issues, check out the distribution-specific install
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tigerbeetle-node",
3
- "version": "0.12.58",
3
+ "version": "0.12.59",
4
4
  "description": "TigerBeetle Node.js client",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",