vitepress-linkcard 2.2.0 → 2.2.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/dist/.cjs.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vitepress-linkcard v2.1.1
2
+ * vitepress-linkcard v2.2.0
3
3
  * (c) 2022 - 2026 luckrya
4
4
  * Released under the MIT License.
5
5
  */
package/dist/.esm.min.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * vitepress-linkcard v2.1.1
2
+ * vitepress-linkcard v2.2.0
3
3
  * (c) 2022 - 2026 luckrya
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitepress-linkcard",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "A Vitepress plugin to generate a pretty linkcard with OGP.",
5
5
  "keywords": [
6
6
  "linkcard",
@@ -51,7 +51,6 @@
51
51
  "@types/babel__core": "^7",
52
52
  "@types/markdown-it": "^13.0.2",
53
53
  "@types/node": "^25.0.3",
54
- "globals": "^16.5.0",
55
54
  "markdown-it": "^13.0.2",
56
55
  "oxfmt": "^0.26.0",
57
56
  "oxlint": "^1.41.0",