@settlemint/sdk-utils 2.6.2-prf7f629f7 → 2.6.2-prfe09a5f9

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 +3 -3
package/README.md CHANGED
@@ -77,7 +77,7 @@
77
77
  - [ExecuteCommandOptions](#executecommandoptions)
78
78
  - [Logger](#logger)
79
79
  - [LoggerOptions](#loggeroptions)
80
- - [SpinnerOptions\<R\>](#spinneroptionsr)
80
+ - [SpinnerOptions](#spinneroptions)
81
81
  - [Type Aliases](#type-aliases)
82
82
  - [AccessToken](#accesstoken)
83
83
  - [ApplicationAccessToken](#applicationaccesstoken)
@@ -1678,7 +1678,7 @@ Configuration options for the logger
1678
1678
 
1679
1679
  ***
1680
1680
 
1681
- #### SpinnerOptions\<R\>
1681
+ #### SpinnerOptions
1682
1682
 
1683
1683
  Defined in: [sdk/utils/src/terminal/spinner.ts:25](https://github.com/settlemint/sdk/blob/v2.6.2/sdk/utils/src/terminal/spinner.ts#L25)
1684
1684
 
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.2-prf7f629f7",
4
+ "version": "2.6.2-prfe09a5f9",
5
5
  "type": "module",
6
6
  "private": false,
7
7
  "license": "FSL-1.1-MIT",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "scripts": {
53
53
  "build": "NODE_OPTIONS='--max-old-space-size=3072' tsdown",
54
- "dev": "tsdown --watch",
54
+ "dev": "tsdown --watch ./src",
55
55
  "publint": "publint run --strict",
56
56
  "attw": "attw --pack .",
57
57
  "test": "bun test",
@@ -72,7 +72,7 @@
72
72
  "console-table-printer": "^2",
73
73
  "deepmerge-ts": "^7",
74
74
  "environment": "^1",
75
- "find-up": "^7",
75
+ "find-up": "^8.0.0",
76
76
  "glob": "11.0.3",
77
77
  "is-in-ci": "^2.0.0",
78
78
  "nano-spawn": "^1.0.0",