This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update Modelina dependency (#321)
* update dependency and implementation * fixed linter * install ajv * update dependency * Removed unused example * added nvm file * Updated dependencies and lock file * update npm * Update examples-pr-testing.yml * Update examples-pr-testing.yml * Update examples-pr-testing.yml * Update examples-pr-testing.yml * updated lockfile to v2 * Update examples-pr-testing.yml * Update examples-pr-testing.yml * update package * add yaml example * fix lint * remove unused config for eslint * remove unused package config * fix script * switch to asyncapi cli * remove yaml example
- Loading branch information
1 parent
f4b0b6e
commit c3323b2
Showing
25 changed files
with
6,679 additions
and
21,913 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
v14 |
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,4 @@ | ||
#!/bin/sh | ||
|
||
rm -rf ./streetlight | ||
../../node_modules/@asyncapi/generator/cli.js --param "serializationLibrary=newtonsoft" --force-write --output "./streetlight" "../streetlight.json" "../../" | ||
../../node_modules/.bin/asyncapi generate fromTemplate "../streetlight.json" "../../" --force-write --output "./streetlight" --param "serializationLibrary=newtonsoft" |
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,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
rm -rf ./streetlight | ||
../../node_modules/@asyncapi/generator/cli.js --output "./streetlight" "../streetlight.json" "../../" --force-write | ||
../../node_modules/.bin/asyncapi generate fromTemplate "../streetlight.json" "../../" --force-write --output "./streetlight" |
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
22 changes: 0 additions & 22 deletions
22
examples/streetlight/AsyncapiNatsClient/AsyncapiNatsClient.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
examples/streetlight/AsyncapiNatsClient/ClientNotConnected.cs
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
examples/streetlight/AsyncapiNatsClient/LoggingInterface.cs
This file was deleted.
Oops, something went wrong.
49 changes: 0 additions & 49 deletions
49
examples/streetlight/AsyncapiNatsClient/channels/StreetlightStreetlightIdCommandTurnon.cs
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
examples/streetlight/AsyncapiNatsClient/channels/StreetlightStreetlightIdEventTurnon.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
examples/streetlight/AsyncapiNatsClientTests/AsyncapiNatsClientTests.csproj
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
examples/streetlight/AsyncapiNatsClientTests/models/Test.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.