@kinobi-so/nodes
Advanced tools
Comparing version 0.20.5 to 0.20.6
{ | ||
"name": "@kinobi-so/nodes", | ||
"version": "0.20.5", | ||
"version": "0.20.6", | ||
"description": "Node specifications and helpers for the Kinobi standard", | ||
@@ -38,4 +38,4 @@ "exports": { | ||
"dependencies": { | ||
"@kinobi-so/errors": "0.20.5", | ||
"@kinobi-so/node-types": "0.20.5" | ||
"@kinobi-so/errors": "0.20.6", | ||
"@kinobi-so/node-types": "0.20.6" | ||
}, | ||
@@ -42,0 +42,0 @@ "license": "MIT", |
@@ -10,2 +10,4 @@ # Kinobi ➤ Nodes | ||
This package defines the various nodes that make up the Kinobi IDL. It provides types and helper functions to work with these nodes. If you are looking for a type-only version of these nodes, you can find them in the [`@kinobi-so/node-types`](../node-types) package. | ||
## Installation | ||
@@ -24,6 +26,4 @@ | ||
## Documentation | ||
## All available nodes | ||
This package defines the various nodes that make up the Kinobi IDL. It provides types and helper functions to work with these nodes. If you are looking for a type-only version of these nodes, you can find them in the [`@kinobi-so/node-types`](../node-types) package. | ||
The Kinobi IDL is composed of various nodes that describe different aspects of a Solana program. Some nodes are categorised together as they share a similar purpose. For instance, all the nodes that describe a data structure that can be encoded and decoded into buffers are grouped under the `TypeNode` category. | ||
@@ -30,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
637055
+ Added@kinobi-so/errors@0.20.6(transitive)
+ Added@kinobi-so/node-types@0.20.6(transitive)
- Removed@kinobi-so/errors@0.20.5(transitive)
- Removed@kinobi-so/node-types@0.20.5(transitive)
Updated@kinobi-so/errors@0.20.6
Updated@kinobi-so/node-types@0.20.6