@drxsuperapp/sdk 1.1.507 → 1.1.508

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 -4
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -912,15 +912,20 @@ Your branch is up to date with 'origin/master'.
912
912
  nothing to commit, working tree clean
913
913
  Everything up-to-date
914
914
  ✅ Changes committed and pushed
915
- v1.1.507
915
+ v1.1.508
916
+ npm notice
917
+ npm notice New major version of npm available! 10.9.2 -> 11.6.2
918
+ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2
919
+ npm notice To update run: npm install -g npm@11.6.2
920
+ npm notice
916
921
  To https://gitlab.com/drx-super/drx-sdk.git
917
- 8806d9b..e2133cc master -> master
922
+ e2133cc..b202f27 master -> master
918
923
  ✅ Version bumped
919
924
 
920
- > @drxsuperapp/sdk@1.1.507 prepublishOnly
925
+ > @drxsuperapp/sdk@1.1.508 prepublishOnly
921
926
  > npm run build
922
927
 
923
928
 
924
- > @drxsuperapp/sdk@1.1.507 build
929
+ > @drxsuperapp/sdk@1.1.508 build
925
930
  > tsc
926
931
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.507",
3
+ "version": "1.1.508",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {