@drxsuperapp/sdk 1.1.179 → 1.1.181

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.179
344
+ v1.1.181
345
345
  To https://gitlab.com/drx-super/drx-sdk.git
346
- fdd3692..0d4d222 master -> master
346
+ 2509749..a45f15a master -> master
347
347
  ✅ Version bumped
348
348
 
349
- > @drxsuperapp/sdk@1.1.179 prepublishOnly
349
+ > @drxsuperapp/sdk@1.1.181 prepublishOnly
350
350
  > npm run build
351
351
 
352
352
 
353
- > @drxsuperapp/sdk@1.1.179 build
353
+ > @drxsuperapp/sdk@1.1.181 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.179",
3
+ "version": "1.1.181",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {