@drxsuperapp/sdk 1.1.501 → 1.1.503

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
@@ -911,15 +911,15 @@ Your branch is up to date with 'origin/master'.
911
911
  nothing to commit, working tree clean
912
912
  Everything up-to-date
913
913
  ✅ Changes committed and pushed
914
- v1.1.501
914
+ v1.1.503
915
915
  To https://gitlab.com/drx-super/drx-sdk.git
916
- 6ad7477..7f0c809 master -> master
916
+ ca3d15f..aa8b5b0 master -> master
917
917
  ✅ Version bumped
918
918
 
919
- > @drxsuperapp/sdk@1.1.501 prepublishOnly
919
+ > @drxsuperapp/sdk@1.1.503 prepublishOnly
920
920
  > npm run build
921
921
 
922
922
 
923
- > @drxsuperapp/sdk@1.1.501 build
923
+ > @drxsuperapp/sdk@1.1.503 build
924
924
  > tsc
925
925
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.501",
3
+ "version": "1.1.503",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {