snaptrade-typescript-sdk 1.0.0 → 1.0.3
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 +2 -2
- package/git_push.sh +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## snaptrade-typescript-sdk@1.0.
|
|
1
|
+
## snaptrade-typescript-sdk@1.0.3
|
|
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
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install snaptrade-typescript-sdk@1.0.
|
|
39
|
+
npm install snaptrade-typescript-sdk@1.0.3 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
### Getting Started
|
package/git_push.sh
CHANGED
|
@@ -14,12 +14,12 @@ if [ "$git_host" = "" ]; then
|
|
|
14
14
|
fi
|
|
15
15
|
|
|
16
16
|
if [ "$git_user_id" = "" ]; then
|
|
17
|
-
git_user_id="
|
|
17
|
+
git_user_id="konfig-dev"
|
|
18
18
|
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
|
19
19
|
fi
|
|
20
20
|
|
|
21
21
|
if [ "$git_repo_id" = "" ]; then
|
|
22
|
-
git_repo_id="
|
|
22
|
+
git_repo_id="snaptrade-typescript-sdk"
|
|
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": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "OpenAPI client for snaptrade-typescript-sdk",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "https://github.com/
|
|
8
|
+
"url": "https://github.com/konfig-dev/snaptrade-typescript-sdk.git"
|
|
9
9
|
},
|
|
10
10
|
"keywords": [
|
|
11
11
|
"axios",
|