@hiero-ledger/sdk 2.71.0 → 2.71.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/dist/umd.js +1 -1
- package/dist/umd.min.js +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
package/dist/umd.js
CHANGED
|
@@ -97940,7 +97940,7 @@
|
|
|
97940
97940
|
|
|
97941
97941
|
const SDK_NAME = "hiero-sdk-js";
|
|
97942
97942
|
const SDK_VERSION =
|
|
97943
|
-
"2.71.
|
|
97943
|
+
"2.71.1" ;
|
|
97944
97944
|
|
|
97945
97945
|
// SPDX-License-Identifier: Apache-2.0
|
|
97946
97946
|
|