@drxsuperapp/sdk 1.1.378 → 1.1.379

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
@@ -755,20 +755,21 @@
755
755
  # https://opencollective.com/openapi_generator/donate #
756
756
  ################################################################################
757
757
  ✅ SDK generated
758
- [master a4b9ead] VPS: Generated API SDK
759
- 1 file changed, 51 insertions(+)
760
- To https://gitlab.com/drx-super/drx-sdk.git
761
- ff6ec2d..a4b9ead master -> master
758
+ On branch master
759
+ Your branch is up to date with 'origin/master'.
760
+
761
+ nothing to commit, working tree clean
762
+ Everything up-to-date
762
763
  ✅ Changes committed and pushed
763
- v1.1.378
764
+ v1.1.379
764
765
  To https://gitlab.com/drx-super/drx-sdk.git
765
- a4b9ead..859311f master -> master
766
+ 859311f..3f5321d master -> master
766
767
  ✅ Version bumped
767
768
 
768
- > @drxsuperapp/sdk@1.1.378 prepublishOnly
769
+ > @drxsuperapp/sdk@1.1.379 prepublishOnly
769
770
  > npm run build
770
771
 
771
772
 
772
- > @drxsuperapp/sdk@1.1.378 build
773
+ > @drxsuperapp/sdk@1.1.379 build
773
774
  > tsc
774
775
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.378",
3
+ "version": "1.1.379",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {