@drxsuperapp/sdk 1.1.31 → 1.1.33

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
@@ -94,7 +94,7 @@ Your branch is up to date with 'origin/master'.
94
94
  nothing to commit, working tree clean
95
95
  Everything up-to-date
96
96
  ✅ Changes committed and pushed
97
- v1.1.31
97
+ v1.1.33
98
98
  remote:
99
99
  remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
100
100
  remote:
@@ -104,13 +104,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
104
104
  remote:
105
105
  remote:
106
106
  To https://gitlab.com/drxsuperapp/drx-sdk.git
107
- cd3d74a..f7c3d03 master -> master
107
+ 0b1d02a..0f5d168 master -> master
108
108
  ✅ Version bumped
109
109
 
110
- > @drxsuperapp/sdk@1.1.31 prepublishOnly
110
+ > @drxsuperapp/sdk@1.1.33 prepublishOnly
111
111
  > npm run build
112
112
 
113
113
 
114
- > @drxsuperapp/sdk@1.1.31 build
114
+ > @drxsuperapp/sdk@1.1.33 build
115
115
  > tsc
116
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {