@drxsuperapp/sdk 1.1.235 → 1.1.236

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
@@ -500,15 +500,15 @@ Your branch is up to date with 'origin/master'.
500
500
  nothing to commit, working tree clean
501
501
  Everything up-to-date
502
502
  ✅ Changes committed and pushed
503
- v1.1.235
503
+ v1.1.236
504
504
  To https://gitlab.com/drx-super/drx-sdk.git
505
- 6608989..9aea365 master -> master
505
+ 9aea365..3ea500d master -> master
506
506
  ✅ Version bumped
507
507
 
508
- > @drxsuperapp/sdk@1.1.235 prepublishOnly
508
+ > @drxsuperapp/sdk@1.1.236 prepublishOnly
509
509
  > npm run build
510
510
 
511
511
 
512
- > @drxsuperapp/sdk@1.1.235 build
512
+ > @drxsuperapp/sdk@1.1.236 build
513
513
  > tsc
514
514
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.235",
3
+ "version": "1.1.236",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {