mdat-plugin-example 1.0.2 → 1.0.3

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/license.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Eric Mika
3
+ Copyright (c) 2025-2026 Eric Mika
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat-plugin-example",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Mdat rule plugin example template.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -33,16 +33,16 @@
33
33
  "dist/*"
34
34
  ],
35
35
  "dependencies": {
36
- "type-fest": "^5.3.1"
36
+ "type-fest": "^5.4.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@kitschpatrol/shared-config": "^5.10.0",
40
- "@types/node": "^20.19.25",
41
- "bumpp": "^10.3.2",
42
- "mdat": "^1.3.3",
43
- "tsdown": "^0.17.1",
39
+ "@kitschpatrol/shared-config": "^5.12.0",
40
+ "@types/node": "^20.19.30",
41
+ "bumpp": "^10.4.0",
42
+ "mdat": "^1.3.4",
43
+ "tsdown": "^0.19.0",
44
44
  "typescript": "~5.9.3",
45
- "vitest": "^4.0.15"
45
+ "vitest": "^4.0.17"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "mdat": "^1.1.0"
package/readme.md CHANGED
@@ -78,8 +78,6 @@ Hello from the [mdat](https://github.com/kitschpatrol/mdat) example plugin!
78
78
  <!-- /example -->
79
79
  ```
80
80
 
81
- _Any additional context, instructions, or examples go here._
82
-
83
81
  ## Maintainers
84
82
 
85
83
  [@kitschpatrol](https://github.com/kitschpatrol)