@drxsuperapp/sdk 1.1.68 → 1.1.69

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
@@ -100,15 +100,15 @@ Your branch is up to date with 'origin/master'.
100
100
  nothing to commit, working tree clean
101
101
  Everything up-to-date
102
102
  ✅ Changes committed and pushed
103
- v1.1.68
103
+ v1.1.69
104
104
  To https://gitlab.com/drx-super/drx-sdk.git
105
- 343c9a5..447da07 master -> master
105
+ 447da07..1635717 master -> master
106
106
  ✅ Version bumped
107
107
 
108
- > @drxsuperapp/sdk@1.1.68 prepublishOnly
108
+ > @drxsuperapp/sdk@1.1.69 prepublishOnly
109
109
  > npm run build
110
110
 
111
111
 
112
- > @drxsuperapp/sdk@1.1.68 build
112
+ > @drxsuperapp/sdk@1.1.69 build
113
113
  > tsc
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.68",
3
+ "version": "1.1.69",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {