@drxsuperapp/sdk 1.1.435 → 1.1.436

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.435
868
+ v1.1.436
869
869
  To https://gitlab.com/drx-super/drx-sdk.git
870
- f6f1a6c..b9a45b2 master -> master
870
+ b9a45b2..a648fbe master -> master
871
871
  ✅ Version bumped
872
872
 
873
- > @drxsuperapp/sdk@1.1.435 prepublishOnly
873
+ > @drxsuperapp/sdk@1.1.436 prepublishOnly
874
874
  > npm run build
875
875
 
876
876
 
877
- > @drxsuperapp/sdk@1.1.435 build
877
+ > @drxsuperapp/sdk@1.1.436 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.435",
3
+ "version": "1.1.436",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {