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.mjs
CHANGED
|
@@ -13816,6 +13816,7 @@ export {
|
|
|
13816
13816
|
src5_exports as src5,
|
|
13817
13817
|
stark_exports as stark,
|
|
13818
13818
|
starknetId_exports as starknetId,
|
|
13819
|
+
starknetId as starknetIdPlugin,
|
|
13819
13820
|
toAnyPatchVersion,
|
|
13820
13821
|
toApiVersion,
|
|
13821
13822
|
transaction_exports as transaction,
|