@drxsuperapp/sdk 1.1.279 → 1.1.280

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
@@ -565,15 +565,15 @@ Your branch is up to date with 'origin/master'.
565
565
  nothing to commit, working tree clean
566
566
  Everything up-to-date
567
567
  ✅ Changes committed and pushed
568
- v1.1.279
568
+ v1.1.280
569
569
  To https://gitlab.com/drx-super/drx-sdk.git
570
- 63896c6..1a82994 master -> master
570
+ 1a82994..a4c1cf6 master -> master
571
571
  ✅ Version bumped
572
572
 
573
- > @drxsuperapp/sdk@1.1.279 prepublishOnly
573
+ > @drxsuperapp/sdk@1.1.280 prepublishOnly
574
574
  > npm run build
575
575
 
576
576
 
577
- > @drxsuperapp/sdk@1.1.279 build
577
+ > @drxsuperapp/sdk@1.1.280 build
578
578
  > tsc
579
579
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.279",
3
+ "version": "1.1.280",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {