@drxsuperapp/sdk 1.1.47 → 1.1.48

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
@@ -108,15 +108,15 @@ Your branch is up to date with 'origin/master'.
108
108
  nothing to commit, working tree clean
109
109
  Everything up-to-date
110
110
  ✅ Changes committed and pushed
111
- v1.1.47
111
+ v1.1.48
112
112
  To https://gitlab.com/drx-super/drx-sdk.git
113
- 53c1a2e..133cae1 master -> master
113
+ 133cae1..2dbdf03 master -> master
114
114
  ✅ Version bumped
115
115
 
116
- > @drxsuperapp/sdk@1.1.47 prepublishOnly
116
+ > @drxsuperapp/sdk@1.1.48 prepublishOnly
117
117
  > npm run build
118
118
 
119
119
 
120
- > @drxsuperapp/sdk@1.1.47 build
120
+ > @drxsuperapp/sdk@1.1.48 build
121
121
  > tsc
122
122
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {