@drxsuperapp/sdk 1.1.119 → 1.1.120

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
@@ -198,15 +198,15 @@ Your branch is up to date with 'origin/master'.
198
198
  nothing to commit, working tree clean
199
199
  Everything up-to-date
200
200
  ✅ Changes committed and pushed
201
- v1.1.119
201
+ v1.1.120
202
202
  To https://gitlab.com/drx-super/drx-sdk.git
203
- 10574ac..80ab29f master -> master
203
+ 80ab29f..c54cddb master -> master
204
204
  ✅ Version bumped
205
205
 
206
- > @drxsuperapp/sdk@1.1.119 prepublishOnly
206
+ > @drxsuperapp/sdk@1.1.120 prepublishOnly
207
207
  > npm run build
208
208
 
209
209
 
210
- > @drxsuperapp/sdk@1.1.119 build
210
+ > @drxsuperapp/sdk@1.1.120 build
211
211
  > tsc
212
212
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.119",
3
+ "version": "1.1.120",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {