@drxsuperapp/sdk 1.1.305 → 1.1.306

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
@@ -632,15 +632,20 @@ Your branch is up to date with 'origin/master'.
632
632
  nothing to commit, working tree clean
633
633
  Everything up-to-date
634
634
  ✅ Changes committed and pushed
635
- v1.1.305
635
+ v1.1.306
636
+ npm notice
637
+ npm notice New major version of npm available! 10.9.2 -> 11.5.2
638
+ npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.5.2
639
+ npm notice To update run: npm install -g npm@11.5.2
640
+ npm notice
636
641
  To https://gitlab.com/drx-super/drx-sdk.git
637
- b11a598..37725d5 master -> master
642
+ 37725d5..f0ee9f7 master -> master
638
643
  ✅ Version bumped
639
644
 
640
- > @drxsuperapp/sdk@1.1.305 prepublishOnly
645
+ > @drxsuperapp/sdk@1.1.306 prepublishOnly
641
646
  > npm run build
642
647
 
643
648
 
644
- > @drxsuperapp/sdk@1.1.305 build
649
+ > @drxsuperapp/sdk@1.1.306 build
645
650
  > tsc
646
651
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.305",
3
+ "version": "1.1.306",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {