@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 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.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.0",
16
- "@asyncapi/generator-components": "0.4.0"
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",
@@ -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.0",
22
- "@asyncapi/generator-components": "0.4.0",
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": {
@@ -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.0",
14
+ "@asyncapi/generator-helpers": "1.0.1",
15
15
  "@asyncapi/generator-react-sdk": "*",
16
- "@asyncapi/generator-components": "0.4.0",
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.0",
16
- "@asyncapi/generator-components": "0.4.0"
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asyncapi/generator",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "The AsyncAPI generator. It can generate documentation, code, anything!",
5
5
  "main": "./lib/generator.js",
6
6
  "engines": {