surfman-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
@@ -5,6 +5,8 @@ TypeScript SDK for SurfPool RPC API interaction - A powerful toolkit for Solana
5
5
  [![npm version](https://img.shields.io/npm/v/surfman-sdk.svg)](https://www.npmjs.com/package/surfman-sdk)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
7
 
8
+ > 📖 **[SurfPool Documentation](https://docs.surfpool.run/)** - Learn more about SurfPool's local development environment
9
+
8
10
  ## Features
9
11
 
10
12
  - 🔧 **Cheatcodes**: Time travel, account manipulation, network control
@@ -232,6 +234,7 @@ surfman --help
232
234
 
233
235
  ## Documentation
234
236
 
237
+ - [SurfPool Documentation](https://docs.surfpool.run/) - Official SurfPool docs
235
238
  - [GitHub Repository](https://github.com/ennea8/surfman)
236
239
  - [CLI Tool](https://www.npmjs.com/package/surfman)
237
240
  - [Report Issues](https://github.com/ennea8/surfman/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surfman-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "TypeScript SDK for SurfPool RPC API interaction",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",