-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from valorem-labs-inc/refactor-for-hooks
Fix inheritance, add seaport validator, refactor API/Types
- Loading branch information
Showing
38 changed files
with
1,057 additions
and
2,206 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,6 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
ssh-key: ${{ secrets.DEPLOY_KEY }} | ||
|
||
- name: Install pnpm | ||
uses: pnpm/action-setup@v2 | ||
|
@@ -37,8 +36,8 @@ jobs: | |
|
||
- name: Setup Git | ||
run: | | ||
git config user.name '${{secrets.MAINTAINER_NAME}}' | ||
git config user.email '${{secrets.MAINTAINER_EMAIL}}' | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
- name: bump version | ||
run: npm version ${{ github.event.inputs.version }} | ||
|
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 @@ | ||
{ | ||
"$schema": "https://json.schemastore.org/semantic-release.json", | ||
"branches": ["main"], | ||
"repositoryUrl": "https://github.com/valorem-labs-inc/sdk.git" | ||
"branches": ["main", "refs/tags/v*"], | ||
"repositoryUrl": "https://github.com/valorem-labs-inc/typescript-sdk.git" | ||
} |
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 +1,3 @@ | ||
TODO | ||
# WIP | ||
|
||
This is a work in progress. The API is not yet stable, and is subject to change, including breaking changes. Contributions welcome. |
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.