@drxsuperapp/sdk 1.1.474 → 1.1.476

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
@@ -876,20 +876,26 @@
876
876
  # https://opencollective.com/openapi_generator/donate #
877
877
  ################################################################################
878
878
  ✅ SDK generated
879
- [master e7c1aa0] VPS: Generated API SDK
880
- 1 file changed, 9 insertions(+)
881
- To https://gitlab.com/drx-super/drx-sdk.git
882
- 66b9e40..e7c1aa0 master -> master
879
+ On branch master
880
+ Your branch is up to date with 'origin/master'.
881
+
882
+ nothing to commit, working tree clean
883
+ Everything up-to-date
883
884
  ✅ Changes committed and pushed
884
- v1.1.474
885
+ v1.1.476
886
+ npm notice
887
+ npm notice New major version of npm available! 10.9.2 -> 11.6.2
888
+ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
889
+ npm notice To update run: npm install -g npm@11.6.2
890
+ npm notice
885
891
  To https://gitlab.com/drx-super/drx-sdk.git
886
- e7c1aa0..ee3de9d master -> master
892
+ 5c66f20..70e20c0 master -> master
887
893
  ✅ Version bumped
888
894
 
889
- > @drxsuperapp/sdk@1.1.474 prepublishOnly
895
+ > @drxsuperapp/sdk@1.1.476 prepublishOnly
890
896
  > npm run build
891
897
 
892
898
 
893
- > @drxsuperapp/sdk@1.1.474 build
899
+ > @drxsuperapp/sdk@1.1.476 build
894
900
  > tsc
895
901
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.474",
3
+ "version": "1.1.476",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {