@drxsuperapp/sdk 1.1.126 → 1.1.127

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
@@ -194,15 +194,15 @@ Your branch is up to date with 'origin/master'.
194
194
  nothing to commit, working tree clean
195
195
  Everything up-to-date
196
196
  ✅ Changes committed and pushed
197
- v1.1.126
197
+ v1.1.127
198
198
  To https://gitlab.com/drx-super/drx-sdk.git
199
- 8683481..572729f master -> master
199
+ 572729f..b5ab5c3 master -> master
200
200
  ✅ Version bumped
201
201
 
202
- > @drxsuperapp/sdk@1.1.126 prepublishOnly
202
+ > @drxsuperapp/sdk@1.1.127 prepublishOnly
203
203
  > npm run build
204
204
 
205
205
 
206
- > @drxsuperapp/sdk@1.1.126 build
206
+ > @drxsuperapp/sdk@1.1.127 build
207
207
  > tsc
208
208
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.126",
3
+ "version": "1.1.127",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {