@drxsuperapp/sdk 1.1.1 → 1.1.3

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
@@ -42,7 +42,7 @@ Your branch is up to date with 'origin/master'.
42
42
  nothing to commit, working tree clean
43
43
  Everything up-to-date
44
44
  ✅ Changes committed and pushed
45
- v1.1.1
45
+ v1.1.3
46
46
  remote:
47
47
  remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
48
48
  remote:
@@ -52,13 +52,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
52
52
  remote:
53
53
  remote:
54
54
  To https://gitlab.com/drxsuperapp/drx-sdk.git
55
- dfc42a2..362615b master -> master
55
+ 4189eb0..80c7e63 master -> master
56
56
  ✅ Version bumped
57
57
 
58
- > @drxsuperapp/sdk@1.1.1 prepublishOnly
58
+ > @drxsuperapp/sdk@1.1.3 prepublishOnly
59
59
  > npm run build
60
60
 
61
61
 
62
- > @drxsuperapp/sdk@1.1.1 build
62
+ > @drxsuperapp/sdk@1.1.3 build
63
63
  > tsc
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drxsuperapp/sdk",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "main": "index.ts",
5
5
  "types": "index.ts",
6
6
  "scripts": {