@drxsuperapp/sdk 1.1.156 → 1.1.157

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
@@ -263,15 +263,15 @@ Your branch is up to date with 'origin/master'.
263
263
  nothing to commit, working tree clean
264
264
  Everything up-to-date
265
265
  ✅ Changes committed and pushed
266
- v1.1.156
266
+ v1.1.157
267
267
  To https://gitlab.com/drx-super/drx-sdk.git
268
- 26669e9..283fd2a master -> master
268
+ 283fd2a..83db430 master -> master
269
269
  ✅ Version bumped
270
270
 
271
- > @drxsuperapp/sdk@1.1.156 prepublishOnly
271
+ > @drxsuperapp/sdk@1.1.157 prepublishOnly
272
272
  > npm run build
273
273
 
274
274
 
275
- > @drxsuperapp/sdk@1.1.156 build
275
+ > @drxsuperapp/sdk@1.1.157 build
276
276
  > tsc
277
277
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.156",
3
+ "version": "1.1.157",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {