Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions lib/widths.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import {UnicodeTrie} from '@cto.af/unicode-trie-runtime';

export const version = '16.0.0';
export const inputFileDate = new Date('2024-05-31T18:09:32.000Z');
export const etag = {
'DerivedCoreProperties.txt': '"110737-6208a0b8364c0-gzip"',
'Scripts.txt': '"2e494-6208a0b8364c0-gzip"',
Expand All @@ -12,9 +14,9 @@ export const lastModified = {
'EastAsianWidth.txt': 'Sun, 25 Aug 2024 23:05:31 GMT',
'emoji/emoji-data.txt': 'Sun, 25 Aug 2024 23:05:31 GMT',
};
export const generatedDate = new Date('2025-05-29T15:18:32.467Z');
export const generatedDate = new Date('2025-05-29T16:56:19.860Z');
export const Width = UnicodeTrie.fromBase64(
`AAARAAAAAAD/////BgYAAB+LCADIejhoAgPtnFuIV0Ucx8fWtYuWC0lBRRRBWA9igYQPZS/m
`AAARAAAAAAD/////BgYAAB+LCACzkThoAgPtnFuIV0Ucx8fWtYuWC0lBRRRBWA9igYQPZS/m
QwtJGEQZdPGhYpGIhKgNli4gFbRQgkGBwT4IiSxYRPhQEZKQoqDoi+jLoj54Q0QQRf2Oew6O
w9znN2fm///PHz7MnDPnzOU3199v5vxHhxhbA9aCdWAcfAm+BT+An8AU2AZ+A6+Dd8Cf4B/h
ehfYK1wfBEfADDgFToJz4AK4AubOZWwBWAQeAo+AxaB939V9Au88FfCe6Fb0bIZsTfRimV4Q
Expand Down Expand Up @@ -42,7 +44,7 @@ export const Width = UnicodeTrie.fromBase64(
VT6pyqmbP2Lkkfr8Txd7T13te8WexaS2G6Y+NxqqQ8fo3rJO7GrryXlmVuwvMXpGynNwpjhc
5Bt6BiKlTpZ73vO1R6YiV35U9Zg6XyZ7T075+9hbTHFQyMalr8Xazk1x2ewjvrLymcNjbV82
G6NrXLZnKfsC9fgVkmcX+51Lero9KFdbuC3u2P3kXpkvUo81OdsndX13UVep2gXFOQmfOEq0
reb+fqmE85eqb9x78ftDCv0g57o75X5drv/gwN+cMPzVi/V7tesrugLZwHkAAB+LCADIejho
reb+fqmE85eqb9x78ftDCv0g57o75X5drv/gwN+cMPzVi/V7tesrugLZwHkAAB+LCACzkTho
AgOLjgUAKbtMDQIAAAA=`
);

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"author": "Joe Hildebrand <[email protected]>",
"license": "MIT",
"dependencies": {
"@cto.af/unicode-trie-runtime": "3.2.2",
"@cto.af/unicode-trie-runtime": "3.2.3",
"ansi-regex": "6.1.0",
"emoji-regex": "10.4.0"
},
"devDependencies": {
"@cto.af/eslint-config": "6.0.4",
"@cto.af/unicode-trie": "3.2.2",
"@cto.af/unicode-trie": "3.2.3",
"@types/node": "22.15.24",
"c8": "10.1.3",
"eslint": "9.27.0",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.