Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnlanre committed Oct 13, 2023
1 parent b0a1098 commit 2a87783
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ibnlanre/portal",
"version": "3.14.1-beta",
"version": "3.15.0-beta",
"description": "React state management library",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down
17 changes: 13 additions & 4 deletions yarn-error.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Arguments:
/usr/local/bin/node /usr/local/bin/yarn publish --access public

PATH:
/var/folders/4k/vkkh8s8s2j1bcn38k3fpb0jh0000gn/T/yarn--1696658666539-0.6177122142382345:/Users/ibnlanre/Documents/Development.nosync/portal/node_modules/.bin:/Users/ibnlanre/.config/yarn/link/node_modules/.bin:/Users/ibnlanre/.yarn/bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
/var/folders/4k/vkkh8s8s2j1bcn38k3fpb0jh0000gn/T/yarn--1697199528385-0.5067323158696371:/Users/ibnlanre/Documents/Development.nosync/portal/node_modules/.bin:/Users/ibnlanre/.config/yarn/link/node_modules/.bin:/Users/ibnlanre/.yarn/bin:/usr/local/libexec/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/lib/node_modules/npm/bin/node-gyp-bin:/usr/local/bin/node_modules/npm/bin/node-gyp-bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin

Yarn version:
1.22.19
Expand All @@ -14,13 +14,22 @@ Platform:
darwin arm64

Trace:
Error: read EIO
at TTY.onStreamRead (node:internal/stream_base_commons:217:20)
Error: https://registry.yarnpkg.com/-/user/org.couchdb.user:ibnlanre: failed to authenticate: Could not authenticate ibnlanre: bad password
at params.callback [as _callback] (/usr/local/lib/node_modules/yarn/lib/cli.js:66145:18)
at self.callback (/usr/local/lib/node_modules/yarn/lib/cli.js:140890:22)
at Request.emit (node:events:514:28)
at Request.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:141862:10)
at Request.emit (node:events:514:28)
at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:141784:12)
at Object.onceWrapper (node:events:628:28)
at IncomingMessage.emit (node:events:526:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

npm manifest:
{
"name": "@ibnlanre/portal",
"version": "3.12.0-beta",
"version": "3.15.0-beta",
"description": "React state management library",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 2a87783

Please sign in to comment.