@drxsuperapp/sdk 1.1.172 → 1.1.173

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
@@ -339,15 +339,15 @@ Your branch is up to date with 'origin/master'.
339
339
  nothing to commit, working tree clean
340
340
  Everything up-to-date
341
341
  ✅ Changes committed and pushed
342
- v1.1.172
342
+ v1.1.173
343
343
  To https://gitlab.com/drx-super/drx-sdk.git
344
- 7a72ecc..658d7f9 master -> master
344
+ 658d7f9..66156a4 master -> master
345
345
  ✅ Version bumped
346
346
 
347
- > @drxsuperapp/sdk@1.1.172 prepublishOnly
347
+ > @drxsuperapp/sdk@1.1.173 prepublishOnly
348
348
  > npm run build
349
349
 
350
350
 
351
- > @drxsuperapp/sdk@1.1.172 build
351
+ > @drxsuperapp/sdk@1.1.173 build
352
352
  > tsc
353
353
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.172",
3
+ "version": "1.1.173",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {