@drxsuperapp/sdk 1.1.16 → 1.1.17
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/deploy.log +9 -22
- package/package.json +2 -2
package/deploy.log
CHANGED
|
@@ -82,26 +82,13 @@
|
|
|
82
82
|
# https://opencollective.com/openapi_generator/donate #
|
|
83
83
|
################################################################################
|
|
84
84
|
✅ SDK generated
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerStats.md
|
|
91
|
-
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md
|
|
92
|
-
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md
|
|
93
|
-
remote:
|
|
94
|
-
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
95
|
-
remote:
|
|
96
|
-
remote: Please update your Git remote:
|
|
97
|
-
remote:
|
|
98
|
-
remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
99
|
-
remote:
|
|
100
|
-
remote:
|
|
101
|
-
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
102
|
-
64fd202..ac1b154 master -> master
|
|
85
|
+
On branch master
|
|
86
|
+
Your branch is up to date with 'origin/master'.
|
|
87
|
+
|
|
88
|
+
nothing to commit, working tree clean
|
|
89
|
+
Everything up-to-date
|
|
103
90
|
✅ Changes committed and pushed
|
|
104
|
-
v1.1.
|
|
91
|
+
v1.1.17
|
|
105
92
|
remote:
|
|
106
93
|
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
107
94
|
remote:
|
|
@@ -111,13 +98,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
|
111
98
|
remote:
|
|
112
99
|
remote:
|
|
113
100
|
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
114
|
-
|
|
101
|
+
dd86af1..797d67a master -> master
|
|
115
102
|
✅ Version bumped
|
|
116
103
|
|
|
117
|
-
> @drxsuperapp/sdk@1.1.
|
|
104
|
+
> @drxsuperapp/sdk@1.1.17 prepublishOnly
|
|
118
105
|
> npm run build
|
|
119
106
|
|
|
120
107
|
|
|
121
|
-
> @drxsuperapp/sdk@1.1.
|
|
108
|
+
> @drxsuperapp/sdk@1.1.17 build
|
|
122
109
|
> tsc
|
|
123
110
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drxsuperapp/sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.17",
|
|
4
4
|
"main": "index.ts",
|
|
5
5
|
"types": "index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"access": "public"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"axios": "^1.
|
|
25
|
+
"axios": "^1.8.3"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"typescript": "^5.8.3"
|