snaptrade-typescript-sdk 2.3.0 → 2.4.0

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.
@@ -1 +1 @@
1
- d8b18c8a-2dcd-43a6-a285-da57ece22a32
1
+ 5fa8de97-71fe-4542-a787-6b5205a8c112
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## snaptrade-typescript-sdk@2.3.0
1
+ ## snaptrade-typescript-sdk@2.4.0
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -30,7 +30,7 @@ npm run build
30
30
  navigate to the folder of your consuming project and run the following command.
31
31
 
32
32
  ```
33
- npm install snaptrade-typescript-sdk@2.3.0 --save
33
+ npm install snaptrade-typescript-sdk@2.4.0 --save
34
34
  ```
35
35
 
36
36
  ### Getting Started
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "scripts": {
20
20
  "build": "npm run clean && tsc",
21
21
  "clean": "rm -rf dist/",
22
- "prepare": "npm run build",
22
+ "prepack": "npm run build",
23
23
  "test": "jest"
24
24
  },
25
25
  "dependencies": {