@drxsuperapp/sdk 1.1.205 → 1.1.206

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
@@ -395,15 +395,15 @@ Your branch is up to date with 'origin/master'.
395
395
  nothing to commit, working tree clean
396
396
  Everything up-to-date
397
397
  ✅ Changes committed and pushed
398
- v1.1.205
398
+ v1.1.206
399
399
  To https://gitlab.com/drx-super/drx-sdk.git
400
- 2dd3726..5224994 master -> master
400
+ 5224994..b275c69 master -> master
401
401
  ✅ Version bumped
402
402
 
403
- > @drxsuperapp/sdk@1.1.205 prepublishOnly
403
+ > @drxsuperapp/sdk@1.1.206 prepublishOnly
404
404
  > npm run build
405
405
 
406
406
 
407
- > @drxsuperapp/sdk@1.1.205 build
407
+ > @drxsuperapp/sdk@1.1.206 build
408
408
  > tsc
409
409
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.205",
3
+ "version": "1.1.206",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {