Skip to content

Commit

Permalink
upgraded bundler lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Oct 5, 2023
1 parent 4df3891 commit 1e540cb
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bindings/googlepubsub/0.2.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"examples": [
{
"schema": {
"name": "projects/your-project-id/schemas/your-avro-schema-id"
"name": "projects/your-project-id/schemas/your-avro-schema-id",
}
},
{
"schema": {
"name": "projects/your-project-id/schemas/your-protobuf-schema-id"
"name": "projects/your-project-id/schemas/your-protobuf-schema-id",
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions bindings/kafka/0.4.0/message.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"$ref": "http://asyncapi.com/definitions/3.0.0/Reference.json"
},
{
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json"
"$ref": "http://asyncapi.com/definitions/3.0.0/schema.json",
}
],
]
"description": "The message key."
},
"schemaIdLocation": {
Expand Down
1 change: 1 addition & 0 deletions tools/bundler/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ async function loadBindings(bundler) {
await fs.promises.writeFile(outputFileWithoutId, JSON.stringify(bundledSchemaWithoutIds, null, 4));
}catch(e) {
throw new Error(e);

}
}
console.log('done');
Expand Down
161 changes: 160 additions & 1 deletion tools/bundler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e540cb

Please sign in to comment.