@asyncapi/generator 3.0.0 → 3.0.1
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.
- package/CHANGELOG.md +9 -0
- package/docs/api.md +1 -1
- package/lib/templates/bakedInTemplates/core-template-client-kafka-java-quarkus/package.json +1 -1
- package/lib/templates/bakedInTemplates/core-template-client-websocket-dart/package.json +2 -2
- package/lib/templates/bakedInTemplates/core-template-client-websocket-java-quarkus/package.json +2 -2
- package/lib/templates/bakedInTemplates/core-template-client-websocket-javascript/package.json +2 -2
- package/lib/templates/bakedInTemplates/core-template-client-websocket-python/package.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @asyncapi/generator
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- c5be81a: Enforce new helpers and components release to use latest versions in generator. Required because of the recent misconfiguration of releases and Trusted Publishing.
|
|
8
|
+
- Updated dependencies [c5be81a]
|
|
9
|
+
- @asyncapi/generator-helpers@1.0.1
|
|
10
|
+
- @asyncapi/generator-components@0.4.1
|
|
11
|
+
|
|
3
12
|
## 3.0.0
|
|
4
13
|
|
|
5
14
|
### Major Changes
|
package/docs/api.md
CHANGED
|
@@ -365,7 +365,7 @@ Parse the generator input based on the template `templateConfig.apiVersion` valu
|
|
|
365
365
|
<a name="Generator+configureTemplate"></a>
|
|
366
366
|
|
|
367
367
|
* generator.configureTemplate()** :
|
|
368
|
-
Configure the templates.
|
|
368
|
+
Configure the templates based the desired renderer.
|
|
369
369
|
|
|
370
370
|
**Kind**: instance method of [`Generator`](#Generator)
|
|
371
371
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"lint:fix": "eslint --fix --max-warnings 0 --config ../../../../../../.eslintrc --ignore-path ../../../../../../.eslintignore ."
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@asyncapi/generator-helpers": "1.0.
|
|
21
|
+
"@asyncapi/generator-helpers": "1.0.1",
|
|
22
22
|
"@asyncapi/generator-react-sdk": "^1.1.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@asyncapi/generator-react-sdk": "*",
|
|
15
|
-
"@asyncapi/generator-helpers": "1.0.
|
|
16
|
-
"@asyncapi/generator-components": "0.4.
|
|
15
|
+
"@asyncapi/generator-helpers": "1.0.1",
|
|
16
|
+
"@asyncapi/generator-components": "0.4.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@asyncapi/parser": "^3.4.0",
|
package/lib/templates/bakedInTemplates/core-template-client-websocket-java-quarkus/package.json
CHANGED
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"lint:fix": "eslint --fix --max-warnings 0 --config ../../../../../../.eslintrc --ignore-path ../../../../../../.eslintignore ."
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@asyncapi/generator-helpers": "1.0.
|
|
22
|
-
"@asyncapi/generator-components": "0.4.
|
|
21
|
+
"@asyncapi/generator-helpers": "1.0.1",
|
|
22
|
+
"@asyncapi/generator-components": "0.4.1",
|
|
23
23
|
"@asyncapi/generator-react-sdk": "^1.1.2"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
package/lib/templates/bakedInTemplates/core-template-client-websocket-javascript/package.json
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"author": "Lukasz Gornicki <lpgornicki@gmail.com>",
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@asyncapi/generator-helpers": "1.0.
|
|
14
|
+
"@asyncapi/generator-helpers": "1.0.1",
|
|
15
15
|
"@asyncapi/generator-react-sdk": "*",
|
|
16
|
-
"@asyncapi/generator-components": "0.4.
|
|
16
|
+
"@asyncapi/generator-components": "0.4.1",
|
|
17
17
|
"@asyncapi/keeper": "0.5.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@asyncapi/generator-react-sdk": "*",
|
|
15
|
-
"@asyncapi/generator-helpers": "1.0.
|
|
16
|
-
"@asyncapi/generator-components": "0.4.
|
|
15
|
+
"@asyncapi/generator-helpers": "1.0.1",
|
|
16
|
+
"@asyncapi/generator-components": "0.4.1"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@asyncapi/parser": "^3.4.0",
|