@drxsuperapp/sdk 1.1.347 → 1.1.349

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 -4
  2. package/package.json +1 -1
package/deploy.log CHANGED
@@ -703,15 +703,15 @@ Your branch is up to date with 'origin/master'.
703
703
  nothing to commit, working tree clean
704
704
  Everything up-to-date
705
705
  ✅ Changes committed and pushed
706
- v1.1.347
706
+ v1.1.349
707
707
  To https://gitlab.com/drx-super/drx-sdk.git
708
- df113f7..9d794a2 master -> master
708
+ 76e84a3..4855278 master -> master
709
709
  ✅ Version bumped
710
710
 
711
- > @drxsuperapp/sdk@1.1.347 prepublishOnly
711
+ > @drxsuperapp/sdk@1.1.349 prepublishOnly
712
712
  > npm run build
713
713
 
714
714
 
715
- > @drxsuperapp/sdk@1.1.347 build
715
+ > @drxsuperapp/sdk@1.1.349 build
716
716
  > tsc
717
717
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.347",
3
+ "version": "1.1.349",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {