@drxsuperapp/sdk 1.1.137 → 1.1.139

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
@@ -206,15 +206,15 @@ Your branch is up to date with 'origin/master'.
206
206
  nothing to commit, working tree clean
207
207
  Everything up-to-date
208
208
  ✅ Changes committed and pushed
209
- v1.1.137
209
+ v1.1.139
210
210
  To https://gitlab.com/drx-super/drx-sdk.git
211
- 000f54e..775cafc master -> master
211
+ 30e9a35..afe3636 master -> master
212
212
  ✅ Version bumped
213
213
 
214
- > @drxsuperapp/sdk@1.1.137 prepublishOnly
214
+ > @drxsuperapp/sdk@1.1.139 prepublishOnly
215
215
  > npm run build
216
216
 
217
217
 
218
- > @drxsuperapp/sdk@1.1.137 build
218
+ > @drxsuperapp/sdk@1.1.139 build
219
219
  > tsc
220
220
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.137",
3
+ "version": "1.1.139",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {