@drxsuperapp/sdk 1.1.411 → 1.1.412

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
@@ -823,20 +823,21 @@
823
823
  # https://opencollective.com/openapi_generator/donate #
824
824
  ################################################################################
825
825
  ✅ SDK generated
826
- [master 62aba80] VPS: Generated API SDK
827
- 1 file changed, 27 insertions(+)
828
- To https://gitlab.com/drx-super/drx-sdk.git
829
- 613decd..62aba80 master -> master
826
+ On branch master
827
+ Your branch is up to date with 'origin/master'.
828
+
829
+ nothing to commit, working tree clean
830
+ Everything up-to-date
830
831
  ✅ Changes committed and pushed
831
- v1.1.411
832
+ v1.1.412
832
833
  To https://gitlab.com/drx-super/drx-sdk.git
833
- 62aba80..a508531 master -> master
834
+ a508531..4b5108d master -> master
834
835
  ✅ Version bumped
835
836
 
836
- > @drxsuperapp/sdk@1.1.411 prepublishOnly
837
+ > @drxsuperapp/sdk@1.1.412 prepublishOnly
837
838
  > npm run build
838
839
 
839
840
 
840
- > @drxsuperapp/sdk@1.1.411 build
841
+ > @drxsuperapp/sdk@1.1.412 build
841
842
  > tsc
842
843
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.411",
3
+ "version": "1.1.412",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {