@dfinity/utils 2.13.2-next-2025-07-21 → 2.13.2-next-2025-08-11

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1018,4 +1018,6 @@ Useful when identities have changed or if you want to reset all active connectio
1018
1018
  | `InvalidFormat` | `` | |
1019
1019
  | `FractionalTooManyDecimals` | `` | |
1020
1020
 
1021
+ [:link: Source](https://github.com/dfinity/ic-js/tree/main/packages/utils/src/enums/token.enums.ts#L1)
1022
+
1021
1023
  <!-- TSDOC_END -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dfinity/utils",
3
- "version": "2.13.2-next-2025-07-21",
3
+ "version": "2.13.2-next-2025-08-11",
4
4
  "description": "A collection of utilities and constants for NNS/SNS projects.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.cjs.js",