@settlemint/sdk-utils 2.6.0-mainefcfc742 → 2.6.0-mainf63182f8

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/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
  | ------ | ------ | ------ | ------ |
@@ -93,9 +93,9 @@ declare const DotEnvSchema: z.ZodObject<{
93
93
  SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>;
94
94
  SETTLEMINT_LOG_LEVEL: z.ZodDefault<z.ZodEnum<{
95
95
  error: "error";
96
+ debug: "debug";
96
97
  info: "info";
97
98
  warn: "warn";
98
- debug: "debug";
99
99
  none: "none";
100
100
  }>>;
101
101
  }, z.core.$strip>;
@@ -149,9 +149,9 @@ declare const DotEnvSchemaPartial: z.ZodObject<{
149
149
  SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>;
150
150
  SETTLEMINT_LOG_LEVEL: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
151
151
  error: "error";
152
+ debug: "debug";
152
153
  info: "info";
153
154
  warn: "warn";
154
- debug: "debug";
155
155
  none: "none";
156
156
  }>>>;
157
157
  }, z.core.$strip>;
@@ -93,9 +93,9 @@ declare const DotEnvSchema: z.ZodObject<{
93
93
  SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodString>;
94
94
  SETTLEMINT_LOG_LEVEL: z.ZodDefault<z.ZodEnum<{
95
95
  error: "error";
96
+ debug: "debug";
96
97
  info: "info";
97
98
  warn: "warn";
98
- debug: "debug";
99
99
  none: "none";
100
100
  }>>;
101
101
  }, z.core.$strip>;
@@ -149,9 +149,9 @@ declare const DotEnvSchemaPartial: z.ZodObject<{
149
149
  SETTLEMINT_NEW_PROJECT_NAME: z.ZodOptional<z.ZodOptional<z.ZodString>>;
150
150
  SETTLEMINT_LOG_LEVEL: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
151
151
  error: "error";
152
+ debug: "debug";
152
153
  info: "info";
153
154
  warn: "warn";
154
- debug: "debug";
155
155
  none: "none";
156
156
  }>>>;
157
157
  }, z.core.$strip>;
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-mainefcfc742",
4
+ "version": "2.6.0-mainf63182f8",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -68,7 +68,7 @@
68
68
  "@antfu/install-pkg": "^1",
69
69
  "@dotenvx/dotenvx": "^1",
70
70
  "@manypkg/find-root": "^3.0.0",
71
- "@npmcli/package-json": "^6",
71
+ "@npmcli/package-json": "^7.0.0",
72
72
  "console-table-printer": "^2",
73
73
  "deepmerge-ts": "^7",
74
74
  "environment": "^1",