@drxsuperapp/sdk 1.1.104 → 1.1.105

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
@@ -186,15 +186,15 @@ Your branch is up to date with 'origin/master'.
186
186
  nothing to commit, working tree clean
187
187
  Everything up-to-date
188
188
  ✅ Changes committed and pushed
189
- v1.1.104
189
+ v1.1.105
190
190
  To https://gitlab.com/drx-super/drx-sdk.git
191
- b212700..79d9666 master -> master
191
+ 79d9666..d38d0bd master -> master
192
192
  ✅ Version bumped
193
193
 
194
- > @drxsuperapp/sdk@1.1.104 prepublishOnly
194
+ > @drxsuperapp/sdk@1.1.105 prepublishOnly
195
195
  > npm run build
196
196
 
197
197
 
198
- > @drxsuperapp/sdk@1.1.104 build
198
+ > @drxsuperapp/sdk@1.1.105 build
199
199
  > tsc
200
200
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.104",
3
+ "version": "1.1.105",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {