vitepress-linkcard 1.2.8 → 1.3.0

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 v1.2.8
2
+ * vitepress-linkcard v1.3.0
3
3
  * (c) 2022 - 2025 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 v1.2.8
2
+ * vitepress-linkcard v1.3.0
3
3
  * (c) 2022 - 2025 luckrya
4
4
  * Released under the MIT License.
5
5
  */
package/package.json CHANGED
@@ -21,8 +21,8 @@
21
21
  "@rollup/plugin-node-resolve": "^16.0.3",
22
22
  "@types/babel__core": "^7",
23
23
  "@types/markdown-it": "^13.0.2",
24
- "@types/node": "^25.0.2",
25
- "eslint": "^9.39.2",
24
+ "@types/node": "^25.0.3",
25
+ "eslint": "npm:9.39.2",
26
26
  "eslint-plugin-vue": "^10.6.2",
27
27
  "globals": "^16.5.0",
28
28
  "jiti": "^2.6.1",
@@ -34,7 +34,7 @@
34
34
  "typedoc": "^0.28.15",
35
35
  "typedoc-theme-hierarchy": "^6.0.0",
36
36
  "typescript": "^5.9.3",
37
- "typescript-eslint": "^8.50.0",
37
+ "typescript-eslint": "^8.50.1",
38
38
  "vue-eslint-parser": "^10.2.0",
39
39
  "xmlhttprequest": "^1.8.0"
40
40
  },
@@ -75,5 +75,5 @@
75
75
  },
76
76
  "type": "module",
77
77
  "types": "./types/index.d.ts",
78
- "version": "1.2.8"
78
+ "version": "1.3.0"
79
79
  }