@omnixhq/ucp-js-sdk 1.0.0 → 1.0.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/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
+ [![npm version](https://img.shields.io/npm/v/@omnixhq/ucp-js-sdk.svg)](https://www.npmjs.com/package/@omnixhq/ucp-js-sdk)
26
+ [![CI](https://github.com/OmnixHQ/ucp-js-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/OmnixHQ/ucp-js-sdk/actions/workflows/ci.yml)
27
+ [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
28
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.4+-blue.svg)](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/Universal-Commerce-Protocol/.github/blob/main/CONTRIBUTING.md)
109
+ [Contribution Guide](https://github.com/OmnixHQ/ucp-js-sdk/blob/main/CONTRIBUTING.md)
105
110
  for details.
106
111
 
107
112
  ## License