@drxsuperapp/sdk 1.1.54 → 1.1.56

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
@@ -99,15 +99,15 @@ Your branch is up to date with 'origin/master'.
99
99
  nothing to commit, working tree clean
100
100
  Everything up-to-date
101
101
  ✅ Changes committed and pushed
102
- v1.1.54
102
+ v1.1.56
103
103
  To https://gitlab.com/drx-super/drx-sdk.git
104
- 3d3eb7e..9971a13 master -> master
104
+ f055242..f2e1c2f master -> master
105
105
  ✅ Version bumped
106
106
 
107
- > @drxsuperapp/sdk@1.1.54 prepublishOnly
107
+ > @drxsuperapp/sdk@1.1.56 prepublishOnly
108
108
  > npm run build
109
109
 
110
110
 
111
- > @drxsuperapp/sdk@1.1.54 build
111
+ > @drxsuperapp/sdk@1.1.56 build
112
112
  > tsc
113
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {