@drxsuperapp/sdk 1.1.468 → 1.1.469

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
@@ -882,15 +882,20 @@ Your branch is up to date with 'origin/master'.
882
882
  nothing to commit, working tree clean
883
883
  Everything up-to-date
884
884
  ✅ Changes committed and pushed
885
- v1.1.468
885
+ v1.1.469
886
+ npm notice
887
+ npm notice New major version of npm available! 10.9.2 -> 11.6.1
888
+ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.1
889
+ npm notice To update run: npm install -g npm@11.6.1
890
+ npm notice
886
891
  To https://gitlab.com/drx-super/drx-sdk.git
887
- c9a9747..84d74d2 master -> master
892
+ 84d74d2..0e64adc master -> master
888
893
  ✅ Version bumped
889
894
 
890
- > @drxsuperapp/sdk@1.1.468 prepublishOnly
895
+ > @drxsuperapp/sdk@1.1.469 prepublishOnly
891
896
  > npm run build
892
897
 
893
898
 
894
- > @drxsuperapp/sdk@1.1.468 build
899
+ > @drxsuperapp/sdk@1.1.469 build
895
900
  > tsc
896
901
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.468",
3
+ "version": "1.1.469",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {