@drxsuperapp/sdk 1.1.432 → 1.1.433

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
@@ -865,15 +865,15 @@ Your branch is up to date with 'origin/master'.
865
865
  nothing to commit, working tree clean
866
866
  Everything up-to-date
867
867
  ✅ Changes committed and pushed
868
- v1.1.432
868
+ v1.1.433
869
869
  To https://gitlab.com/drx-super/drx-sdk.git
870
- 26ca607..c666722 master -> master
870
+ c666722..0cc48c8 master -> master
871
871
  ✅ Version bumped
872
872
 
873
- > @drxsuperapp/sdk@1.1.432 prepublishOnly
873
+ > @drxsuperapp/sdk@1.1.433 prepublishOnly
874
874
  > npm run build
875
875
 
876
876
 
877
- > @drxsuperapp/sdk@1.1.432 build
877
+ > @drxsuperapp/sdk@1.1.433 build
878
878
  > tsc
879
879
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.432",
3
+ "version": "1.1.433",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {