@drxsuperapp/sdk 1.1.360 → 1.1.361

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
@@ -733,15 +733,15 @@ Your branch is up to date with 'origin/master'.
733
733
  nothing to commit, working tree clean
734
734
  Everything up-to-date
735
735
  ✅ Changes committed and pushed
736
- v1.1.360
736
+ v1.1.361
737
737
  To https://gitlab.com/drx-super/drx-sdk.git
738
- e69e639..253290b master -> master
738
+ 253290b..0a4a73a master -> master
739
739
  ✅ Version bumped
740
740
 
741
- > @drxsuperapp/sdk@1.1.360 prepublishOnly
741
+ > @drxsuperapp/sdk@1.1.361 prepublishOnly
742
742
  > npm run build
743
743
 
744
744
 
745
- > @drxsuperapp/sdk@1.1.360 build
745
+ > @drxsuperapp/sdk@1.1.361 build
746
746
  > tsc
747
747
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.360",
3
+ "version": "1.1.361",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {