snaptrade-typescript-sdk 2.2.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.
- package/.konfig/generate-id.txt +1 -1
- package/README.md +2 -2
- package/git_push.sh +1 -1
- package/package.json +3 -3
package/.konfig/generate-id.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5fa8de97-71fe-4542-a787-6b5205a8c112
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## snaptrade-typescript-sdk@2.
|
|
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.
|
|
33
|
+
npm install snaptrade-typescript-sdk@2.4.0 --save
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
### Getting Started
|
package/git_push.sh
CHANGED
|
@@ -19,7 +19,7 @@ if [ "$git_user_id" = "" ]; then
|
|
|
19
19
|
fi
|
|
20
20
|
|
|
21
21
|
if [ "$git_repo_id" = "" ]; then
|
|
22
|
-
git_repo_id="snaptrade-sdks/tree/
|
|
22
|
+
git_repo_id="snaptrade-sdks/tree/master/sdks/typescript"
|
|
23
23
|
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
|
|
24
24
|
fi
|
|
25
25
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "snaptrade-typescript-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"description": "Client for SnapTrade",
|
|
5
5
|
"author": "Konfig",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/passiv/snaptrade-sdks/tree/
|
|
8
|
+
"url": "https://github.com/passiv/snaptrade-sdks/tree/master/sdks/typescript"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"axios",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build": "npm run clean && tsc",
|
|
21
21
|
"clean": "rm -rf dist/",
|
|
22
|
-
"
|
|
22
|
+
"prepack": "npm run build",
|
|
23
23
|
"test": "jest"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|