@monerium/sdk 2.1.20 → 2.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.
- package/CHANGELOG.md +82 -53
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,115 +1,144 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [2.1.
|
|
3
|
+
## [2.1.23](https://github.com/monerium/sdk/compare/v2.1.22...v2.1.23) (2023-04-25)
|
|
4
4
|
|
|
5
5
|
### Bug Fixes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- missing semicolon ([2e87267](https://github.com/monerium/sdk/commit/2e87267849957c957b122dd2a0af0c1a282f948f))
|
|
9
|
-
- scope shouldnt have at prefix ([4c5ab0f](https://github.com/monerium/sdk/commit/4c5ab0f2a4c24ef637b3a266c39c5e41f05d97ac))
|
|
7
|
+
- now it should publish succesfully to npm registry ([#71](https://github.com/monerium/sdk/issues/71)) ([5b5e37b](https://github.com/monerium/sdk/commit/5b5e37b2cde1d1e0411e3e023cfcd5f7eca376d6))
|
|
10
8
|
|
|
11
|
-
## [2.1.
|
|
9
|
+
## [2.1.22](https://github.com/monerium/sdk/compare/v2.1.21...v2.1.22) (2023-04-24)
|
|
12
10
|
|
|
13
11
|
### Bug Fixes
|
|
14
12
|
|
|
15
|
-
-
|
|
13
|
+
- deploy static pipeline ([#69](https://github.com/monerium/sdk/issues/69)) ([38067e7](https://github.com/monerium/sdk/commit/38067e75e3334b6eb20dcc182f1d6aaca5af0caa))
|
|
16
14
|
|
|
17
|
-
## [2.1.
|
|
15
|
+
## [2.1.21](https://github.com/monerium/sdk/compare/v2.1.20...v2.1.21) (2023-04-24)
|
|
18
16
|
|
|
19
|
-
###
|
|
17
|
+
### Miscellaneous
|
|
18
|
+
|
|
19
|
+
- cleanup changelog history ([1c4b12b](https://github.com/monerium/sdk/commit/1c4b12b77eaa61d07b0b39d056a35f505416039a))
|
|
20
|
+
|
|
21
|
+
## [2.1.20](https://github.com/monerium/sdk/compare/v2.0.19...v2.1.20) (2023-04-24)
|
|
20
22
|
|
|
21
|
-
|
|
23
|
+
Issues with Github Actions and Yarn v3 resolved.
|
|
22
24
|
|
|
23
|
-
## [2.
|
|
25
|
+
## [2.0.19](https://github.com/monerium/sdk/compare/v2.0.18...v2.0.19) (2023-04-24)
|
|
24
26
|
|
|
25
27
|
### Bug Fixes
|
|
26
28
|
|
|
27
|
-
-
|
|
29
|
+
- include network and chain in linkAccount ([cd7fe6e](https://github.com/monerium/sdk/commit/cd7fe6e4b52dc38f589e081b7afa6dc36f2436f8))
|
|
30
|
+
- pipeline error ([d489695](https://github.com/monerium/sdk/commit/d489695a567630b0da0a7ec2269569b0eaac93f2))
|
|
31
|
+
- return BearerProfile from auth function ([ef7fe3b](https://github.com/monerium/sdk/commit/ef7fe3b58b21e3671602c70545e4a04669dd6461))
|
|
28
32
|
|
|
29
|
-
|
|
33
|
+
### Miscellaneous
|
|
34
|
+
|
|
35
|
+
- added backwards compatibility to node v17.5 ([61bba5e](https://github.com/monerium/sdk/commit/61bba5e15131e7d125ce03fcb65b39120559d9f3))
|
|
36
|
+
- migrate to yarn v3 ([4d47d6f](https://github.com/monerium/sdk/commit/4d47d6fe4e798e8af61eab7dd03b188322fd0f31))
|
|
37
|
+
- set node engine >= 17.5 ([407cf66](https://github.com/monerium/sdk/commit/407cf66eefa9734e89df9e031f523db70abf7674))
|
|
38
|
+
|
|
39
|
+
## [2.0.18](https://github.com/monerium/sdk/compare/v2.0.17...v2.0.18) (2023-04-21)
|
|
30
40
|
|
|
31
41
|
### Bug Fixes
|
|
32
42
|
|
|
33
|
-
-
|
|
43
|
+
- es6 module imports ([00edf8d](https://github.com/monerium/sdk/commit/00edf8d600e6944fbcc17da00351ffae9ee79b53))
|
|
44
|
+
- test credentials ([00edf8d](https://github.com/monerium/sdk/commit/00edf8d600e6944fbcc17da00351ffae9ee79b53))
|
|
34
45
|
|
|
35
|
-
|
|
46
|
+
### Miscellaneous
|
|
36
47
|
|
|
37
|
-
|
|
48
|
+
- explain and add uppercase to the -randomness- ([5ed54d8](https://github.com/monerium/sdk/commit/5ed54d86a79b88293c595bd23ecf07cd30aafe63))
|
|
49
|
+
|
|
50
|
+
## [2.0.17](https://github.com/monerium/sdk/compare/v2.0.16...v2.0.17) (2023-02-25)
|
|
51
|
+
|
|
52
|
+
### Miscellaneous
|
|
38
53
|
|
|
39
|
-
-
|
|
40
|
-
- global set npm auth ([4ae8d49](https://github.com/monerium/sdk/commit/4ae8d498792fd5dd9eb892e1e18ccda5184fa2d3))
|
|
54
|
+
- dont use crypto-js for randomizing a string ([412957e](https://github.com/monerium/sdk/commit/412957e028d968bbc483dbc6f8724f7e2da4739a))
|
|
41
55
|
|
|
42
|
-
## [2.
|
|
56
|
+
## [2.0.16](https://github.com/monerium/sdk/compare/v2.0.15...v2.0.16) (2023-02-25)
|
|
43
57
|
|
|
44
58
|
### Bug Fixes
|
|
45
59
|
|
|
46
|
-
-
|
|
47
|
-
- missing bracket ([817e366](https://github.com/monerium/sdk/commit/817e366c540395ea10c24cb79e1f173d81f337b5))
|
|
60
|
+
- broken build ([b05107c](https://github.com/monerium/sdk/commit/b05107c9e7246153807fe9a8ca65066f9fede989))
|
|
48
61
|
|
|
49
|
-
## [2.
|
|
62
|
+
## [2.0.15](https://github.com/monerium/sdk/compare/v2.0.14...v2.0.15) (2023-02-25)
|
|
50
63
|
|
|
51
64
|
### Bug Fixes
|
|
52
65
|
|
|
53
|
-
-
|
|
66
|
+
- broken build ([8278788](https://github.com/monerium/sdk/commit/8278788a9bc456016805e9fc65cb1137174e096e))
|
|
54
67
|
|
|
55
|
-
## [2.
|
|
68
|
+
## [2.0.14](https://github.com/monerium/sdk/compare/v2.0.13...v2.0.14) (2023-02-25)
|
|
56
69
|
|
|
57
70
|
### Bug Fixes
|
|
58
71
|
|
|
59
|
-
-
|
|
72
|
+
- broken package ([e3cc93e](https://github.com/monerium/sdk/commit/e3cc93ecab62129387b4bd6ba7d4151adab48ca3))
|
|
60
73
|
|
|
61
|
-
## [2.
|
|
74
|
+
## [2.0.13](https://github.com/monerium/sdk/compare/v2.0.12...v2.0.13) (2023-02-25)
|
|
62
75
|
|
|
63
76
|
### Bug Fixes
|
|
64
77
|
|
|
65
|
-
-
|
|
78
|
+
- pkce incorrect encoding + replaced crypto-js with node:crypto polyfill. ([c1b4e66](https://github.com/monerium/sdk/commit/c1b4e66b4bcf906c414b15250d6aaf9485f931a7))
|
|
66
79
|
|
|
67
|
-
## [2.
|
|
80
|
+
## [2.0.12](https://github.com/monerium/sdk/compare/v2.0.11...v2.0.12) (2023-02-25)
|
|
68
81
|
|
|
69
82
|
### Bug Fixes
|
|
70
83
|
|
|
71
|
-
-
|
|
84
|
+
- replace encodeBase64Url, not available in the downgraded version of crypto-js ([c883b64](https://github.com/monerium/sdk/commit/c883b6422b1d068752a420abce2ce3a14d8a4092))
|
|
72
85
|
|
|
73
|
-
## [2.
|
|
86
|
+
## [2.0.11](https://github.com/monerium/sdk/compare/v2.0.10...v2.0.11) (2023-02-25)
|
|
74
87
|
|
|
75
88
|
### Bug Fixes
|
|
76
89
|
|
|
77
|
-
-
|
|
78
|
-
|
|
90
|
+
- crypto-js to 3.1.9-1 because of https://github.com/brix/crypto-js/issues/256 ([00bffd9](https://github.com/monerium/sdk/commit/00bffd9e7e90315f09cee4a8ade60121d1e1b75a))
|
|
91
|
+
|
|
92
|
+
### Miscellaneous
|
|
93
|
+
|
|
94
|
+
- remove unnecessary comment ([c8d64ad](https://github.com/monerium/sdk/commit/c8d64adad6157eecd1e2a3faf0bec0a86da74f07))
|
|
79
95
|
|
|
80
|
-
## [2.
|
|
96
|
+
## [2.0.10](https://github.com/monerium/sdk/compare/v2.0.9...v2.0.10) (2023-02-16)
|
|
97
|
+
|
|
98
|
+
### Miscellaneous
|
|
99
|
+
|
|
100
|
+
- define properties for automatic wallet link on auth flow ([#19](https://github.com/monerium/sdk/issues/19)) ([3bf845c](https://github.com/monerium/sdk/commit/3bf845cac60bb8a2d5ee7a9dbfa56c76f6996178))
|
|
101
|
+
|
|
102
|
+
## [2.0.9](https://github.com/monerium/sdk/compare/v2.0.8...v2.0.9) (2023-02-06)
|
|
81
103
|
|
|
82
104
|
### Bug Fixes
|
|
83
105
|
|
|
84
|
-
-
|
|
106
|
+
- build files ([1b0f99f](https://github.com/monerium/sdk/commit/1b0f99fcc6635de69b62de72198f22daa2d36b10))
|
|
85
107
|
|
|
86
|
-
## [2.
|
|
108
|
+
## [2.0.8](https://github.com/monerium/sdk/compare/v2.0.7...v2.0.8) (2023-02-06)
|
|
87
109
|
|
|
88
110
|
### Bug Fixes
|
|
89
111
|
|
|
90
|
-
-
|
|
112
|
+
- move dts-bundle config to configs and update paths ([2de558f](https://github.com/monerium/sdk/commit/2de558f6c69b5c72d77ee1065e326d05072ad16c))
|
|
91
113
|
|
|
92
|
-
|
|
114
|
+
### Miscellaneous
|
|
115
|
+
|
|
116
|
+
- add getting started to README and document pckeRequest ([8cf68dd](https://github.com/monerium/sdk/commit/8cf68dd7fcf28b098192ca0da8dfdb3878a3e449))
|
|
117
|
+
- deprecate pkceRequest for getAuthFlowURI ([4f33174](https://github.com/monerium/sdk/commit/4f33174abbdbc0758b61efc4161e4fc234524ca5))
|
|
118
|
+
|
|
119
|
+
## [2.0.7](https://github.com/monerium/sdk/compare/v2.0.6...v2.0.7) (2023-01-11)
|
|
120
|
+
|
|
121
|
+
### Miscellaneous
|
|
122
|
+
|
|
123
|
+
- add commitlint ([bdae6d8](https://github.com/monerium/sdk/commit/bdae6d83ed386d80be0f27e362e6622ad6ca0ffd))
|
|
124
|
+
- add theme for typedoc to expand and make the sidebar more useful ([355f0f8](https://github.com/monerium/sdk/commit/355f0f839b27bdaeaead2463c0afc48409080041))
|
|
125
|
+
- fix and document pckeRequest ([3905283](https://github.com/monerium/sdk/commit/390528378206149862795ee7a46b54649927e384))
|
|
126
|
+
|
|
127
|
+
## [2.0.6](https://github.com/monerium/sdk/compare/v2.0.0...v2.0.6) (2023-01-05)
|
|
93
128
|
|
|
94
129
|
### Bug Fixes
|
|
95
130
|
|
|
96
|
-
-
|
|
97
|
-
-
|
|
98
|
-
- fix ([2d781e3](https://github.com/monerium/sdk/commit/2d781e3780eda0d1ad5cf520f39eab9abfb10c7c))
|
|
99
|
-
- frozen lockfile deprecated ([143cb31](https://github.com/monerium/sdk/commit/143cb31c847cc88b1bbcf1a8ba8d2e653ad94001))
|
|
100
|
-
- npm scope ([5412bf9](https://github.com/monerium/sdk/commit/5412bf97d85e18d8d6b121199519271036345d05))
|
|
101
|
-
- npmAuthToken can be empty, static deploy github action doesnt need it ([e7e553b](https://github.com/monerium/sdk/commit/e7e553b03def857101b02fcb31b1d4f0f6ba0479))
|
|
102
|
-
- remove verbose ([c9a1097](https://github.com/monerium/sdk/commit/c9a10976c5dd2de7cc68c01af4e663a392de3224))
|
|
103
|
-
- yarn cache ([cacbdfb](https://github.com/monerium/sdk/commit/cacbdfbd637966290c2dbd313179cc128e5c0bb4))
|
|
104
|
-
- zero install ([f563c15](https://github.com/monerium/sdk/commit/f563c1514801675b9baf63b10aa7ac8d856cb7fa))
|
|
131
|
+
- Update TypeDocs and set workflow to run only on release ([42e5b41](https://github.com/monerium/sdk/commit/42e5b417eca0e2e1f7d7af51a5cde59df28c1ba0))
|
|
132
|
+
- Update TypeDocs and set workflow to run only on release ([#7](https://github.com/monerium/sdk/issues/7)) ([42e5b41](https://github.com/monerium/sdk/commit/42e5b417eca0e2e1f7d7af51a5cde59df28c1ba0))
|
|
105
133
|
|
|
106
134
|
### Miscellaneous
|
|
107
135
|
|
|
108
|
-
-
|
|
109
|
-
- **main:** release 2.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
-
|
|
136
|
+
- cleanup ([5c75dea](https://github.com/monerium/sdk/commit/5c75dea7ee3cd8468a09fdf2f70024047e87f3a0))
|
|
137
|
+
- **main:** release 2.0.5 ([#13](https://github.com/monerium/sdk/issues/13)) ([21c4052](https://github.com/monerium/sdk/commit/21c405262a6f6d0503dadc11aea483c2ebf3574f))
|
|
138
|
+
|
|
139
|
+
## [2.0.5](https://github.com/monerium/sdk/compare/v2.0.0...v2.0.5) (2023-01-05)
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
- Update TypeDocs and adjust workflows ([42e5b41
|
|
144
|
+
](https://github.com/monerium/sdk/commit/42e5b417eca0e2e1f7d7af51a5cde59df28c1ba0))
|