@drxsuperapp/sdk 1.1.143 → 1.1.144

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
@@ -213,15 +213,15 @@ Your branch is up to date with 'origin/master'.
213
213
  nothing to commit, working tree clean
214
214
  Everything up-to-date
215
215
  ✅ Changes committed and pushed
216
- v1.1.143
216
+ v1.1.144
217
217
  To https://gitlab.com/drx-super/drx-sdk.git
218
- bb8d8e4..a59690c master -> master
218
+ a59690c..628a3b6 master -> master
219
219
  ✅ Version bumped
220
220
 
221
- > @drxsuperapp/sdk@1.1.143 prepublishOnly
221
+ > @drxsuperapp/sdk@1.1.144 prepublishOnly
222
222
  > npm run build
223
223
 
224
224
 
225
- > @drxsuperapp/sdk@1.1.143 build
225
+ > @drxsuperapp/sdk@1.1.144 build
226
226
  > tsc
227
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.143",
3
+ "version": "1.1.144",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {