@namefi/api-client 0.0.0-pre.1 → 0.0.0-pre.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
@@ -1,15 +1,16 @@
1
- # Namefi Client
1
+ ![img](https://namefi.io/logotype.svg)
2
2
 
3
- API client for Namefi.
3
+
4
+ # [Namefi API Client](https://namefi.io)
4
5
 
5
6
  > This package is still in alpha. APIs and behavior may change without notice.
6
7
 
8
+ > For [Full docs](https://namefi.io/public/docs/api)
9
+
7
10
  ## Table of Contents
8
11
 
9
12
  - [Installation](#installation)
10
13
  - [Usage](#usage)
11
- - [Authentication](#authentication)
12
- - [Contract](#contract)
13
14
 
14
15
  ## Installation
15
16
 
@@ -42,11 +43,3 @@ if (result.availability) {
42
43
  console.log('Registered', order.id);
43
44
  }
44
45
  ```
45
-
46
- ## Authentication
47
-
48
- Provide an API key through the `authentication` option when creating the client.
49
-
50
- ## Contract
51
-
52
- The client is generated against the bundled `contract.json` OpenAPI contract, which defines the available routes and shapes.
@@ -3,7 +3,7 @@
3
3
  "author": "Namefi <dev-team@namefi.io>",
4
4
  "license": "MIT",
5
5
  "description": "API client for Namefi",
6
- "version": "0.0.0-pre.1",
6
+ "version": "0.0.0-pre.2",
7
7
  "type": "module",
8
8
  "scripts": {
9
9
  "clean": "git clean -xdf .next .turbo node_modules out dist",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "author": "Namefi <dev-team@namefi.io>",
4
4
  "license": "MIT",
5
5
  "description": "API client for Namefi",
6
- "version": "0.0.0-pre.1",
6
+ "version": "0.0.0-pre.2",
7
7
  "type": "module",
8
8
  "dependencies": {
9
9
  "@orpc/client": "^1.13.2",
@@ -3,7 +3,7 @@
3
3
  "author": "Namefi <dev-team@namefi.io>",
4
4
  "license": "MIT",
5
5
  "description": "API client for Namefi",
6
- "version": "0.0.0-pre.1",
6
+ "version": "0.0.0-pre.2",
7
7
  "type": "module",
8
8
  "dependencies": {
9
9
  "@orpc/client": "^1.13.2",