@minecraft/markup-generators-plugin 1.0.4 → 1.0.5

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.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@minecraft/markup-generators-plugin",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 24 Jul 2025 21:02:37 GMT",
5
+ "date": "Tue, 12 Aug 2025 16:49:22 GMT",
6
+ "version": "1.0.5",
7
+ "tag": "@minecraft/markup-generators-plugin_v1.0.5",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mike.demone@skyboxlabs.com",
12
+ "package": "@minecraft/markup-generators-plugin",
13
+ "commit": "f370c88c174a44501a1572166beddcf2eb4ebdb7",
14
+ "comment": "Add Type Alias to TOC"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 24 Jul 2025 21:03:05 GMT",
6
21
  "version": "1.0.4",
7
22
  "tag": "@minecraft/markup-generators-plugin_v1.0.4",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @minecraft/markup-generators-plugin
2
2
 
3
- <!-- This log was last generated on Thu, 24 Jul 2025 21:02:37 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Tue, 12 Aug 2025 16:49:22 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.5
8
+
9
+ Tue, 12 Aug 2025 16:49:22 GMT
10
+
11
+ ### Patches
12
+
13
+ - Add Type Alias to TOC (mike.demone@skyboxlabs.com)
14
+
7
15
  ## 1.0.4
8
16
 
9
- Thu, 24 Jul 2025 21:02:37 GMT
17
+ Thu, 24 Jul 2025 21:03:05 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/markup-generators-plugin",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Plugin for @minecraft/api-docs-generator containing core markup generators and template files",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -21,4 +21,8 @@
21
21
  - name: {{{name}}}
22
22
  href: {{{from_module.filepath_name}}}/{{{name}}}.md
23
23
  {{/interfaces}}
24
+ {{#type_aliases}}
25
+ - name: {{{name}}}
26
+ href: {{{from_module.filepath_name}}}/{{{name}}}.md
27
+ {{/type_aliases}}
24
28
  {{/script_modules}}