@hiero-ledger/sdk 2.79.0-beta.11 → 2.79.0-beta.12
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
|
@@ -98729,7 +98729,7 @@
|
|
|
98729
98729
|
|
|
98730
98730
|
const SDK_NAME = "hiero-sdk-js";
|
|
98731
98731
|
const SDK_VERSION =
|
|
98732
|
-
"2.79.0-beta.
|
|
98732
|
+
"2.79.0-beta.12" ;
|
|
98733
98733
|
|
|
98734
98734
|
// SPDX-License-Identifier: Apache-2.0
|
|
98735
98735
|
|