@settlemint/sdk-utils 2.6.2-prde1e8bc2 → 2.6.2-predd71073
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/package.json +2 -2
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-
|
|
4
|
+
"version": "2.6.2-predd71073",
|
|
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",
|