@exodus/headless 5.0.0-rc.45 → 5.0.0-rc.46

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.0-rc.46](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.45...@exodus/headless@5.0.0-rc.46) (2024-12-06)
7
+
8
+ ### License
9
+
10
+ - license: re-license under MIT license (#10355)
11
+
6
12
  ## [5.0.0-rc.45](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/headless@5.0.0-rc.44...@exodus/headless@5.0.0-rc.45) (2024-11-13)
7
13
 
8
14
  **Note:** Version bump only for package @exodus/headless
package/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2024 Exodus Movement, Inc.
2
+
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
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -38,7 +38,7 @@ exodusContainer.register({
38
38
  })
39
39
 
40
40
  // see an example feature definition:
41
- // https://github.com/ExodusMovement/exodus-hydra/blob/2e8d63426421ffcbec84a9b6fbc83eb913b47eba/modules/headless/src/modules/geolocation/index.js
41
+ // ../../features/geolocation/index.js
42
42
  exodusContainer.use(referrals())
43
43
  exodusContainer.use(myCustomFeature({ id: 'myCustomFeature', ... }))
44
44
 
@@ -117,13 +117,13 @@ Unsafe (raw text) storage instance. Used internally by modules to persist data i
117
117
 
118
118
  In most cases you probably want to use encrypted storage instead (not yet migrated).
119
119
 
120
- Check [storage-spec](https://github.com/ExodusMovement/exodus-hydra/tree/master/adapters/storage-spec/spec.md) for more details about Storage API
120
+ Check [storage-spec](../../adapters/storage-spec/spec.md) for more details about Storage API
121
121
 
122
122
  ### seedStorage
123
123
 
124
124
  Storage instance used unquely by wallet module to store seed and autogenerated passphrase (if present).
125
125
 
126
- Check [storage-spec](https://github.com/ExodusMovement/exodus-hydra/tree/master/adapters/storage-spec/spec.md) for more details about Storage API
126
+ Check [storage-spec](../../adapters/storage-spec/spec.md) for more details about Storage API
127
127
 
128
128
  > **Note:** Because Browser Extension needs the passphrase to encrypt/decrypt seed, it get's passed as a 3rd parameter to get/set
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/headless",
3
- "version": "5.0.0-rc.45",
3
+ "version": "5.0.0-rc.46",
4
4
  "description": "The platform-agnostic Exodus wallet SDK",
5
5
  "author": "Exodus Movement, Inc.",
6
6
  "main": "src/index.js",
@@ -9,7 +9,7 @@
9
9
  "url": "git+https://github.com/ExodusMovement/exodus-hydra.git"
10
10
  },
11
11
  "homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/sdks/headless",
12
- "license": "UNLICENSED",
12
+ "license": "MIT",
13
13
  "bugs": {
14
14
  "url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Aheadless"
15
15
  },
@@ -40,25 +40,25 @@
40
40
  "@exodus/available-assets": "^8.4.0",
41
41
  "@exodus/balances": "^13.3.1",
42
42
  "@exodus/blockchain-metadata": "^15.3.5",
43
- "@exodus/enabled-assets": "^10.5.1",
43
+ "@exodus/enabled-assets": "^10.8.1",
44
44
  "@exodus/error-tracking": "^1.3.0",
45
- "@exodus/feature-flags": "^6.0.4",
46
- "@exodus/fee-data-monitors": "^5.0.0",
47
- "@exodus/filesystem": "^1.1.2",
48
- "@exodus/geolocation": "^4.2.3",
45
+ "@exodus/feature-flags": "^6.1.0",
46
+ "@exodus/fee-data-monitors": "^5.0.3",
47
+ "@exodus/filesystem": "^1.2.0",
48
+ "@exodus/geolocation": "^4.3.1",
49
49
  "@exodus/key-ids": "^1.2.3",
50
- "@exodus/key-viewer": "^1.1.2",
50
+ "@exodus/key-viewer": "^1.1.5",
51
51
  "@exodus/keychain": "^7.1.0",
52
- "@exodus/locale": "^2.2.2",
53
- "@exodus/message-signer": "^1.3.4",
54
- "@exodus/pricing": "^1.3.2",
55
- "@exodus/public-key-provider": "^4.0.0",
56
- "@exodus/rates-monitor": "^4.4.1",
57
- "@exodus/remote-config": "^2.7.2",
52
+ "@exodus/locale": "^2.3.0",
53
+ "@exodus/message-signer": "^1.4.2",
54
+ "@exodus/pricing": "^1.6.0",
55
+ "@exodus/public-key-provider": "^4.0.2",
56
+ "@exodus/rates-monitor": "^4.5.0",
57
+ "@exodus/remote-config": "^2.8.0",
58
58
  "@exodus/restore-progress-tracker": "^3.5.1",
59
59
  "@exodus/sodium-crypto": "^3.2.0",
60
60
  "@exodus/startup-counter": "^1.1.0",
61
- "@exodus/tx-log-monitors": "^2.3.3",
61
+ "@exodus/tx-log-monitors": "^2.4.1",
62
62
  "@exodus/tx-signer": "^2.3.4",
63
63
  "@exodus/typeforce": "^1.18.1",
64
64
  "@exodus/wallet": "^15.1.0",
@@ -72,37 +72,37 @@
72
72
  "@exodus/ab-testing": "^7.6.1",
73
73
  "@exodus/algorand-lib": "^2.0.1",
74
74
  "@exodus/algorand-meta": "^1.1.4",
75
- "@exodus/analytics": "^15.0.0",
75
+ "@exodus/analytics": "^15.0.1",
76
76
  "@exodus/announcements": "^3.0.0",
77
77
  "@exodus/apy-rates": "^3.5.0",
78
78
  "@exodus/basic-utils": "^3.0.1",
79
79
  "@exodus/bip32": "^3.3.0",
80
80
  "@exodus/bitcoin-plugin": "^1.0.14",
81
81
  "@exodus/browser-extension-rpc": "^2.1.2",
82
- "@exodus/connected-origins": "^4.1.0",
82
+ "@exodus/connected-origins": "^4.1.1",
83
83
  "@exodus/crypto-news-monitor": "^5.0.2",
84
84
  "@exodus/deferring-storage": "^1.0.2",
85
85
  "@exodus/dependency-types": "^2.1.1",
86
- "@exodus/domain-serialization": "^1.3.2",
86
+ "@exodus/domain-serialization": "^1.4.1",
87
87
  "@exodus/ethereum-lib": "^5.0.0",
88
88
  "@exodus/ethereum-meta": "^1.1.0",
89
- "@exodus/exodus-pricing-client": "^1.3.2",
90
89
  "@exodus/fetch": "^1.2.1",
91
90
  "@exodus/fetch-factory": "^2.2.4",
92
91
  "@exodus/key-identifier": "^1.2.1",
93
- "@exodus/kyc": "^6.2.0",
94
- "@exodus/market-history": "^9.1.0",
95
- "@exodus/models": "^12.1.1",
96
- "@exodus/nfts": "^9.4.1",
92
+ "@exodus/kyc": "^6.2.1",
93
+ "@exodus/logger": "^1.2.3",
94
+ "@exodus/market-history": "^9.1.2",
95
+ "@exodus/models": "^12.3.0",
96
+ "@exodus/nfts": "^9.4.2",
97
97
  "@exodus/personal-notes": "^3.6.3",
98
- "@exodus/referrals": "^8.9.1",
98
+ "@exodus/referrals": "^8.9.3",
99
99
  "@exodus/solana-lib": "^3.6.0",
100
100
  "@exodus/solana-meta": "^1.0.2",
101
101
  "@exodus/storage-encrypted": "^1.4.1",
102
102
  "@exodus/storage-memory": "^2.2.2",
103
103
  "@exodus/top-movers-monitor": "^4.2.3",
104
- "@exodus/ui-config": "^3.12.1",
105
- "@exodus/wallet-sdk": "^1.1.1",
104
+ "@exodus/ui-config": "^3.13.0",
105
+ "@exodus/wallet-sdk": "^1.1.4",
106
106
  "@exodus/wild-emitter": "^1.0.0",
107
107
  "buffer-json": "^2.0.0",
108
108
  "deepmerge": "^4.2.2",
@@ -111,5 +111,23 @@
111
111
  "msw": "^2.0.0",
112
112
  "p-defer": "^4.0.0"
113
113
  },
114
- "gitHead": "68c9a8bb666736a4220409149f0f0250e3121094"
114
+ "nx": {
115
+ "targets": {
116
+ "test:integration": {
117
+ "dependsOn": [
118
+ "^build",
119
+ {
120
+ "projects": [
121
+ "@exodus/bip322-js"
122
+ ],
123
+ "target": "build"
124
+ }
125
+ ]
126
+ }
127
+ }
128
+ },
129
+ "publishConfig": {
130
+ "access": "public"
131
+ },
132
+ "gitHead": "aa98a8943878eb240e0ae71f8e4729166a018d9d"
115
133
  }