@drxsuperapp/sdk 1.1.86 → 1.1.87

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
@@ -102,15 +102,15 @@ Your branch is up to date with 'origin/master'.
102
102
  nothing to commit, working tree clean
103
103
  Everything up-to-date
104
104
  ✅ Changes committed and pushed
105
- v1.1.86
105
+ v1.1.87
106
106
  To https://gitlab.com/drx-super/drx-sdk.git
107
- a50dbde..d6e0fb1 master -> master
107
+ d6e0fb1..bbdb646 master -> master
108
108
  ✅ Version bumped
109
109
 
110
- > @drxsuperapp/sdk@1.1.86 prepublishOnly
110
+ > @drxsuperapp/sdk@1.1.87 prepublishOnly
111
111
  > npm run build
112
112
 
113
113
 
114
- > @drxsuperapp/sdk@1.1.86 build
114
+ > @drxsuperapp/sdk@1.1.87 build
115
115
  > tsc
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {