@ledgerhq/coin-mina 1.1.0-nightly.2 → 1.1.0

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/coin-mina@1.1.0-nightly.1 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-mina
2
+ > @ledgerhq/coin-mina@1.1.0 build /home/runner/work/ledger-live/ledger-live/libs/coin-modules/coin-mina
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,21 +1,20 @@
1
1
  # @ledgerhq/coin-mina
2
2
 
3
- ## 1.1.0-nightly.2
3
+ ## 1.1.0
4
4
 
5
- ### Patch Changes
6
-
7
- - Updated dependencies [[`9009235`](https://github.com/LedgerHQ/ledger-live/commit/9009235cf52e83c0626acaec0959bfb3837404aa), [`95dbd60`](https://github.com/LedgerHQ/ledger-live/commit/95dbd60c06b02fe6fd50bc2ec0883096858d1f23)]:
8
- - @ledgerhq/types-live@6.67.0-nightly.0
9
- - @ledgerhq/coin-framework@3.0.0-nightly.1
5
+ ### Minor Changes
10
6
 
11
- ## 1.1.0-nightly.1
7
+ - [#9230](https://github.com/LedgerHQ/ledger-live/pull/9230) [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81) Thanks [@lawRathod](https://github.com/lawRathod)! - Add support for mina blockchain
12
8
 
13
9
  ### Patch Changes
14
10
 
15
- - Updated dependencies [[`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d)]:
16
- - @ledgerhq/coin-framework@3.0.0-nightly.0
11
+ - Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
12
+ - @ledgerhq/types-live@6.67.0
13
+ - @ledgerhq/coin-framework@3.0.0
14
+ - @ledgerhq/cryptoassets@13.15.0
15
+ - @ledgerhq/types-cryptoassets@7.22.0
17
16
 
18
- ## 1.1.0-nightly.0
17
+ ## 1.1.0-next.0
19
18
 
20
19
  ### Minor Changes
21
20
 
@@ -23,8 +22,8 @@
23
22
 
24
23
  ### Patch Changes
25
24
 
26
- - Updated dependencies [[`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
27
- - @ledgerhq/types-cryptoassets@7.22.0-nightly.0
28
- - @ledgerhq/cryptoassets@13.15.0-nightly.3
29
- - @ledgerhq/types-live@6.66.0-nightly.4
30
- - @ledgerhq/coin-framework@2.6.0-nightly.5
25
+ - Updated dependencies [[`6f61972`](https://github.com/LedgerHQ/ledger-live/commit/6f619728e200270a674ffb13b10375765b55ae4b), [`3f8a531`](https://github.com/LedgerHQ/ledger-live/commit/3f8a53196dfb80d084056e0d896e09869c8ff949), [`8d36e9b`](https://github.com/LedgerHQ/ledger-live/commit/8d36e9b2474a4c600427f357adad04f99a89e13d), [`b580b04`](https://github.com/LedgerHQ/ledger-live/commit/b580b04e02392a706534c2fceba192ae3b6242ef), [`1e56618`](https://github.com/LedgerHQ/ledger-live/commit/1e56618a3c31e7980074072e0aae9422c145f4b3), [`4c6b682`](https://github.com/LedgerHQ/ledger-live/commit/4c6b682b9929334a7be13212a69f2c6a614f372c), [`bf3dec3`](https://github.com/LedgerHQ/ledger-live/commit/bf3dec3eb166f80e066f466e0e03291c9a141a81)]:
26
+ - @ledgerhq/types-live@6.67.0-next.0
27
+ - @ledgerhq/coin-framework@3.0.0-next.0
28
+ - @ledgerhq/cryptoassets@13.15.0-next.0
29
+ - @ledgerhq/types-cryptoassets@7.22.0-next.0
package/jest.config.js CHANGED
@@ -5,5 +5,4 @@ module.exports = {
5
5
  testEnvironment: "node",
6
6
  testPathIgnorePatterns: ["lib/", "lib-es/", ".*\\.integ\\.test\\.[tj]s"],
7
7
  workerThreads: true,
8
- setupFilesAfterEnv: ["@ledgerhq/disable-network-setup"],
9
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/coin-mina",
3
- "version": "1.1.0-nightly.2",
3
+ "version": "1.1.0",
4
4
  "description": "Mina Coin integration",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -108,14 +108,14 @@
108
108
  "invariant": "^2.2.2",
109
109
  "lodash": "^4.17.21",
110
110
  "rxjs": "^7.8.1",
111
- "@ledgerhq/coin-framework": "^3.0.0-nightly.1",
112
- "@ledgerhq/cryptoassets": "^13.14.1",
113
- "@ledgerhq/devices": "^8.4.5-nightly.0",
114
- "@ledgerhq/errors": "^6.20.0-nightly.0",
111
+ "@ledgerhq/coin-framework": "^3.0.0",
112
+ "@ledgerhq/cryptoassets": "^13.15.0",
113
+ "@ledgerhq/devices": "^8.4.4",
114
+ "@ledgerhq/errors": "^6.19.1",
115
115
  "@ledgerhq/live-network": "^2.0.7",
116
116
  "@ledgerhq/logs": "^6.12.0",
117
- "@ledgerhq/types-cryptoassets": "^7.22.0-nightly.0",
118
- "@ledgerhq/types-live": "^6.67.0-nightly.0"
117
+ "@ledgerhq/types-cryptoassets": "^7.22.0",
118
+ "@ledgerhq/types-live": "^6.67.0"
119
119
  },
120
120
  "devDependencies": {
121
121
  "@types/invariant": "^2.2.2",
@@ -124,13 +124,12 @@
124
124
  "@types/jest": "^29.5.10",
125
125
  "@types/lodash": "^4.14.191",
126
126
  "jest": "^29.7.0",
127
- "ts-jest": "^29.1.1",
128
- "@ledgerhq/disable-network-setup": "^0.0.0"
127
+ "ts-jest": "^29.1.1"
129
128
  },
130
129
  "scripts": {
131
130
  "clean": "rimraf lib lib-es",
132
131
  "build": "tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es",
133
- "coverage": "jest --coverage --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-boilerplate.json",
132
+ "coverage": "jest --coverage --testPathIgnorePatterns='/bridge.integration.test.ts|node_modules|lib-es|lib/' --passWithNoTests && mv coverage/coverage-final.json coverage/coverage-boilerplate.json",
134
133
  "prewatch": "pnpm build",
135
134
  "watch": "tsc --watch",
136
135
  "doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts",