@oxyhq/core 3.9.0 → 3.9.1
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oxyhq/core",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.1",
|
|
4
4
|
"description": "OxyHQ SDK Foundation — API client, authentication, cryptographic identity, and shared utilities",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -80,6 +80,7 @@
|
|
|
80
80
|
"typescript": "tsc --noEmit",
|
|
81
81
|
"test": "jest --passWithNoTests",
|
|
82
82
|
"lint": "biome lint --error-on-warnings ./src",
|
|
83
|
+
"prepublishOnly": "bun run clean && bun run build",
|
|
83
84
|
"release": "rm -rf dist && bun run build && release-it"
|
|
84
85
|
},
|
|
85
86
|
"release-it": {
|
|
@@ -97,7 +98,7 @@
|
|
|
97
98
|
}
|
|
98
99
|
},
|
|
99
100
|
"dependencies": {
|
|
100
|
-
"@oxyhq/contracts": "^0.2.
|
|
101
|
+
"@oxyhq/contracts": "^0.2.1",
|
|
101
102
|
"bip39": "^3.1.0",
|
|
102
103
|
"buffer": "^6.0.3",
|
|
103
104
|
"elliptic": "^6.6.1",
|