@currencycore/sdk 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,9 @@ Generated from the CurrencyCore OpenAPI 3.1 spec with
8
8
  [OpenAPI Generator](https://openapi-generator.tech) (`typescript-fetch`), plus a
9
9
  thin hand-written `createClient` helper for API-key and version handling.
10
10
 
11
+ - **Website:** https://currency-core.com
12
+ - **Documentation:** https://currency-core.com/docs
13
+
11
14
  ## Install
12
15
 
13
16
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@currencycore/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Official CurrencyCore API client for TypeScript, Node.js, and React Native.",
5
5
  "license": "MIT",
6
6
  "repository": {