-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore/url-builder-client-server-compatible (#859)
* add api path and http verb in openapi viewer * Create early-steaks-sparkle.md * fix([semver]): fix missing types build error * chore(dev-dep): move changesets.cli to dev dependencies * chore: add global __EC_TRAILING_SLASH__ variable It adds the global variable to run url-builder utility either in node and browser environments. * refactor: remove url-builder-client in favor of url-builder * fix: apply prettier formatting to NodeGraph * Delete .changeset/early-steaks-sparkle.md * fix merge conflicts * Create swift-ducks-enjoy.md --------- Co-authored-by: glc-omid <oeidivandi@lacentrale.fr> Co-authored-by: David Boyne <boyneyy123@gmail.com> Co-authored-by: omid eidivandi <eidivandi@live.com>
- Loading branch information
1 parent
db41392
commit 8376da8
Showing
8 changed files
with
25 additions
and
51 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@eventcatalog/core": patch | ||
--- | ||
|
||
chore(core): fixed url builder for server/client components |
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
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,4 @@ | ||
/// <reference path="../.astro/types.d.ts" /> | ||
/// <reference types="astro/client" /> | ||
|
||
declare const __EC_TRAILING_SLASH__: boolean; |
This file was deleted.
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