@settlemint/sdk-utils 2.6.0-pr3ff75ca4 → 2.6.0-pr8aa36209

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1730,7 +1730,7 @@ Defined in: [sdk/utils/src/validation/dot-env.schema.ts:112](https://github.com/
1730
1730
 
1731
1731
  Type definition for the environment variables schema.
1732
1732
 
1733
- ##### Type declaration
1733
+ ##### Type Declaration
1734
1734
 
1735
1735
  | Name | Type | Description | Defined in |
1736
1736
  | ------ | ------ | ------ | ------ |
@@ -1784,7 +1784,7 @@ Defined in: [sdk/utils/src/validation/dot-env.schema.ts:123](https://github.com/
1784
1784
 
1785
1785
  Type definition for the partial environment variables schema.
1786
1786
 
1787
- ##### Type declaration
1787
+ ##### Type Declaration
1788
1788
 
1789
1789
  | Name | Type | Description | Defined in |
1790
1790
  | ------ | ------ | ------ | ------ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@settlemint/sdk-utils",
3
3
  "description": "Shared utilities and helper functions for SettleMint SDK modules",
4
- "version": "2.6.0-pr3ff75ca4",
4
+ "version": "2.6.0-pr8aa36209",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",