-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clean deps and publish 0.0.17-beta.4
- Loading branch information
Showing
12 changed files
with
452 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Arguments: | ||
/usr/local/bin/node /Users/dev/.cache/node/corepack/yarn/1.22.19/bin/yarn.js upgrade @sismo-core/sismo-connec[email protected].12-beta.14 | ||
/usr/local/bin/node /Users/dev/.cache/node/corepack/yarn/1.22.19/bin/yarn.js upgrade @sismo-core/sismo-connect[email protected].17-beta.4 | ||
|
||
PATH: | ||
/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/dev/.cargo/bin:/Users/dev/.foundry/bin | ||
|
@@ -8,28 +8,19 @@ Yarn version: | |
1.22.19 | ||
|
||
Node version: | ||
16.20.0 | ||
18.16.1 | ||
|
||
Platform: | ||
darwin arm64 | ||
|
||
Trace: | ||
Error: https://registry.npmjs.org/@sismo-core%2fsismo-connec-client: Not found | ||
at Request.params.callback [as _callback] (/Users/dev/.cache/node/corepack/yarn/1.22.19/lib/cli.js:66145:18) | ||
at Request.self.callback (/Users/dev/.cache/node/corepack/yarn/1.22.19/lib/cli.js:140890:22) | ||
at Request.emit (node:events:513:28) | ||
at Request.<anonymous> (/Users/dev/.cache/node/corepack/yarn/1.22.19/lib/cli.js:141862:10) | ||
at Request.emit (node:events:513:28) | ||
at IncomingMessage.<anonymous> (/Users/dev/.cache/node/corepack/yarn/1.22.19/lib/cli.js:141784:12) | ||
at Object.onceWrapper (node:events:627:28) | ||
at IncomingMessage.emit (node:events:525:35) | ||
at endReadableNT (node:internal/streams/readable:1358:12) | ||
at processTicksAndRejections (node:internal/process/task_queues:83:21) | ||
Error: getaddrinfo ENOTFOUND registry.npmjs.org | ||
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) | ||
|
||
npm manifest: | ||
{ | ||
"name": "@sismo-core/sismo-connect-react", | ||
"version": "0.0.14-beta.10", | ||
"version": "0.0.17-beta.3", | ||
"description": "sismoConnect React package", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
|
@@ -59,9 +50,6 @@ npm manifest: | |
"lib", | ||
"src" | ||
], | ||
"engines": { | ||
"npm": "USE YARN INSTEAD OF NPM" | ||
}, | ||
"repository": "[email protected]:sismo-core/sismo-connect-packages.git", | ||
"author": "[email protected]", | ||
"license": "MIT", | ||
|
@@ -73,7 +61,7 @@ npm manifest: | |
}, | ||
"peerDependencies": {}, | ||
"dependencies": { | ||
"@sismo-core/sismo-connect-client": "0.0.12-beta.12" | ||
"@sismo-core/sismo-connect-client": "0.0.17-beta.3" | ||
} | ||
} | ||
|
||
|
@@ -226,10 +214,10 @@ Lockfile: | |
"@noble/hashes" "~1.3.0" | ||
"@scure/base" "~1.1.0" | ||
|
||
"@sismo-core/[email protected].12-beta.12": | ||
version "0.0.12-beta.12" | ||
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.12-beta.12.tgz#99792ab9a527356adef82d74435a4a9dab05e7b3" | ||
integrity sha512-alIbo5p7MLKM8+vJC4ZkRgeJ9/75M9BoreJo4BuRpi3nqttqoDglJNQn7BUCzeaOuGdmhlYT5BgfTqiG0JrFuQ== | ||
"@sismo-core/[email protected].17-beta.3": | ||
version "0.0.17-beta.3" | ||
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.17-beta.3.tgz#8d6ef3e802a9a627be4ffa6e292422050ed0d678" | ||
integrity sha512-vwAzL4jegye+TFleWMrGbV7gxLt6SfrNMD2AD7TVzKfm0TiDiyMd2GRyKIfi7kxCymdOHIzSPhCbMnQy60AkOg== | ||
dependencies: | ||
"@ethersproject/bignumber" "5.7.0" | ||
js-base64 "^3.7.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,10 +143,10 @@ | |
"@noble/hashes" "~1.3.0" | ||
"@scure/base" "~1.1.0" | ||
|
||
"@sismo-core/[email protected].16": | ||
version "0.0.16" | ||
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.16.tgz#28f1c8e586509bf6272fc42969c8b13d837e3cbc" | ||
integrity sha512-SO33SjpVPy2rVSIqE3B568+bQfNGe1T5ieh1pxNR68W6sAeLGU+PtzRegdKNbirFLVhVTi0Ky/vfmqI12Ehmng== | ||
"@sismo-core/[email protected].17-beta.4": | ||
version "0.0.17-beta.4" | ||
resolved "https://registry.yarnpkg.com/@sismo-core/sismo-connect-client/-/sismo-connect-client-0.0.17-beta.4.tgz#39968c5dc1245437b073735fe26b0b49d625439d" | ||
integrity sha512-9qSUzoKkAGoAuuV+NANBe+bXq02PijVJ5wvbrhcQt6jr03bn2MfxVVfOhOzeTHrQ7vlg7Uyf3lJHmtJWymAa0w== | ||
dependencies: | ||
"@ethersproject/bignumber" "5.7.0" | ||
js-base64 "^3.7.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.