@drxsuperapp/sdk 1.1.146 → 1.1.147

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.146
216
+ v1.1.147
217
217
  To https://gitlab.com/drx-super/drx-sdk.git
218
- 66ccd87..27a62d1 master -> master
218
+ 27a62d1..fc74d4c master -> master
219
219
  ✅ Version bumped
220
220
 
221
- > @drxsuperapp/sdk@1.1.146 prepublishOnly
221
+ > @drxsuperapp/sdk@1.1.147 prepublishOnly
222
222
  > npm run build
223
223
 
224
224
 
225
- > @drxsuperapp/sdk@1.1.146 build
225
+ > @drxsuperapp/sdk@1.1.147 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.146",
3
+ "version": "1.1.147",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {