@drxsuperapp/sdk 1.1.100 → 1.1.101

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
@@ -180,20 +180,21 @@
180
180
  # https://opencollective.com/openapi_generator/donate #
181
181
  ################################################################################
182
182
  ✅ SDK generated
183
- [master 8d7a72b] VPS: Generated API SDK
184
- 2 files changed, 10 insertions(+)
185
- To https://gitlab.com/drx-super/drx-sdk.git
186
- d85deef..8d7a72b master -> master
183
+ On branch master
184
+ Your branch is up to date with 'origin/master'.
185
+
186
+ nothing to commit, working tree clean
187
+ Everything up-to-date
187
188
  ✅ Changes committed and pushed
188
- v1.1.100
189
+ v1.1.101
189
190
  To https://gitlab.com/drx-super/drx-sdk.git
190
- 8d7a72b..b53e285 master -> master
191
+ b53e285..3a344f2 master -> master
191
192
  ✅ Version bumped
192
193
 
193
- > @drxsuperapp/sdk@1.1.100 prepublishOnly
194
+ > @drxsuperapp/sdk@1.1.101 prepublishOnly
194
195
  > npm run build
195
196
 
196
197
 
197
- > @drxsuperapp/sdk@1.1.100 build
198
+ > @drxsuperapp/sdk@1.1.101 build
198
199
  > tsc
199
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.100",
3
+ "version": "1.1.101",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {