@psf/bch-js 7.0.1 → 7.0.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.
- package/LICENSE.md +1 -1
- package/package.json +2 -2
package/LICENSE.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Copyright 2022 Permissionless Software Foundation contributors
|
|
1
|
+
Copyright 2022-2026 Permissionless Software Foundation contributors
|
|
2
2
|
|
|
3
3
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@psf/bch-js",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A JavaScript library for working with Bitcoin Cash, eCash, and SLP Tokens",
|
|
6
6
|
"author": "Chris Troutner <chris.troutner@gmail.com>",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"Gabriel Cardona <gabriel@bitcoin.com>",
|
|
9
9
|
"Stoyan Zhekov <zh@zhware.net>"
|
|
10
10
|
],
|
|
11
|
-
"main": "src/bch-js",
|
|
11
|
+
"main": "src/bch-js.js",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"test": "c8 mocha --trace-warnings --unhandled-rejections=strict --timeout 30000 test/unit/",
|
|
14
14
|
"test:integration": "npm run test:integration:local:noauth",
|