@drxsuperapp/sdk 1.1.439 → 1.1.442

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 +4 -9
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -875,20 +875,15 @@ Your branch is up to date with 'origin/master'.
875
875
  nothing to commit, working tree clean
876
876
  Everything up-to-date
877
877
  ✅ Changes committed and pushed
878
- v1.1.439
879
- npm notice
880
- npm notice New major version of npm available! 10.9.2 -> 11.6.0
881
- npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.0
882
- npm notice To update run: npm install -g npm@11.6.0
883
- npm notice
878
+ v1.1.442
884
879
  To https://gitlab.com/drx-super/drx-sdk.git
885
- 8ec6c4d..16dcc73 master -> master
880
+ 2c28760..04352e6 master -> master
886
881
  ✅ Version bumped
887
882
 
888
- > @drxsuperapp/sdk@1.1.439 prepublishOnly
883
+ > @drxsuperapp/sdk@1.1.442 prepublishOnly
889
884
  > npm run build
890
885
 
891
886
 
892
- > @drxsuperapp/sdk@1.1.439 build
887
+ > @drxsuperapp/sdk@1.1.442 build
893
888
  > tsc
894
889
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.439",
3
+ "version": "1.1.442",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {