@drxsuperapp/sdk 1.1.446 → 1.1.447

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 +14 -8
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -869,20 +869,26 @@
869
869
  # https://opencollective.com/openapi_generator/donate #
870
870
  ################################################################################
871
871
  ✅ SDK generated
872
- [master fa967c3] VPS: Generated API SDK
873
- 1 file changed, 15 insertions(+)
874
- To https://gitlab.com/drx-super/drx-sdk.git
875
- 1c539fb..fa967c3 master -> master
872
+ On branch master
873
+ Your branch is up to date with 'origin/master'.
874
+
875
+ nothing to commit, working tree clean
876
+ Everything up-to-date
876
877
  ✅ Changes committed and pushed
877
- v1.1.446
878
+ v1.1.447
879
+ npm notice
880
+ npm notice New major version of npm available! 10.9.2 -> 11.6.1
881
+ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.1
882
+ npm notice To update run: npm install -g npm@11.6.1
883
+ npm notice
878
884
  To https://gitlab.com/drx-super/drx-sdk.git
879
- fa967c3..cbf7f5a master -> master
885
+ cbf7f5a..ff0628f master -> master
880
886
  ✅ Version bumped
881
887
 
882
- > @drxsuperapp/sdk@1.1.446 prepublishOnly
888
+ > @drxsuperapp/sdk@1.1.447 prepublishOnly
883
889
  > npm run build
884
890
 
885
891
 
886
- > @drxsuperapp/sdk@1.1.446 build
892
+ > @drxsuperapp/sdk@1.1.447 build
887
893
  > tsc
888
894
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.446",
3
+ "version": "1.1.447",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {