generated from atls-lab/template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor/update dependencies #9
Merged
Merged
Changes from 8 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
152e499
chore: update yarn bandle
OsirisAnubiz d3bb688
style: auto format by yarn bundle
OsirisAnubiz cf48304
chore: add typecheck skip lib check
OsirisAnubiz 1de494c
style: fix lint
OsirisAnubiz 3a6367e
chore: update dependencies
OsirisAnubiz 64d3434
chore: increase package version
OsirisAnubiz 441e26b
chore: increment major package version
OsirisAnubiz 5fa0482
chore: refactor package to module
OsirisAnubiz f865e80
chore: delete not used package extention
OsirisAnubiz 96588e2
fix: corrected package json
OsirisAnubiz 6b029da
chore: regenerate proto file
OsirisAnubiz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commit message lint | ||
yarn commit message lint |
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,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commit staged | ||
yarn commit staged |
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,4 +1 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn commit message $@ | ||
yarn commit message $@ |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,2 +1,3 @@ | ||
# template | ||
|
||
Template repo |
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,16 +1,16 @@ | ||
{ | ||
"name": "grpc", | ||
"private": true, | ||
"license": "BSD 3-Clause", | ||
"type": "module", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/**/*" | ||
], | ||
"devDependencies": { | ||
"@atls/code-runtime": "1.1.0", | ||
"@types/node": "^17.0.12", | ||
"typescript": "5.4.2" | ||
}, | ||
"workspaces": [ | ||
"packages/**/*" | ||
], | ||
"dependenciesMeta": { | ||
"@grpc/[email protected]": { | ||
"unplugged": true | ||
|
@@ -19,5 +19,6 @@ | |
"unplugged": true | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
"packageManager": "[email protected]", | ||
"typecheckSkipLibCheck": true | ||
} |
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,28 +1,31 @@ | ||
{ | ||
"name": "@atls/grpc-error-status", | ||
"version": "0.0.3", | ||
"version": "0.1.4", | ||
"license": "BSD-3-Clause", | ||
"type": "module", | ||
"main": "src/index.ts", | ||
"files": [ | ||
"proto", | ||
"dist" | ||
], | ||
"scripts": { | ||
"proto:generate": "PATH=$PATH:$(yarn bin protoc-gen-ts) buf generate", | ||
"proto:lint": "buf lint", | ||
"build": "yarn library build", | ||
"prepack": "yarn run build", | ||
"postpack": "rm -rf dist" | ||
"postpack": "rm -rf dist", | ||
"proto:generate": "PATH=$PATH:$(yarn bin protoc-gen-ts) buf generate", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. скрипты работают? Помню у них cli менялось |
||
"proto:lint": "buf lint" | ||
}, | ||
"dependencies": { | ||
"@grpc/grpc-js": "1.5.5", | ||
"google-protobuf": "^3.17.3" | ||
"@grpc/grpc-js": "1.12.2", | ||
"google-protobuf": "3.21.4" | ||
}, | ||
"devDependencies": { | ||
"grpc_tools_node_protoc_ts": "^5.3.0" | ||
"@types/google-protobuf": "3.15.12", | ||
"grpc_tools_node_protoc_ts": "5.3.3" | ||
}, | ||
"publishConfig": { | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts" | ||
} | ||
}, | ||
"typecheckSkipLibCheck": true | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
нужно ли нам это после бампа версий?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Нет, удалил