@drxsuperapp/sdk 1.1.400 → 1.1.401

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
@@ -824,15 +824,15 @@ Your branch is up to date with 'origin/master'.
824
824
  nothing to commit, working tree clean
825
825
  Everything up-to-date
826
826
  ✅ Changes committed and pushed
827
- v1.1.400
827
+ v1.1.401
828
828
  To https://gitlab.com/drx-super/drx-sdk.git
829
- 01d428b..46420c9 master -> master
829
+ 46420c9..f0734b2 master -> master
830
830
  ✅ Version bumped
831
831
 
832
- > @drxsuperapp/sdk@1.1.400 prepublishOnly
832
+ > @drxsuperapp/sdk@1.1.401 prepublishOnly
833
833
  > npm run build
834
834
 
835
835
 
836
- > @drxsuperapp/sdk@1.1.400 build
836
+ > @drxsuperapp/sdk@1.1.401 build
837
837
  > tsc
838
838
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.400",
3
+ "version": "1.1.401",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {