punctilio 1.2.7 → 1.2.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ My [`benchmark.mjs`](./benchmark.mjs) measures how well libraries handle a [wide
53
53
  | Ellipsis | ... → … | ✓ | ✓ | ✓ | ✗ | ✓ |
54
54
  | Multiplication | 5x5 → 5×5 | ✓ | ✗ | ✗ | ✗ | ~ |
55
55
  | Math symbols | != → ≠ | ✓ | ✗ | ~ | ✗ | ~ |
56
- | Legal symbols | (c) → © | ✓ | ✗ | © only | ✗ | ✓ |
56
+ | Legal symbols | (c) → © | ✓ | ✗ | ~ | ✗ | ✓ |
57
57
  | Arrows | -> → → | ✓ | ✗ | ~ | ✗ | ~ |
58
58
  | Prime marks | 5'10" → 5′10″ | ✓ | ✗ | ✓ | ✓ | ✗ |
59
59
  | Degrees | 20 C → 20 °C | ✓ | ✗ | ✗ | ✗ | ✓ |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "punctilio",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Smart typography transformations: curly quotes, em-dashes, en-dashes, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",