@paraspell/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.
- package/LICENSE +2 -2
- package/README.md +2 -3
- package/dist/index.cjs +2702 -1703
- package/dist/index.d.ts +27 -10
- package/dist/index.mjs +2702 -1703
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2023 ParaSpell
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -269,13 +269,12 @@ console.log(SUPPORTED_PALLETS)
|
|
|
269
269
|
|
|
270
270
|
[<img width="245" alt="web3 foundation_grants_badge_white (1)" src="https://user-images.githubusercontent.com/55763425/211069914-bbec9e28-7a0d-417b-8149-087b7f04e57e.png">](https://github.com/w3f/Grants-Program/pull/1245)
|
|
271
271
|
|
|
272
|
-
|
|
272
|
+
[<img width="245" alt="kusamacommunity" src="https://user-images.githubusercontent.com/55763425/227636288-e0aa6f2a-9eb6-4af2-bc6b-d572f145a2f0.png">](https://kusama.subsquare.io/referenda/referendum/123)
|
|
273
273
|
|
|
274
274
|
[](https://bsx.fi/)
|
|
275
275
|
|
|
276
276
|
|
|
277
277
|
|
|
278
|
-
|
|
279
278
|
|
|
280
279
|
## License
|
|
281
280
|
|
|
@@ -331,4 +330,4 @@ Published under [MIT License](https://github.com/paraspell/sdk/blob/main/LICENSE
|
|
|
331
330
|
|
|
332
331
|
|
|
333
332
|
|
|
334
|
-
[codecov-href]: https://codecov.io/gh/unjs/@paraspell/sdk
|
|
333
|
+
[codecov-href]: https://codecov.io/gh/unjs/@paraspell/sdk
|