@drxsuperapp/sdk 1.1.490 → 1.1.491

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
@@ -886,15 +886,15 @@ Your branch is up to date with 'origin/master'.
886
886
  nothing to commit, working tree clean
887
887
  Everything up-to-date
888
888
  ✅ Changes committed and pushed
889
- v1.1.490
889
+ v1.1.491
890
890
  To https://gitlab.com/drx-super/drx-sdk.git
891
- 89388d1..6f5ea9e master -> master
891
+ 6f5ea9e..ff5a528 master -> master
892
892
  ✅ Version bumped
893
893
 
894
- > @drxsuperapp/sdk@1.1.490 prepublishOnly
894
+ > @drxsuperapp/sdk@1.1.491 prepublishOnly
895
895
  > npm run build
896
896
 
897
897
 
898
- > @drxsuperapp/sdk@1.1.490 build
898
+ > @drxsuperapp/sdk@1.1.491 build
899
899
  > tsc
900
900
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.490",
3
+ "version": "1.1.491",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {