Skip to content

Commit 0c268ee

Browse files
Merge pull request #5137 from BitGo/rel/latest
chore(root): publish modules
2 parents 28c2f5b + 0e49204 commit 0c268ee

File tree

144 files changed

+811
-495
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+811
-495
lines changed

Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-opensslbytes /var/modules/sdk-openssl
4545
COPY --from=builder /tmp/bitgo/modules/sjcl /var/modules/sjcl/
4646
COPY --from=builder /tmp/bitgo/modules/statics /var/modules/statics/
4747
COPY --from=builder /tmp/bitgo/modules/utxo-lib /var/modules/utxo-lib/
48-
COPY --from=builder /tmp/bitgo/modules/utxo-staking /var/modules/utxo-staking/
4948
COPY --from=builder /tmp/bitgo/modules/blake2b /var/modules/blake2b/
5049
COPY --from=builder /tmp/bitgo/modules/blake2b-wasm /var/modules/blake2b-wasm/
5150
COPY --from=builder /tmp/bitgo/modules/bitgo /var/modules/bitgo/
@@ -56,7 +55,6 @@ COPY --from=builder /tmp/bitgo/modules/sdk-api /var/modules/sdk-api/
5655
COPY --from=builder /tmp/bitgo/modules/unspents /var/modules/unspents/
5756
COPY --from=builder /tmp/bitgo/modules/account-lib /var/modules/account-lib/
5857
COPY --from=builder /tmp/bitgo/modules/sdk-coin-algo /var/modules/sdk-coin-algo/
59-
COPY --from=builder /tmp/bitgo/modules/sdk-coin-apt /var/modules/sdk-coin-apt/
6058
COPY --from=builder /tmp/bitgo/modules/sdk-coin-arbeth /var/modules/sdk-coin-arbeth/
6159
COPY --from=builder /tmp/bitgo/modules/abstract-eth /var/modules/abstract-eth/
6260
COPY --from=builder /tmp/bitgo/modules/sdk-coin-atom /var/modules/sdk-coin-atom/
@@ -96,6 +94,7 @@ COPY --from=builder /tmp/bitgo/modules/sdk-coin-xtz /var/modules/sdk-coin-xtz/
9694
COPY --from=builder /tmp/bitgo/modules/sdk-coin-zeta /var/modules/sdk-coin-zeta/
9795
COPY --from=builder /tmp/bitgo/modules/sdk-coin-zketh /var/modules/sdk-coin-zketh/
9896
COPY --from=builder /tmp/bitgo/modules/sdk-coin-ada /var/modules/sdk-coin-ada/
97+
COPY --from=builder /tmp/bitgo/modules/sdk-coin-apt /var/modules/sdk-coin-apt/
9998
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bch /var/modules/sdk-coin-bch/
10099
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bcha /var/modules/sdk-coin-bcha/
101100
COPY --from=builder /tmp/bitgo/modules/sdk-coin-bsv /var/modules/sdk-coin-bsv/
@@ -129,7 +128,6 @@ cd /var/modules/sdk-api && yarn link && \
129128
cd /var/modules/unspents && yarn link && \
130129
cd /var/modules/account-lib && yarn link && \
131130
cd /var/modules/sdk-coin-algo && yarn link && \
132-
cd /var/modules/sdk-coin-apt && yarn link && \
133131
cd /var/modules/sdk-coin-arbeth && yarn link && \
134132
cd /var/modules/abstract-eth && yarn link && \
135133
cd /var/modules/sdk-coin-atom && yarn link && \
@@ -169,6 +167,7 @@ cd /var/modules/sdk-coin-xtz && yarn link && \
169167
cd /var/modules/sdk-coin-zeta && yarn link && \
170168
cd /var/modules/sdk-coin-zketh && yarn link && \
171169
cd /var/modules/sdk-coin-ada && yarn link && \
170+
cd /var/modules/sdk-coin-apt && yarn link && \
172171
cd /var/modules/sdk-coin-bch && yarn link && \
173172
cd /var/modules/sdk-coin-bcha && yarn link && \
174173
cd /var/modules/sdk-coin-bsv && yarn link && \
@@ -205,7 +204,6 @@ RUN cd /var/bitgo-express && \
205204
yarn link @bitgo/unspents && \
206205
yarn link @bitgo/account-lib && \
207206
yarn link @bitgo/sdk-coin-algo && \
208-
yarn link @bitgo/sdk-coin-apt && \
209207
yarn link @bitgo/sdk-coin-arbeth && \
210208
yarn link @bitgo/abstract-eth && \
211209
yarn link @bitgo/sdk-coin-atom && \
@@ -245,6 +243,7 @@ RUN cd /var/bitgo-express && \
245243
yarn link @bitgo/sdk-coin-zeta && \
246244
yarn link @bitgo/sdk-coin-zketh && \
247245
yarn link @bitgo/sdk-coin-ada && \
246+
yarn link @bitgo/sdk-coin-apt && \
248247
yarn link @bitgo/sdk-coin-bch && \
249248
yarn link @bitgo/sdk-coin-bcha && \
250249
yarn link @bitgo/sdk-coin-bsv && \
@@ -263,9 +262,9 @@ RUN cd /var/bitgo-express && \
263262
#LINK_END
264263

265264
#LABEL_START
266-
LABEL created="Fri, 08 Nov 2024 18:49:09 GMT"
267-
LABEL version=10.5.2
268-
LABEL git_hash=32175cea450e3841ce4936d1156236977a115937
265+
LABEL created="Thu, 14 Nov 2024 17:43:24 GMT"
266+
LABEL version=10.5.3
267+
LABEL git_hash=afb3e16fac858b2e90da221a6ea3f9624d46287c
269268
#LABEL_END
270269

271270
USER node

modules/abstract-cosmos/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [11.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-14)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-cosmos
9+
610
## [11.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
711

812
**Note:** Version bump only for package @bitgo/abstract-cosmos

modules/abstract-cosmos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-cosmos",
3-
"version": "11.2.1",
3+
"version": "11.2.2",
44
"description": "BitGo SDK coin library for COSMOS base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,8 +38,8 @@
3838
]
3939
},
4040
"dependencies": {
41-
"@bitgo/sdk-core": "^28.13.1",
42-
"@bitgo/statics": "^50.6.0",
41+
"@bitgo/sdk-core": "^28.13.2",
42+
"@bitgo/statics": "^50.7.0",
4343
"@bitgo/utxo-lib": "^11.0.1",
4444
"@cosmjs/amino": "^0.29.5",
4545
"@cosmjs/crypto": "^0.30.1",

modules/abstract-eth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [22.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-14)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-eth
9+
610
## [22.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
711

812
**Note:** Version bump only for package @bitgo/abstract-eth

modules/abstract-eth/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-eth",
3-
"version": "22.3.1",
3+
"version": "22.3.2",
44
"description": "BitGo SDK coin library for ETH base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -40,8 +40,8 @@
4040
]
4141
},
4242
"dependencies": {
43-
"@bitgo/sdk-core": "^28.13.1",
44-
"@bitgo/statics": "^50.6.0",
43+
"@bitgo/sdk-core": "^28.13.2",
44+
"@bitgo/statics": "^50.7.0",
4545
"@bitgo/utxo-lib": "^11.0.1",
4646
"@ethereumjs/common": "^2.6.5",
4747
"@ethereumjs/tx": "^3.3.0",
@@ -58,7 +58,7 @@
5858
"superagent": "^9.0.1"
5959
},
6060
"devDependencies": {
61-
"@bitgo/sdk-api": "^1.56.3",
62-
"@bitgo/sdk-test": "^8.0.50"
61+
"@bitgo/sdk-api": "^1.56.4",
62+
"@bitgo/sdk-test": "^8.0.51"
6363
}
6464
}

modules/abstract-lightning/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-14)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-lightning
9+
610
## [1.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
711

812
**Note:** Version bump only for package @bitgo/abstract-lightning

modules/abstract-lightning/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-lightning",
3-
"version": "1.2.23",
3+
"version": "1.2.24",
44
"description": "BitGo SDK coin library for base Lightning Network coin implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"dependencies": {
40-
"@bitgo/sdk-core": "^28.13.1",
40+
"@bitgo/sdk-core": "^28.13.2",
4141
"@bitgo/utxo-lib": "^11.0.1"
4242
}
4343
}

modules/abstract-utxo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-14)
7+
8+
**Note:** Version bump only for package @bitgo/abstract-utxo
9+
610
## [9.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
711

812
**Note:** Version bump only for package @bitgo/abstract-utxo

modules/abstract-utxo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitgo/abstract-utxo",
3-
"version": "9.1.2",
3+
"version": "9.1.3",
44
"description": "BitGo SDK coin library for UTXO base implementation",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
@@ -38,9 +38,9 @@
3838
},
3939
"dependencies": {
4040
"@bitgo/blockapis": "^1.10.6",
41-
"@bitgo/sdk-api": "^1.56.3",
42-
"@bitgo/sdk-core": "^28.13.1",
43-
"@bitgo/unspents": "^0.47.12",
41+
"@bitgo/sdk-api": "^1.56.4",
42+
"@bitgo/sdk-core": "^28.13.2",
43+
"@bitgo/unspents": "^0.47.13",
4444
"@bitgo/utxo-lib": "^11.0.1",
4545
"@bitgo/wasm-miniscript": "^1.3.0",
4646
"@types/bluebird": "^3.5.25",

modules/account-lib/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [23.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-14)
7+
8+
**Note:** Version bump only for package @bitgo/account-lib
9+
610
## [23.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/[email protected]...@bitgo/[email protected]) (2024-11-08)
711

812
**Note:** Version bump only for package @bitgo/account-lib

0 commit comments

Comments
 (0)