@drxsuperapp/sdk 1.1.222 → 1.1.223

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
@@ -442,15 +442,15 @@ Your branch is up to date with 'origin/master'.
442
442
  nothing to commit, working tree clean
443
443
  Everything up-to-date
444
444
  ✅ Changes committed and pushed
445
- v1.1.222
445
+ v1.1.223
446
446
  To https://gitlab.com/drx-super/drx-sdk.git
447
- 60aa509..38b2aa0 master -> master
447
+ 38b2aa0..ad42aa4 master -> master
448
448
  ✅ Version bumped
449
449
 
450
- > @drxsuperapp/sdk@1.1.222 prepublishOnly
450
+ > @drxsuperapp/sdk@1.1.223 prepublishOnly
451
451
  > npm run build
452
452
 
453
453
 
454
- > @drxsuperapp/sdk@1.1.222 build
454
+ > @drxsuperapp/sdk@1.1.223 build
455
455
  > tsc
456
456
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.222",
3
+ "version": "1.1.223",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {