@power-plant/asyncapi 0.0.12 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -33,7 +33,7 @@ The Power Plant monorepo is a collection of packages that are designed to work t
33
33
 
34
34
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
35
35
 
36
- [![Version](https://img.shields.io/badge/version-0.0.10-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://docs.stormsoftware.com/projects/power-plant)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/power-plant/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
36
+ [![Version](https://img.shields.io/badge/version-0.0.12-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://docs.stormsoftware.com/projects/power-plant)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/power-plant/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
37
37
 
38
38
  <!-- prettier-ignore-start -->
39
39
  <!-- markdownlint-disable -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/asyncapi",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "private": false,
5
5
  "description": "A Power Plant generator for using @asyncapi/generator to generate code from an AsyncAPI schema.",
6
6
  "keywords": [
@@ -70,8 +70,8 @@
70
70
  "@asyncapi/generator": "^3.3.0",
71
71
  "@asyncapi/parser": "^3.6.0",
72
72
  "@power-plant/asyncapi-schema": "^0.0.1",
73
- "@power-plant/core": "^0.0.16",
74
- "@power-plant/schema": "^0.0.16",
73
+ "@power-plant/core": "^0.0.18",
74
+ "@power-plant/schema": "^0.0.17",
75
75
  "@stryke/convert": "^0.7.26",
76
76
  "@stryke/type-checks": "^0.6.28",
77
77
  "@stryke/types": "^0.12.23"
@@ -82,5 +82,5 @@
82
82
  "powerlines": "^0.47.144"
83
83
  },
84
84
  "publishConfig": { "access": "public" },
85
- "gitHead": "8cb4ebd50961de43b9482885f5ba5779b8ded913"
85
+ "gitHead": "aa40c0225b9ebb2dec0336ee72b90c92e401bbc3"
86
86
  }