@drxsuperapp/sdk 1.1.109 → 1.1.110

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
@@ -196,15 +196,15 @@ Your branch is up to date with 'origin/master'.
196
196
  nothing to commit, working tree clean
197
197
  Everything up-to-date
198
198
  ✅ Changes committed and pushed
199
- v1.1.109
199
+ v1.1.110
200
200
  To https://gitlab.com/drx-super/drx-sdk.git
201
- 3ba32d6..58f4dae master -> master
201
+ 58f4dae..8ec3b73 master -> master
202
202
  ✅ Version bumped
203
203
 
204
- > @drxsuperapp/sdk@1.1.109 prepublishOnly
204
+ > @drxsuperapp/sdk@1.1.110 prepublishOnly
205
205
  > npm run build
206
206
 
207
207
 
208
- > @drxsuperapp/sdk@1.1.109 build
208
+ > @drxsuperapp/sdk@1.1.110 build
209
209
  > tsc
210
210
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.109",
3
+ "version": "1.1.110",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {