@omnixhq/ucp-js-sdk 1.0.0 → 1.0.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/README.md +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
<b>JavaScript library for the Universal Commerce Protocol (UCP).</b>
|
|
23
23
|
</p>
|
|
24
24
|
|
|
25
|
+
[](https://www.npmjs.com/package/@omnixhq/ucp-js-sdk)
|
|
26
|
+
[](https://github.com/OmnixHQ/ucp-js-sdk/actions/workflows/ci.yml)
|
|
27
|
+
[](./LICENSE)
|
|
28
|
+
[](https://www.typescriptlang.org/)
|
|
29
|
+
|
|
25
30
|
## Overview
|
|
26
31
|
|
|
27
32
|
This repository contains the JavaScript SDK for the
|
|
@@ -101,7 +106,7 @@ npm run build
|
|
|
101
106
|
## Contributing
|
|
102
107
|
|
|
103
108
|
We welcome community contributions. See our
|
|
104
|
-
[Contribution Guide](https://github.com/
|
|
109
|
+
[Contribution Guide](https://github.com/OmnixHQ/ucp-js-sdk/blob/main/CONTRIBUTING.md)
|
|
105
110
|
for details.
|
|
106
111
|
|
|
107
112
|
## License
|