@drxsuperapp/sdk 1.1.22 → 1.1.23

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
@@ -85,7 +85,7 @@ Your branch is up to date with 'origin/master'.
85
85
  nothing to commit, working tree clean
86
86
  Everything up-to-date
87
87
  ✅ Changes committed and pushed
88
- v1.1.22
88
+ v1.1.23
89
89
  remote:
90
90
  remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
91
91
  remote:
@@ -95,13 +95,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
95
95
  remote:
96
96
  remote:
97
97
  To https://gitlab.com/drxsuperapp/drx-sdk.git
98
- 15c2708..e2563ab master -> master
98
+ e2563ab..124b892 master -> master
99
99
  ✅ Version bumped
100
100
 
101
- > @drxsuperapp/sdk@1.1.22 prepublishOnly
101
+ > @drxsuperapp/sdk@1.1.23 prepublishOnly
102
102
  > npm run build
103
103
 
104
104
 
105
- > @drxsuperapp/sdk@1.1.22 build
105
+ > @drxsuperapp/sdk@1.1.23 build
106
106
  > tsc
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {