-
Notifications
You must be signed in to change notification settings - Fork 17
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 #60 from supertokens/59-missing-req-body
fix: Add a default empty request body for network requests
- Loading branch information
Showing
8 changed files
with
26 additions
and
6 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 |
---|---|---|
|
@@ -122,3 +122,4 @@ You can now access the production build of the dashboard on `http://localhost:30 | |
- Dashboard changes that involve adding new features and do not require backend SDK changes will increment the Z version | ||
- UI changes that modify existing features or are fixes or enhancements increment the Z version | ||
- X version changes should be reserved for overhauls of the entire dashboard | ||
- After making a change, if it is important for the changes to reflect immediately for a patch release you can use https://purge.jsdelivr.net/gh/supertokens/[email protected]/build/static/js/bundle.js to purge jsdelivr cache. Make sure to change `X.Y` with the version you want to purge the cache for. |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -13,4 +13,4 @@ | |
* under the License. | ||
*/ | ||
|
||
export const package_version = "0.2.4"; | ||
export const package_version = "0.2.5"; |