@drxsuperapp/sdk 1.1.499 → 1.1.500

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.499
914
+ v1.1.500
915
915
  To https://gitlab.com/drx-super/drx-sdk.git
916
- de7ab12..d171148 master -> master
916
+ d171148..6ad7477 master -> master
917
917
  ✅ Version bumped
918
918
 
919
- > @drxsuperapp/sdk@1.1.499 prepublishOnly
919
+ > @drxsuperapp/sdk@1.1.500 prepublishOnly
920
920
  > npm run build
921
921
 
922
922
 
923
- > @drxsuperapp/sdk@1.1.499 build
923
+ > @drxsuperapp/sdk@1.1.500 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.499",
3
+ "version": "1.1.500",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {