@hashgraphonline/standards-sdk 0.0.158 → 0.0.159
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/README.md +2 -2
- package/dist/es/standards-sdk.es18.js +1 -1
- package/dist/es/standards-sdk.es33.js +1 -1
- package/dist/es/standards-sdk.es37.js +2 -74017
- package/dist/es/standards-sdk.es37.js.map +1 -1
- package/dist/es/standards-sdk.es39.js +74017 -2
- package/dist/es/standards-sdk.es39.js.map +1 -1
- package/dist/es/standards-sdk.es46.js +1 -1
- package/dist/es/standards-sdk.es47.js +1 -1
- package/dist/es/standards-sdk.es48.js +1 -1
- package/dist/es/standards-sdk.es49.js +1 -1
- package/dist/es/standards-sdk.es50.js +1 -1
- package/dist/es/standards-sdk.es7.js +1 -1
- package/dist/es/standards-sdk.es8.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Hashgraph Online Standards SDK
|
|
2
2
|
|
|
3
|
-
|  | A lightweight SDK providing reference implementations for Hashgraph Consensus Standards (HCS) created by Hashgraph Online.<br><br>This SDK is built and maintained by [Hashgraph Online](https://hashgraphonline.com), a consortium of leading Hedera Organizations within the Hedera ecosystem.<br><br>[📚 Standards SDK Documentation](https://hashgraphonline.com/docs/libraries/standards-sdk/)<br>[📖 HCS Standards Documentation](https://hashgraphonline.com/docs/standards) |
|
|
4
4
|
| :-------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
5
5
|
|
|
6
6
|
## Quick Start
|
|
@@ -134,7 +134,7 @@ See [MAINTAINERS.md](MAINTAINERS.md) for a list of project maintainers.
|
|
|
134
134
|
|
|
135
135
|
## Resources
|
|
136
136
|
|
|
137
|
-
- [HCS Standards Documentation](https://
|
|
137
|
+
- [HCS Standards Documentation](https://hashgraphonline.com/docs/standards)
|
|
138
138
|
- [Hedera Documentation](https://docs.hedera.com)
|
|
139
139
|
- [Telegram Community](https://t.me/hashinals)
|
|
140
140
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { TopicCreateTransaction, PublicKey, TopicMessageSubmitTransaction, TopicId } from "@hashgraph/sdk";
|
|
2
2
|
import { HCS2BaseClient } from "./standards-sdk.es19.js";
|
|
3
3
|
import { HCS2RegistryType, HCS2Operation } from "./standards-sdk.es16.js";
|
|
4
|
-
import { isBrowser } from "./standards-sdk.
|
|
4
|
+
import { isBrowser } from "./standards-sdk.es37.js";
|
|
5
5
|
class BrowserHCS2Client extends HCS2BaseClient {
|
|
6
6
|
/**
|
|
7
7
|
* Create a new browser HCS-2 client
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as InscriptionSDK } from "./standards-sdk.
|
|
1
|
+
import { I as InscriptionSDK } from "./standards-sdk.es39.js";
|
|
2
2
|
import { Logger } from "./standards-sdk.es26.js";
|
|
3
3
|
import { ProgressReporter } from "./standards-sdk.es28.js";
|
|
4
4
|
async function inscribe(input, clientConfig, options, existingSDK) {
|