Skip to content

Commit 16f87fb

Browse files
authored
Merge pull request #6 from Into-the-Fathom/dev
1.1.0 packages update
2 parents e865d20 + 805bbf8 commit 16f87fb

File tree

41 files changed

+3863
-3819
lines changed

Some content is hidden

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

41 files changed

+3863
-3819
lines changed

misc/ReactNativeTestApp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"lint": "eslint ."
1111
},
1212
"dependencies": {
13-
"fathom-ethers": "1.0.0",
14-
"@into-the-fathom/shims": "1.0.0",
13+
"fathom-ethers": "^1.1.0",
14+
"@into-the-fathom/shims": "^1.1.0",
1515
"react": "16.13.1",
1616
"react-native": "0.63.2",
1717
"react-native-get-random-values": "1.5.0"

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/abi/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"author": "Fathom",
33
"dependencies": {
4-
"@into-the-fathom/address": "1.0.0",
5-
"@into-the-fathom/bignumber": "1.0.0",
6-
"@into-the-fathom/bytes": "1.0.0",
7-
"@into-the-fathom/constants": "1.0.0",
8-
"@into-the-fathom/hash": "1.0.0",
9-
"@into-the-fathom/keccak256": "1.0.0",
10-
"@into-the-fathom/logger": "1.0.0",
11-
"@into-the-fathom/properties": "1.0.0",
12-
"@into-the-fathom/strings": "1.0.0"
4+
"@into-the-fathom/address": "^1.1.0",
5+
"@into-the-fathom/bignumber": "^1.1.0",
6+
"@into-the-fathom/bytes": "^1.1.0",
7+
"@into-the-fathom/constants": "^1.1.0",
8+
"@into-the-fathom/hash": "^1.1.0",
9+
"@into-the-fathom/keccak256": "^1.1.0",
10+
"@into-the-fathom/logger": "^1.1.0",
11+
"@into-the-fathom/properties": "^1.1.0",
12+
"@into-the-fathom/strings": "^1.1.0"
1313
},
1414
"description": "Utilities and Classes for parsing, formatting and managing Ethereum ABIs.",
1515
"ethereum": "donations.ethers.eth",
@@ -35,5 +35,5 @@
3535
"sideEffects": false,
3636
"tarballHash": "0x76f6fd1617e7f7aacd876957111e5368a7e53b8aebf572b30f0f1a0cd2b4a603",
3737
"types": "./lib/index.d.ts",
38-
"version": "1.0.0"
38+
"version": "1.1.0"
3939
}

packages/abstract-provider/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"author": "Fathom",
33
"dependencies": {
4-
"@into-the-fathom/bignumber": "1.0.0",
5-
"@into-the-fathom/bytes": "1.0.0",
6-
"@into-the-fathom/logger": "1.0.0",
7-
"@into-the-fathom/networks": "1.0.0",
8-
"@into-the-fathom/properties": "1.0.0",
9-
"@into-the-fathom/transactions": "1.0.0",
10-
"@into-the-fathom/web": "1.0.0"
4+
"@into-the-fathom/bignumber": "^1.1.0",
5+
"@into-the-fathom/bytes": "^1.1.0",
6+
"@into-the-fathom/logger": "^1.1.0",
7+
"@into-the-fathom/networks": "^1.1.0",
8+
"@into-the-fathom/properties": "^1.1.0",
9+
"@into-the-fathom/transactions": "^1.1.0",
10+
"@into-the-fathom/web": "^1.1.0"
1111
},
1212
"description": "An Abstract Class for describing an Ethereum Provider for ethers.",
1313
"ethereum": "donations.ethers.eth",
@@ -33,5 +33,5 @@
3333
"sideEffects": false,
3434
"tarballHash": "0x952cf2ca65f6e38799386cab1c8595e8f849360128bc61fb28de2b595bbfaad9",
3535
"types": "./lib/index.d.ts",
36-
"version": "1.0.0"
36+
"version": "1.1.0"
3737
}

packages/abstract-signer/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"author": "Fathom",
33
"dependencies": {
4-
"@into-the-fathom/abstract-provider": "1.0.0",
5-
"@into-the-fathom/bignumber": "1.0.0",
6-
"@into-the-fathom/bytes": "1.0.0",
7-
"@into-the-fathom/logger": "1.0.0",
8-
"@into-the-fathom/properties": "1.0.0"
4+
"@into-the-fathom/abstract-provider": "^1.1.0",
5+
"@into-the-fathom/bignumber": "^1.1.0",
6+
"@into-the-fathom/bytes": "^1.1.0",
7+
"@into-the-fathom/logger": "^1.1.0",
8+
"@into-the-fathom/properties": "^1.1.0"
99
},
1010
"description": "An Abstract Class for desribing an Ethereum Signer for ethers.",
1111
"ethereum": "donations.ethers.eth",
@@ -31,5 +31,5 @@
3131
"sideEffects": false,
3232
"tarballHash": "0x10e5007f2b6467e86fa36292984b8e74bfcd18e6dc1748cf0f62b36c4e4e228a",
3333
"types": "./lib/index.d.ts",
34-
"version": "1.0.0"
34+
"version": "1.1.0"
3535
}

packages/address/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"author": "Fathom",
33
"dependencies": {
4-
"@into-the-fathom/bignumber": "1.0.0",
5-
"@into-the-fathom/bytes": "1.0.0",
6-
"@into-the-fathom/keccak256": "1.0.0",
7-
"@into-the-fathom/logger": "1.0.0",
8-
"@into-the-fathom/rlp": "1.0.0"
4+
"@into-the-fathom/bignumber": "^1.1.0",
5+
"@into-the-fathom/bytes": "^1.1.0",
6+
"@into-the-fathom/keccak256": "^1.1.0",
7+
"@into-the-fathom/logger": "^1.1.0",
8+
"@into-the-fathom/rlp": "^1.1.0"
99
},
1010
"description": "Utilities for handling Ethereum Addresses for ethers.",
1111
"ethereum": "donations.ethers.eth",
@@ -31,5 +31,5 @@
3131
"sideEffects": false,
3232
"tarballHash": "0x6732663914c6efc33735eb97dc36ecaf0ecf4ff34ad1877ee7b842f1c27f98f4",
3333
"types": "./lib/index.d.ts",
34-
"version": "1.0.0"
34+
"version": "1.1.0"
3535
}

packages/asm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Fathom",
33
"dependencies": {
4-
"fathom-ethers": "1.0.0"
4+
"fathom-ethers": "^1.1.0"
55
},
66
"description": "ASM libraries and tools for the Ethereum EVM.",
77
"ethereum": "donations.ethers.eth",
@@ -28,5 +28,5 @@
2828
},
2929
"tarballHash": "0x66d57d00b6a8b039209e081aa5482b1f737570441d220f0906700cf1478437b6",
3030
"types": "./lib/index.d.ts",
31-
"version": "1.0.0"
31+
"version": "1.1.0"
3232
}

packages/base64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"./lib/base64": "./lib/browser-base64.js"
88
},
99
"dependencies": {
10-
"@into-the-fathom/bytes": "1.0.0"
10+
"@into-the-fathom/bytes": "^1.1.0"
1111
},
1212
"description": "Base64 coder.",
1313
"ethereum": "donations.ethers.eth",
@@ -33,5 +33,5 @@
3333
"sideEffects": false,
3434
"tarballHash": "0x67fc747be8ad32f055e61ea73984a8a1e7030ea19dff1a8c7d8301ad0139078b",
3535
"types": "./lib/index.d.ts",
36-
"version": "1.0.0"
36+
"version": "1.1.0"
3737
}

packages/basex/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "Fathom",
33
"dependencies": {
4-
"@into-the-fathom/bytes": "1.0.0",
5-
"@into-the-fathom/properties": "1.0.0"
4+
"@into-the-fathom/bytes": "^1.1.0",
5+
"@into-the-fathom/properties": "^1.1.0"
66
},
77
"description": "Base-X without Buffer.",
88
"ethereum": "donations.ethers.eth",
@@ -28,5 +28,5 @@
2828
"sideEffects": false,
2929
"tarballHash": "0xa3450b5ccf02165bd79e235cc6803751f8194a7680cfc165c62ff3ee3fa6def5",
3030
"types": "./lib/index.d.ts",
31-
"version": "1.0.0"
31+
"version": "1.1.0"
3232
}

packages/bignumber/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"author": "Fathom",
33
"dependencies": {
4-
"@into-the-fathom/bytes": "1.0.0",
5-
"@into-the-fathom/logger": "1.0.0",
4+
"@into-the-fathom/bytes": "^1.1.0",
5+
"@into-the-fathom/logger": "^1.1.0",
66
"bn.js": "^5.2.1"
77
},
88
"description": "BigNumber library used in ethers.js.",
@@ -30,5 +30,5 @@
3030
"sideEffects": false,
3131
"tarballHash": "0x98470bc3e3f959c3912641c94cfb20b381527a6b4cfa3bdb265d9a2f3b27ff85",
3232
"types": "./lib/index.d.ts",
33-
"version": "1.0.0"
33+
"version": "1.1.0"
3434
}

0 commit comments

Comments
 (0)