@drxsuperapp/sdk 1.1.115 → 1.1.117

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.115
199
+ v1.1.117
200
200
  To https://gitlab.com/drx-super/drx-sdk.git
201
- 0de0941..2317eaa master -> master
201
+ c93d203..3f4d209 master -> master
202
202
  ✅ Version bumped
203
203
 
204
- > @drxsuperapp/sdk@1.1.115 prepublishOnly
204
+ > @drxsuperapp/sdk@1.1.117 prepublishOnly
205
205
  > npm run build
206
206
 
207
207
 
208
- > @drxsuperapp/sdk@1.1.115 build
208
+ > @drxsuperapp/sdk@1.1.117 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.115",
3
+ "version": "1.1.117",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {