@drxsuperapp/sdk 1.1.53 → 1.1.54

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.
Files changed (2) hide show
  1. package/deploy.log +9 -8
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -93,20 +93,21 @@
93
93
  # https://opencollective.com/openapi_generator/donate #
94
94
  ################################################################################
95
95
  ✅ SDK generated
96
- [master e4eef59] VPS: Generated API SDK
97
- 1 file changed, 6 insertions(+), 6 deletions(-)
98
- To https://gitlab.com/drx-super/drx-sdk.git
99
- 4f4011d..e4eef59 master -> master
96
+ On branch master
97
+ Your branch is up to date with 'origin/master'.
98
+
99
+ nothing to commit, working tree clean
100
+ Everything up-to-date
100
101
  ✅ Changes committed and pushed
101
- v1.1.53
102
+ v1.1.54
102
103
  To https://gitlab.com/drx-super/drx-sdk.git
103
- e4eef59..3d3eb7e master -> master
104
+ 3d3eb7e..9971a13 master -> master
104
105
  ✅ Version bumped
105
106
 
106
- > @drxsuperapp/sdk@1.1.53 prepublishOnly
107
+ > @drxsuperapp/sdk@1.1.54 prepublishOnly
107
108
  > npm run build
108
109
 
109
110
 
110
- > @drxsuperapp/sdk@1.1.53 build
111
+ > @drxsuperapp/sdk@1.1.54 build
111
112
  > tsc
112
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.53",
3
+ "version": "1.1.54",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {