@unocss/preset-typography 65.4.0 → 65.4.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/dist/index.d.mts CHANGED
@@ -32,7 +32,7 @@ interface TypographyOptions {
32
32
  /**
33
33
  * Compatibility option. Notice that it will affect some features.
34
34
  * For more instructions, see
35
- * [README](https://github.com/unocss/unocss/tree/main/packages/preset-typography)
35
+ * [README](https://github.com/unocss/unocss/tree/main/packages-presets/preset-typography)
36
36
  *
37
37
  * @default undefined
38
38
  */
package/dist/index.d.ts CHANGED
@@ -32,7 +32,7 @@ interface TypographyOptions {
32
32
  /**
33
33
  * Compatibility option. Notice that it will affect some features.
34
34
  * For more instructions, see
35
- * [README](https://github.com/unocss/unocss/tree/main/packages/preset-typography)
35
+ * [README](https://github.com/unocss/unocss/tree/main/packages-presets/preset-typography)
36
36
  *
37
37
  * @default undefined
38
38
  */
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@unocss/preset-typography",
3
3
  "type": "module",
4
- "version": "65.4.0",
4
+ "version": "65.4.3",
5
5
  "description": "Typography preset for UnoCSS",
6
6
  "author": "Jeff Yang",
7
7
  "license": "MIT",
8
- "homepage": "https://github.com/unocss/unocss/tree/main/packages/preset-typography#readme",
8
+ "homepage": "https://unocss.dev",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "https://github.com/unocss/unocss",
12
- "directory": "packages/preset-typography"
12
+ "directory": "packages-presets/preset-typography"
13
13
  },
14
14
  "bugs": {
15
15
  "url": "https://github.com/unocss/unocss/issues"
@@ -32,8 +32,8 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@unocss/preset-mini": "65.4.0",
36
- "@unocss/core": "65.4.0"
35
+ "@unocss/core": "65.4.3",
36
+ "@unocss/preset-mini": "65.4.3"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "unbuild",