Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
quannadev committed Sep 8, 2023
1 parent e271155 commit 2c5cbb6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "lakefs-ts",
"version": "1.0.1",
"name": "@quannadev/lakefs-ts",
"version": "1.0.2",
"description": "Lakefs api for nodejs",
"main": "dist/index",
"type": "module",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest --config jest.config.json --no-cache"
"test": "jest --config jest.config.json --no-cache",
"release": "npm run build && npm publish"
},
"repository": {
"type": "git",
Expand All @@ -19,6 +19,9 @@
"engines": {
"node": ">=16"
},
"files": [
"dist"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
Expand All @@ -27,10 +30,8 @@
"form-data": "^4.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com/",
"tag": "latest",
"package": "./package.json"
"registry": "https://npm.pkg.github.com/@quannadev",
"tag": "v1.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.4",
Expand All @@ -39,4 +40,4 @@
"ts-jest": "^29.1.1",
"typescript": "^4.4.2"
}
}
}
27 changes: 15 additions & 12 deletions yarn-error.log
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Arguments:
/opt/homebrew/Cellar/node@16/16.20.2/bin/node /opt/homebrew/bin/yarn publish

PATH:
/Users/quannguyen/google-cloud-sdk/bin:/opt/homebrew/opt/openjdk/bin:/opt/homebrew/opt/node@16/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/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:/Users/quannguyen/.cargo/bin:/Applications/Docker.app/Contents/Resources/bin/
/Users/quannguyen/google-cloud-sdk/bin:/opt/homebrew/opt/openjdk/bin:/opt/homebrew/opt/node@16/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/MacGPG2/bin:/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:/Users/quannguyen/.cargo/bin:/Users/quannguyen/workspace/myjob/lakefs-ts/node_modules/.bin:/Applications/Docker.app/Contents/Resources/bin/

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

Trace:
Error: canceled
at Interface.<anonymous> (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:137150:13)
at Interface.emit (node:events:513:28)
at Interface._ttyWrite (node:readline:1085:16)
at ReadStream.onkeypress (node:readline:291:10)
at ReadStream.emit (node:events:513:28)
at emitKeys (node:internal/readline/utils:357:14)
at emitKeys.next (<anonymous>)
at ReadStream.onData (node:internal/readline/emitKeypressEvents:61:36)
at ReadStream.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:315:12)
Error: https://npm.pkg.github.com/-/user/org.couchdb.user:quannadev: Permission denied
at Request.params.callback [as _callback] (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:66145:18)
at Request.self.callback (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:140890:22)
at Request.emit (node:events:513:28)
at Request.<anonymous> (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:141862:10)
at Request.emit (node:events:513:28)
at IncomingMessage.<anonymous> (/opt/homebrew/lib/node_modules/yarn/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)

npm manifest:
{
Expand All @@ -48,6 +48,9 @@ npm manifest:
"engines": {
"node": ">=16"
},
"files": [
"dist"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit 2c5cbb6

Please sign in to comment.