opnet 1.0.0 → 1.0.1

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/.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>
package/README.md CHANGED
@@ -46,14 +46,13 @@ npm i opnet
46
46
 
47
47
  ## Usage
48
48
 
49
- Refer to the `docs/` directory for detailed guides on how to use the BSI Transaction Builder. Start
49
+ Refer to the `docs/` directory for detailed guides on how to use OPNet. Start
50
50
  with `getting_started.md` and explore `api_reference.md` for comprehensive information about the functions available.
51
51
 
52
52
  ## Contribution
53
53
 
54
54
  Contributions are welcome! Please read through the `CONTRIBUTING.md` file for guidelines on how to submit issues,
55
- feature requests, and pull requests. We appreciate your input and encourage you to help us improve the BSI Transaction
56
- Builder.
55
+ feature requests, and pull requests. We appreciate your input and encourage you to help us improve OPNet.
57
56
 
58
57
  ## License
59
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "type": "module",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "author": "BlobMaster41",
5
5
  "description": "The perfect library for building Bitcoin based applications.",
6
6
  "engines": {