-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update version to v0.30.1 (#748)
- Loading branch information
1 parent
4eb8455
commit 7751a6a
Showing
5 changed files
with
3,993 additions
and
47 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@raystack/frontier", | ||
"version": "0.29.0", | ||
"version": "0.30.1", | ||
"description": "A js library for frontier", | ||
"sideEffects": false, | ||
"main": "./dist/index.js", | ||
|
@@ -22,7 +22,7 @@ | |
"release:dry": "release-it --dry-run --npm.ignoreVersion", | ||
"release": "release-it", | ||
"test": "jest", | ||
"gen:client": "npx swagger-typescript-api -p ../../../../proto/apidocs.swagger.yaml -o client --modular" | ||
"gen:client": "npx swagger-typescript-api -p ../../../../proto/apidocs.swagger.yaml -o api-client --modular" | ||
}, | ||
"author": "[email protected]", | ||
"license": "Apache-2.0", | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Oops, something went wrong.