@minecraft/markup-generators-plugin 1.0.2 → 1.0.4

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,43 @@
2
2
  "name": "@minecraft/markup-generators-plugin",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 23 Jul 2025 19:09:27 GMT",
5
+ "date": "Thu, 24 Jul 2025 21:02:37 GMT",
6
+ "version": "1.0.4",
7
+ "tag": "@minecraft/markup-generators-plugin_v1.0.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@minecraft/markup-generators-plugin",
13
+ "comment": "Bump @minecraft/api-docs-generator to v1.2.3",
14
+ "commit": "not available"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 24 Jul 2025 18:29:00 GMT",
21
+ "version": "1.0.3",
22
+ "tag": "@minecraft/markup-generators-plugin_v1.0.3",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "mc-npm@microsoft.com",
27
+ "package": "@minecraft/markup-generators-plugin",
28
+ "commit": "ff9116108983e669dbcf12faddb833f04247f48e",
29
+ "comment": "build(dependabot): bump @rushstack/node-core-library"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@minecraft/markup-generators-plugin",
34
+ "comment": "Bump @minecraft/api-docs-generator to v1.2.2",
35
+ "commit": "not available"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Wed, 23 Jul 2025 19:09:54 GMT",
6
42
  "version": "1.0.2",
7
43
  "tag": "@minecraft/markup-generators-plugin_v1.0.2",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @minecraft/markup-generators-plugin
2
2
 
3
- <!-- This log was last generated on Wed, 23 Jul 2025 19:09:27 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 24 Jul 2025 21:02:37 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.0.4
8
+
9
+ Thu, 24 Jul 2025 21:02:37 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @minecraft/api-docs-generator to v1.2.3
14
+
15
+ ## 1.0.3
16
+
17
+ Thu, 24 Jul 2025 18:29:00 GMT
18
+
19
+ ### Patches
20
+
21
+ - build(dependabot): bump @rushstack/node-core-library (mc-npm@microsoft.com)
22
+ - Bump @minecraft/api-docs-generator to v1.2.2
23
+
7
24
  ## 1.0.2
8
25
 
9
- Wed, 23 Jul 2025 19:09:27 GMT
26
+ Wed, 23 Jul 2025 19:09:54 GMT
10
27
 
11
28
  ### Patches
12
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/markup-generators-plugin",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
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",
@@ -40,7 +40,7 @@
40
40
  "CHANGELOG.*"
41
41
  ],
42
42
  "devDependencies": {
43
- "@minecraft/api-docs-generator": "^1.2.1",
43
+ "@minecraft/api-docs-generator": "^1.2.3",
44
44
  "@minecraft/core-build-tasks": "*",
45
45
  "@types/mustache": "^4.2.2",
46
46
  "@types/node": "^22.0.0",
@@ -52,7 +52,7 @@
52
52
  "vitest": "^3.0.8"
53
53
  },
54
54
  "dependencies": {
55
- "@rushstack/node-core-library": "^5.13.0",
55
+ "@rushstack/node-core-library": "^5.14.0",
56
56
  "esbuild": "^0.25.0",
57
57
  "mustache": "^4.2.0",
58
58
  "prettier": "^3.5.3",
@@ -61,6 +61,6 @@
61
61
  "typescript": "~5.6.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "@minecraft/api-docs-generator": "^1.2.1"
64
+ "@minecraft/api-docs-generator": "^1.2.3"
65
65
  }
66
66
  }