@deriverse/kit 1.0.22 → 1.0.23

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 +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,11 +37,9 @@ Based on [`@solana/kit`](https://www.npmjs.com/package/@solana/kit)
37
37
  npm install @deriverse/kit
38
38
  ```
39
39
 
40
- ## Documentation
41
- TODO
42
-
43
40
  ## Examples
44
- TODO
41
+
42
+ We prepared a comprehensive example that is available here: https://github.com/deriverse/kit-example
45
43
 
46
44
  ## Development
47
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriverse/kit",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",