@drxsuperapp/sdk 1.1.25 → 1.1.26

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