@metamask/connect-solana 0.7.0 → 0.7.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/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.7.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- chore: align sub-package licenses with root ConsenSys 2022 license ([#241](https://github.com/MetaMask/connect-monorepo/pull/241))
|
|
15
|
+
|
|
10
16
|
## [0.7.0]
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -61,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
61
67
|
|
|
62
68
|
- Initial release
|
|
63
69
|
|
|
64
|
-
[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.7.
|
|
70
|
+
[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.7.1...HEAD
|
|
71
|
+
[0.7.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.7.0...@metamask/connect-solana@0.7.1
|
|
65
72
|
[0.7.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.6.0...@metamask/connect-solana@0.7.0
|
|
66
73
|
[0.6.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.5.0...@metamask/connect-solana@0.6.0
|
|
67
74
|
[0.5.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.4.0...@metamask/connect-solana@0.5.0
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
1
|
+
Copyright ConsenSys Software Inc. 2022. All rights reserved.
|
|
2
|
+
|
|
3
|
+
You acknowledge and agree that ConsenSys Software Inc. ("ConsenSys") (or ConsenSys's licensors) own all legal right, title and interest in and to the work, software, application, source code, documentation and any other documents in this repository (collectively, the "Program"), including any intellectual property rights which subsist in the Program (whether those rights happen to be registered or not, and wherever in the world those rights may exist), whether in source code or any other form.
|
|
4
|
+
|
|
5
|
+
Subject to the limited license below, you may not (and you may not permit anyone else to) distribute, publish, copy, modify, merge, combine with another program, create derivative works of, reverse engineer, decompile or otherwise attempt to extract the source code of, the Program or any part thereof, except that you may contribute to this repository.
|
|
6
|
+
|
|
7
|
+
You are granted a non-exclusive, non-transferable, non-sublicensable license to distribute, publish, copy, modify, merge, combine with another program or create derivative works of the Program (such resulting program, collectively, the "Resulting Program") solely for Non-Commercial Use as long as you:
|
|
8
|
+
1. give prominent notice ("Notice") with each copy of the Resulting Program that the Program is used in the Resulting Program and that the Program is the copyright of ConsenSys; and
|
|
9
|
+
2. subject the Resulting Program and any distribution, publication, copy, modification, merger therewith, combination with another program or derivative works thereof to the same Notice requirement and Non-Commercial Use restriction set forth herein.
|
|
10
|
+
|
|
11
|
+
"Non-Commercial Use" means each use as described in clauses (1)-(3) below, as reasonably determined by ConsenSys in its sole discretion:
|
|
12
|
+
1. personal use for research, personal study, private entertainment, hobby projects or amateur pursuits, in each case without any anticipated commercial application;
|
|
13
|
+
2. use by any charitable organization, educational institution, public research organization, public safety or health organization, environmental protection organization or government institution; or
|
|
14
|
+
3. the number of monthly active users of the Resulting Program across all versions thereof and platforms globally do not exceed 10,000 at any time.
|
|
15
|
+
|
|
16
|
+
You will not use any trade mark, service mark, trade name, logo of ConsenSys or any other company or organization in a way that is likely or intended to cause confusion about the owner or authorized user of such marks, names or logos.
|
|
17
|
+
|
|
18
|
+
If you have any questions, comments or interest in pursuing any other use cases, please reach out to us at metamask.license@consensys.net.
|
|
@@ -90,7 +90,7 @@ function createSolanaClient(options) {
|
|
|
90
90
|
versions: {
|
|
91
91
|
// typeof guard needed: Metro (React Native) bundles TS source directly,
|
|
92
92
|
// bypassing the tsup build that substitutes __PACKAGE_VERSION__.
|
|
93
|
-
"connect-solana": false ? "unknown" : "0.7.
|
|
93
|
+
"connect-solana": false ? "unknown" : "0.7.1"
|
|
94
94
|
}
|
|
95
95
|
});
|
|
96
96
|
const client = core.provider;
|
|
@@ -111,7 +111,7 @@ function createSolanaClient(options) {
|
|
|
111
111
|
versions: {
|
|
112
112
|
// typeof guard needed: Metro (React Native) bundles TS source directly,
|
|
113
113
|
// bypassing the tsup build that substitutes __PACKAGE_VERSION__.
|
|
114
|
-
"connect-solana": false ? "unknown" : "0.7.
|
|
114
|
+
"connect-solana": false ? "unknown" : "0.7.1"
|
|
115
115
|
}
|
|
116
116
|
});
|
|
117
117
|
const client = core.provider;
|
|
@@ -90,7 +90,7 @@ function createSolanaClient(options) {
|
|
|
90
90
|
versions: {
|
|
91
91
|
// typeof guard needed: Metro (React Native) bundles TS source directly,
|
|
92
92
|
// bypassing the tsup build that substitutes __PACKAGE_VERSION__.
|
|
93
|
-
"connect-solana": false ? "unknown" : "0.7.
|
|
93
|
+
"connect-solana": false ? "unknown" : "0.7.1"
|
|
94
94
|
}
|
|
95
95
|
});
|
|
96
96
|
const client = core.provider;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/connect-solana",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Solana Layer for MetaMask Connect",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "https://github.com/MetaMask/connect-monorepo.git"
|
|
16
16
|
},
|
|
17
|
-
"license": "
|
|
17
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"exports": {
|
|
20
20
|
".": {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test:watch": "vitest watch"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@metamask/connect-multichain": "^0.11.
|
|
61
|
+
"@metamask/connect-multichain": "^0.11.1",
|
|
62
62
|
"@metamask/solana-wallet-standard": "^0.6.0",
|
|
63
63
|
"@wallet-standard/base": "^1.1.0"
|
|
64
64
|
},
|