gn-provider 1.0.2 → 1.0.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -34,7 +34,7 @@ During installation, the package will automatically:
34
34
  ### Basic Setup
35
35
 
36
36
  ```typescript
37
- import { GNProvider } from 'scrypt-ts/dist/bsv/providers/gn-provider';
37
+ import { GNProvider } from 'scrypt-ts';
38
38
  import * as bsv from 'bsv';
39
39
 
40
40
  // Initialize provider (mainnet or testnet)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gn-provider",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "files": [
5
5
  "dist",
6
6
  "scripts",