@drxsuperapp/sdk 1.1.302 → 1.1.303

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
@@ -623,15 +623,15 @@ Your branch is up to date with 'origin/master'.
623
623
  nothing to commit, working tree clean
624
624
  Everything up-to-date
625
625
  ✅ Changes committed and pushed
626
- v1.1.302
626
+ v1.1.303
627
627
  To https://gitlab.com/drx-super/drx-sdk.git
628
- 3c0e45a..f87aaa9 master -> master
628
+ f87aaa9..a089dd6 master -> master
629
629
  ✅ Version bumped
630
630
 
631
- > @drxsuperapp/sdk@1.1.302 prepublishOnly
631
+ > @drxsuperapp/sdk@1.1.303 prepublishOnly
632
632
  > npm run build
633
633
 
634
634
 
635
- > @drxsuperapp/sdk@1.1.302 build
635
+ > @drxsuperapp/sdk@1.1.303 build
636
636
  > tsc
637
637
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.302",
3
+ "version": "1.1.303",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {