@drxsuperapp/sdk 1.1.399 → 1.1.400

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
@@ -818,20 +818,21 @@
818
818
  # https://opencollective.com/openapi_generator/donate #
819
819
  ################################################################################
820
820
  ✅ SDK generated
821
- [master 1e4ce31] VPS: Generated API SDK
822
- 1 file changed, 51 insertions(+)
823
- To https://gitlab.com/drx-super/drx-sdk.git
824
- af8a28c..1e4ce31 master -> master
821
+ On branch master
822
+ Your branch is up to date with 'origin/master'.
823
+
824
+ nothing to commit, working tree clean
825
+ Everything up-to-date
825
826
  ✅ Changes committed and pushed
826
- v1.1.399
827
+ v1.1.400
827
828
  To https://gitlab.com/drx-super/drx-sdk.git
828
- 1e4ce31..01d428b master -> master
829
+ 01d428b..46420c9 master -> master
829
830
  ✅ Version bumped
830
831
 
831
- > @drxsuperapp/sdk@1.1.399 prepublishOnly
832
+ > @drxsuperapp/sdk@1.1.400 prepublishOnly
832
833
  > npm run build
833
834
 
834
835
 
835
- > @drxsuperapp/sdk@1.1.399 build
836
+ > @drxsuperapp/sdk@1.1.400 build
836
837
  > tsc
837
838
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.399",
3
+ "version": "1.1.400",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {