@drxsuperapp/sdk 1.1.148 → 1.1.149

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
@@ -207,20 +207,21 @@
207
207
  # https://opencollective.com/openapi_generator/donate #
208
208
  ################################################################################
209
209
  ✅ SDK generated
210
- [master a2f5f28] VPS: Generated API SDK
211
- 3 files changed, 25 insertions(+)
212
- To https://gitlab.com/drx-super/drx-sdk.git
213
- fc74d4c..a2f5f28 master -> master
210
+ On branch master
211
+ Your branch is up to date with 'origin/master'.
212
+
213
+ nothing to commit, working tree clean
214
+ Everything up-to-date
214
215
  ✅ Changes committed and pushed
215
- v1.1.148
216
+ v1.1.149
216
217
  To https://gitlab.com/drx-super/drx-sdk.git
217
- a2f5f28..b40a6c0 master -> master
218
+ b40a6c0..54150fa master -> master
218
219
  ✅ Version bumped
219
220
 
220
- > @drxsuperapp/sdk@1.1.148 prepublishOnly
221
+ > @drxsuperapp/sdk@1.1.149 prepublishOnly
221
222
  > npm run build
222
223
 
223
224
 
224
- > @drxsuperapp/sdk@1.1.148 build
225
+ > @drxsuperapp/sdk@1.1.149 build
225
226
  > tsc
226
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.148",
3
+ "version": "1.1.149",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {