@hiero-ledger/sdk 2.78.0-beta.1 → 2.78.0-beta.2
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 +3 -1
package/dist/umd.js
CHANGED
|
@@ -98408,7 +98408,7 @@
|
|
|
98408
98408
|
|
|
98409
98409
|
const SDK_NAME = "hiero-sdk-js";
|
|
98410
98410
|
const SDK_VERSION =
|
|
98411
|
-
"2.78.0-beta.
|
|
98411
|
+
"2.78.0-beta.2" ;
|
|
98412
98412
|
|
|
98413
98413
|
// SPDX-License-Identifier: Apache-2.0
|
|
98414
98414
|
|