@dfinity/utils 2.5.2-next-2024-10-24 → 2.6.0-next-2024-11-01
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 +1 -1
- package/README.md +12 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2021 DFINITY
|
|
189
|
+
Copyright 2021 DFINITY Stiftung.
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -637,4 +637,16 @@ Useful when identities have changed or if you want to reset all active connectio
|
|
|
637
637
|
|
|
638
638
|
[:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/utils/asserts.utils.ts#L2)
|
|
639
639
|
|
|
640
|
+
### :nut_and_bolt: Enum
|
|
641
|
+
|
|
642
|
+
- [FromStringToTokenError](#gear-fromstringtotokenerror)
|
|
643
|
+
|
|
644
|
+
#### :gear: FromStringToTokenError
|
|
645
|
+
|
|
646
|
+
| Property | Type | Description |
|
|
647
|
+
| ----------------------------- | ---- | ----------- |
|
|
648
|
+
| `FractionalMoreThan8Decimals` | `` | |
|
|
649
|
+
| `InvalidFormat` | `` | |
|
|
650
|
+
| `FractionalTooManyDecimals` | `` | |
|
|
651
|
+
|
|
640
652
|
<!-- TSDOC_END -->
|
package/package.json
CHANGED