starknet 10.6.2 → 10.6.3
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +15 -2
- package/dist/index.global.js +1 -0
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -189,6 +189,7 @@ __export(index_exports, {
|
|
|
189
189
|
src5: () => src5_exports,
|
|
190
190
|
stark: () => stark_exports,
|
|
191
191
|
starknetId: () => starknetId_exports,
|
|
192
|
+
starknetIdPlugin: () => starknetId,
|
|
192
193
|
toAnyPatchVersion: () => toAnyPatchVersion,
|
|
193
194
|
toApiVersion: () => toApiVersion,
|
|
194
195
|
transaction: () => transaction_exports,
|
|
@@ -13999,6 +14000,7 @@ function units(amount, simbol = "fri") {
|
|
|
13999
14000
|
src5,
|
|
14000
14001
|
stark,
|
|
14001
14002
|
starknetId,
|
|
14003
|
+
starknetIdPlugin,
|
|
14002
14004
|
toAnyPatchVersion,
|
|
14003
14005
|
toApiVersion,
|
|
14004
14006
|
transaction,
|