@drxsuperapp/sdk 1.1.175 → 1.1.176

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
@@ -341,15 +341,15 @@ Your branch is up to date with 'origin/master'.
341
341
  nothing to commit, working tree clean
342
342
  Everything up-to-date
343
343
  ✅ Changes committed and pushed
344
- v1.1.175
344
+ v1.1.176
345
345
  To https://gitlab.com/drx-super/drx-sdk.git
346
- 4161016..42de9ac master -> master
346
+ 42de9ac..1923c12 master -> master
347
347
  ✅ Version bumped
348
348
 
349
- > @drxsuperapp/sdk@1.1.175 prepublishOnly
349
+ > @drxsuperapp/sdk@1.1.176 prepublishOnly
350
350
  > npm run build
351
351
 
352
352
 
353
- > @drxsuperapp/sdk@1.1.175 build
353
+ > @drxsuperapp/sdk@1.1.176 build
354
354
  > tsc
355
355
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.175",
3
+ "version": "1.1.176",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {