@drxsuperapp/sdk 1.1.189 → 1.1.190

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
@@ -360,15 +360,15 @@ Your branch is up to date with 'origin/master'.
360
360
  nothing to commit, working tree clean
361
361
  Everything up-to-date
362
362
  ✅ Changes committed and pushed
363
- v1.1.189
363
+ v1.1.190
364
364
  To https://gitlab.com/drx-super/drx-sdk.git
365
- e0aeb49..f81f3c2 master -> master
365
+ f81f3c2..67889bd master -> master
366
366
  ✅ Version bumped
367
367
 
368
- > @drxsuperapp/sdk@1.1.189 prepublishOnly
368
+ > @drxsuperapp/sdk@1.1.190 prepublishOnly
369
369
  > npm run build
370
370
 
371
371
 
372
- > @drxsuperapp/sdk@1.1.189 build
372
+ > @drxsuperapp/sdk@1.1.190 build
373
373
  > tsc
374
374
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.189",
3
+ "version": "1.1.190",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {