@drxsuperapp/sdk 1.1.246 → 1.1.247

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
@@ -514,15 +514,15 @@ Your branch is up to date with 'origin/master'.
514
514
  nothing to commit, working tree clean
515
515
  Everything up-to-date
516
516
  ✅ Changes committed and pushed
517
- v1.1.246
517
+ v1.1.247
518
518
  To https://gitlab.com/drx-super/drx-sdk.git
519
- 7a6bc9a..2539f7c master -> master
519
+ 2539f7c..e7226fd master -> master
520
520
  ✅ Version bumped
521
521
 
522
- > @drxsuperapp/sdk@1.1.246 prepublishOnly
522
+ > @drxsuperapp/sdk@1.1.247 prepublishOnly
523
523
  > npm run build
524
524
 
525
525
 
526
- > @drxsuperapp/sdk@1.1.246 build
526
+ > @drxsuperapp/sdk@1.1.247 build
527
527
  > tsc
528
528
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.246",
3
+ "version": "1.1.247",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {