@drxsuperapp/sdk 1.1.312 → 1.1.313

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
@@ -642,15 +642,15 @@ Your branch is up to date with 'origin/master'.
642
642
  nothing to commit, working tree clean
643
643
  Everything up-to-date
644
644
  ✅ Changes committed and pushed
645
- v1.1.312
645
+ v1.1.313
646
646
  To https://gitlab.com/drx-super/drx-sdk.git
647
- 1d49ccd..abe9dab master -> master
647
+ abe9dab..620e2a1 master -> master
648
648
  ✅ Version bumped
649
649
 
650
- > @drxsuperapp/sdk@1.1.312 prepublishOnly
650
+ > @drxsuperapp/sdk@1.1.313 prepublishOnly
651
651
  > npm run build
652
652
 
653
653
 
654
- > @drxsuperapp/sdk@1.1.312 build
654
+ > @drxsuperapp/sdk@1.1.313 build
655
655
  > tsc
656
656
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.312",
3
+ "version": "1.1.313",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {