Skip to content

Commit fcfefa2

Browse files
authored
Merge pull request #21 from cto-af/update-dependencies
Update dependencies to ensure version number on generated trie.
2 parents 945b61f + 89e22ee commit fcfefa2

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

lib/widths.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import {UnicodeTrie} from '@cto.af/unicode-trie-runtime';
22

3+
export const version = '16.0.0';
4+
export const inputFileDate = new Date('2024-05-31T18:09:32.000Z');
35
export const etag = {
46
'DerivedCoreProperties.txt': '"110737-6208a0b8364c0-gzip"',
57
'Scripts.txt': '"2e494-6208a0b8364c0-gzip"',
@@ -12,9 +14,9 @@ export const lastModified = {
1214
'EastAsianWidth.txt': 'Sun, 25 Aug 2024 23:05:31 GMT',
1315
'emoji/emoji-data.txt': 'Sun, 25 Aug 2024 23:05:31 GMT',
1416
};
15-
export const generatedDate = new Date('2025-05-29T15:18:32.467Z');
17+
export const generatedDate = new Date('2025-05-29T16:56:19.860Z');
1618
export const Width = UnicodeTrie.fromBase64(
17-
`AAARAAAAAAD/////BgYAAB+LCADIejhoAgPtnFuIV0Ucx8fWtYuWC0lBRRRBWA9igYQPZS/m
19+
`AAARAAAAAAD/////BgYAAB+LCACzkThoAgPtnFuIV0Ucx8fWtYuWC0lBRRRBWA9igYQPZS/m
1820
QwtJGEQZdPGhYpGIhKgNli4gFbRQgkGBwT4IiSxYRPhQEZKQoqDoi+jLoj54Q0QQRf2Oew6O
1921
w9znN2fm///PHz7MnDPnzOU3199v5vxHhxhbA9aCdWAcfAm+BT+An8AU2AZ+A6+Dd8Cf4B/h
2022
ehfYK1wfBEfADDgFToJz4AK4AubOZWwBWAQeAo+AxaB939V9Au88FfCe6Fb0bIZsTfRimV4Q
@@ -42,7 +44,7 @@ export const Width = UnicodeTrie.fromBase64(
4244
VT6pyqmbP2Lkkfr8Txd7T13te8WexaS2G6Y+NxqqQ8fo3rJO7GrryXlmVuwvMXpGynNwpjhc
4345
5Bt6BiKlTpZ73vO1R6YiV35U9Zg6XyZ7T075+9hbTHFQyMalr8Xazk1x2ewjvrLymcNjbV82
4446
G6NrXLZnKfsC9fgVkmcX+51Lero9KFdbuC3u2P3kXpkvUo81OdsndX13UVep2gXFOQmfOEq0
45-
reb+fqmE85eqb9x78ftDCv0g57o75X5drv/gwN+cMPzVi/V7tesrugLZwHkAAB+LCADIejho
47+
reb+fqmE85eqb9x78ftDCv0g57o75X5drv/gwN+cMPzVi/V7tesrugLZwHkAAB+LCACzkTho
4648
AgOLjgUAKbtMDQIAAAA=`
4749
);
4850

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"author": "Joe Hildebrand <[email protected]>",
2929
"license": "MIT",
3030
"dependencies": {
31-
"@cto.af/unicode-trie-runtime": "3.2.2",
31+
"@cto.af/unicode-trie-runtime": "3.2.3",
3232
"ansi-regex": "6.1.0",
3333
"emoji-regex": "10.4.0"
3434
},
3535
"devDependencies": {
3636
"@cto.af/eslint-config": "6.0.4",
37-
"@cto.af/unicode-trie": "3.2.2",
37+
"@cto.af/unicode-trie": "3.2.3",
3838
"@types/node": "22.15.24",
3939
"c8": "10.1.3",
4040
"eslint": "9.27.0",

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)