@drxsuperapp/sdk 1.1.382 → 1.1.383

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
@@ -761,15 +761,15 @@ Your branch is up to date with 'origin/master'.
761
761
  nothing to commit, working tree clean
762
762
  Everything up-to-date
763
763
  ✅ Changes committed and pushed
764
- v1.1.382
764
+ v1.1.383
765
765
  To https://gitlab.com/drx-super/drx-sdk.git
766
- d53950d..97c4b74 master -> master
766
+ 97c4b74..78ac751 master -> master
767
767
  ✅ Version bumped
768
768
 
769
- > @drxsuperapp/sdk@1.1.382 prepublishOnly
769
+ > @drxsuperapp/sdk@1.1.383 prepublishOnly
770
770
  > npm run build
771
771
 
772
772
 
773
- > @drxsuperapp/sdk@1.1.382 build
773
+ > @drxsuperapp/sdk@1.1.383 build
774
774
  > tsc
775
775
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.382",
3
+ "version": "1.1.383",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {