@drxsuperapp/sdk 1.1.470 → 1.1.471

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
@@ -882,15 +882,15 @@ Your branch is up to date with 'origin/master'.
882
882
  nothing to commit, working tree clean
883
883
  Everything up-to-date
884
884
  ✅ Changes committed and pushed
885
- v1.1.470
885
+ v1.1.471
886
886
  To https://gitlab.com/drx-super/drx-sdk.git
887
- 0e64adc..b3e9fef master -> master
887
+ b3e9fef..ae7cb1b master -> master
888
888
  ✅ Version bumped
889
889
 
890
- > @drxsuperapp/sdk@1.1.470 prepublishOnly
890
+ > @drxsuperapp/sdk@1.1.471 prepublishOnly
891
891
  > npm run build
892
892
 
893
893
 
894
- > @drxsuperapp/sdk@1.1.470 build
894
+ > @drxsuperapp/sdk@1.1.471 build
895
895
  > tsc
896
896
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.470",
3
+ "version": "1.1.471",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {