Skip to content

Commit 12e0f49

Browse files
Unstoppable Domains Reverse Resolution Cleanup (#1476)
* remove rollup commonjs plugin * Bump core and packages with core as dep Co-authored-by: Adam Carpenter <[email protected]>
1 parent 713ce01 commit 12e0f49

File tree

6 files changed

+11
-73
lines changed

6 files changed

+11
-73
lines changed

packages/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.13.1-alpha.3",
3+
"version": "2.13.1-alpha.4",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -60,7 +60,6 @@
6060
"license": "MIT",
6161
"devDependencies": {
6262
"@rollup-extras/plugin-copy": "~1.2.2",
63-
"@rollup/plugin-commonjs": "^23.0.4",
6463
"@rollup/plugin-json": "^4.1.0",
6564
"@rollup/plugin-node-resolve": "^13.0.6",
6665
"@rollup/plugin-replace": "^3.0.0",

packages/core/rollup.config.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import json from '@rollup/plugin-json'
55
import sveltePreprocess from 'svelte-preprocess'
66
import typescript from '@rollup/plugin-typescript'
77
import copy from '@rollup-extras/plugin-copy'
8-
import commonjs from '@rollup/plugin-commonjs'
98

109
const production = !process.env.ROLLUP_WATCH
1110

@@ -36,9 +35,6 @@ export default {
3635
sourceMap: !production,
3736
inlineSources: !production
3837
}),
39-
commonjs({
40-
include: /node_modules/
41-
}),
4238
copy({
4339
src: 'src/i18n/en.json',
4440
dest: 'i18n'
@@ -58,6 +54,7 @@ export default {
5854
'eventemitter3',
5955
'bignumber.js',
6056
'bnc-sdk',
61-
'nanoid'
57+
'nanoid',
58+
'@unstoppabledomains/resolution'
6259
]
6360
}

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"webpack-dev-server": "4.7.4"
2424
},
2525
"dependencies": {
26-
"@web3-onboard/core": "^2.13.1-alpha.1",
26+
"@web3-onboard/core": "^2.13.1-alpha.4",
2727
"@web3-onboard/coinbase": "^2.1.4",
2828
"@web3-onboard/transaction-preview": "^2.0.0",
2929
"@web3-onboard/dcent": "^2.2.2",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.5.5-alpha.3",
3+
"version": "2.5.5-alpha.4",
44
"description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.13.1-alpha.3",
65+
"@web3-onboard/core": "^2.13.1-alpha.4",
6666
"@web3-onboard/common": "^2.2.3",
6767
"use-sync-external-store": "1.0.0"
6868
},

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/vue",
3-
"version": "2.4.5-alpha.3",
3+
"version": "2.4.5-alpha.4",
44
"description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.2.3",
66-
"@web3-onboard/core": "^2.13.1-alpha.3",
66+
"@web3-onboard/core": "^2.13.1-alpha.4",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

yarn.lock

Lines changed: 3 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,18 +1622,6 @@
16221622
magic-string "^0.25.7"
16231623
resolve "^1.17.0"
16241624

1625-
"@rollup/plugin-commonjs@^23.0.4":
1626-
version "23.0.4"
1627-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.4.tgz#854e9b1a83f0a715ded70a2ae411bebc11141de2"
1628-
integrity sha512-bOPJeTZg56D2MCm+TT4psP8e8Jmf1Jsi7pFUMl8BN5kOADNzofNHe47+84WVCt7D095xPghC235/YKuNDEhczg==
1629-
dependencies:
1630-
"@rollup/pluginutils" "^5.0.1"
1631-
commondir "^1.0.1"
1632-
estree-walker "^2.0.2"
1633-
glob "^8.0.3"
1634-
is-reference "1.2.1"
1635-
magic-string "^0.26.4"
1636-
16371625
"@rollup/plugin-json@^4.1.0":
16381626
version "4.1.0"
16391627
resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-4.1.0.tgz#54e09867ae6963c593844d8bd7a9c718294496f3"
@@ -1690,15 +1678,6 @@
16901678
estree-walker "^1.0.1"
16911679
picomatch "^2.2.2"
16921680

1693-
"@rollup/pluginutils@^5.0.1":
1694-
version "5.0.2"
1695-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33"
1696-
integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==
1697-
dependencies:
1698-
"@types/estree" "^1.0.0"
1699-
estree-walker "^2.0.2"
1700-
picomatch "^2.3.1"
1701-
17021681
"@scure/base@~1.1.0":
17031682
version "1.1.1"
17041683
resolved "https://registry.yarnpkg.com/@scure/base/-/base-1.1.1.tgz#ebb651ee52ff84f420097055f4bf46cfba403938"
@@ -2155,11 +2134,6 @@
21552134
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
21562135
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
21572136

2158-
"@types/estree@^1.0.0":
2159-
version "1.0.0"
2160-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
2161-
integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
2162-
21632137
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.18", "@types/express-serve-static-core@^4.17.9":
21642138
version "4.17.28"
21652139
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8"
@@ -3917,13 +3891,6 @@ brace-expansion@^1.1.7:
39173891
balanced-match "^1.0.0"
39183892
concat-map "0.0.1"
39193893

3920-
brace-expansion@^2.0.1:
3921-
version "2.0.1"
3922-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3923-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3924-
dependencies:
3925-
balanced-match "^1.0.0"
3926-
39273894
braces@^3.0.1, braces@~3.0.2:
39283895
version "3.0.2"
39293896
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -6429,17 +6396,6 @@ glob@^7.1.3, glob@^7.1.6, glob@^7.2.0:
64296396
once "^1.3.0"
64306397
path-is-absolute "^1.0.0"
64316398

6432-
glob@^8.0.3:
6433-
version "8.0.3"
6434-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
6435-
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
6436-
dependencies:
6437-
fs.realpath "^1.0.0"
6438-
inflight "^1.0.4"
6439-
inherits "2"
6440-
minimatch "^5.0.1"
6441-
once "^1.3.0"
6442-
64436399
global@^4.4.0, global@~4.4.0:
64446400
version "4.4.0"
64456401
resolved "https://registry.yarnpkg.com/global/-/global-4.4.0.tgz#3e7b105179006a323ed71aafca3e9c57a5cc6406"
@@ -7070,7 +7026,7 @@ is-plain-object@^2.0.4:
70707026
dependencies:
70717027
isobject "^3.0.1"
70727028

7073-
is-reference@1.2.1, is-reference@^1.2.1:
7029+
is-reference@^1.2.1:
70747030
version "1.2.1"
70757031
resolved "https://registry.yarnpkg.com/is-reference/-/is-reference-1.2.1.tgz#8b2dac0b371f4bc994fdeaba9eb542d03002d0b7"
70767032
integrity sha512-U82MsXXiFIrjCK4otLT+o2NA2Cd2g5MLoOVXUZjIOhLurrRxpEXzI8O0KZHr3IjLvlAH1kTPYSuqer5T9ZVBKQ==
@@ -7708,13 +7664,6 @@ magic-string@^0.25.7:
77087664
dependencies:
77097665
sourcemap-codec "^1.4.4"
77107666

7711-
magic-string@^0.26.4:
7712-
version "0.26.7"
7713-
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.26.7.tgz#caf7daf61b34e9982f8228c4527474dac8981d6f"
7714-
integrity sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==
7715-
dependencies:
7716-
sourcemap-codec "^1.4.8"
7717-
77187667
make-error@^1.1.1:
77197668
version "1.3.6"
77207669
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
@@ -7897,13 +7846,6 @@ minimatch@^3.0.4, minimatch@^3.1.1:
78977846
dependencies:
78987847
brace-expansion "^1.1.7"
78997848

7900-
minimatch@^5.0.1:
7901-
version "5.1.1"
7902-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.1.tgz#6c9dffcf9927ff2a31e74b5af11adf8b9604b022"
7903-
integrity sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==
7904-
dependencies:
7905-
brace-expansion "^2.0.1"
7906-
79077849
[email protected], minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
79087850
version "1.2.6"
79097851
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
@@ -8572,7 +8514,7 @@ picocolors@^1.0.0:
85728514
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
85738515
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
85748516

8575-
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
8517+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3:
85768518
version "2.3.1"
85778519
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
85788520
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -9842,7 +9784,7 @@ source-map@^0.7.3, source-map@~0.7.2:
98429784
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
98439785
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
98449786

9845-
sourcemap-codec@^1.3.0, sourcemap-codec@^1.4.4, sourcemap-codec@^1.4.8:
9787+
sourcemap-codec@^1.3.0, sourcemap-codec@^1.4.4:
98469788
version "1.4.8"
98479789
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
98489790
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==

0 commit comments

Comments
 (0)