From 695179f9f0bf49cf7e3b9f1948a93c7ed7719a27 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Mon, 2 Mar 2026 21:02:18 -0500 Subject: [PATCH] Update dependencies --- .npmignore | 14 -------------- package.json | 8 ++++++-- pnpm-lock.yaml | 24 ++++++++++++------------ 3 files changed, 18 insertions(+), 28 deletions(-) delete mode 100644 .npmignore diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 5384ed6..0000000 --- a/.npmignore +++ /dev/null @@ -1,14 +0,0 @@ -.c8rc -.editorconfig -.github/ -.mocharc.cjs -.vscode/ -coverage/ -docs/ -eslint.config.js -examples/ -t.js -test/ -tools/ -tsconfig.json -typedoc.config.cjs diff --git a/package.json b/package.json index e083348..be5aeca 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "main": "lib/index.js", "type": "module", "types": "./types/index.d.ts", + "files": [ + "lib/", + "types/" + ], "scripts": { "clean": "rimraf coverage/ docs/ types/", "docs": "typedoc", @@ -31,10 +35,10 @@ }, "license": "MIT", "dependencies": { - "@cto.af/unicode-trie-runtime": "3.2.8" + "@cto.af/unicode-trie-runtime": "3.2.9" }, "devDependencies": { - "@cto.af/unicode-trie": "3.2.8", + "@cto.af/unicode-trie": "3.2.9", "@peggyjs/eslint-config": "6.0.10", "@types/node": "25.3.3", "eslint": "10.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce19957..d16400b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,12 +9,12 @@ importers: .: dependencies: '@cto.af/unicode-trie-runtime': - specifier: 3.2.8 - version: 3.2.8 + specifier: 3.2.9 + version: 3.2.9 devDependencies: '@cto.af/unicode-trie': - specifier: 3.2.8 - version: 3.2.8(@cto.af/unicode-trie-runtime@3.2.8) + specifier: 3.2.9 + version: 3.2.9(@cto.af/unicode-trie-runtime@3.2.9) '@peggyjs/eslint-config': specifier: 6.0.10 version: 6.0.10(eslint@10.0.2) @@ -51,15 +51,15 @@ packages: resolution: {integrity: sha512-RhDGQO8wsJZwcwZF3dQYT6yeINrqWnKBqJawUstJeE3fwWbcwCgcHeJmiFvPJhtJmQOV7ZF+UR8zvPjl96B24A==} engines: {node: '>=20'} - '@cto.af/unicode-trie-runtime@3.2.8': - resolution: {integrity: sha512-YLJcsrOcQUwyUevYwd7Rxd6qqezBc0LFtyAnSeRSbXPV36WKbMAjvFc3L234hAyh2Rf8G7O/uOURR+2q+UjaOA==} + '@cto.af/unicode-trie-runtime@3.2.9': + resolution: {integrity: sha512-H4FHtvIef/8NlU+NsQolcL9SKu+fYIPMZI++h6rQcM1IN7C/AwiCs9L8WRff+O4hDMamksAEuwBjet2S9uPt4w==} engines: {node: '>=20'} - '@cto.af/unicode-trie@3.2.8': - resolution: {integrity: sha512-uCRlsnou2UnGAgcB0guu23tExiAI3orgcHZbkThdc0WvflKTLVo0obojsoitPpHw/rgND0+KiuZTxb7Jt0mtOQ==} + '@cto.af/unicode-trie@3.2.9': + resolution: {integrity: sha512-/HrQ/ZqdvJApY2pPsgEYVdDPs02PQdsUsWWlJpy2IVwzW4ztqkM5Efg3reA1McAogUZik7b8DdMvBWoz0FS6Rg==} engines: {node: '>=20'} peerDependencies: - '@cto.af/unicode-trie-runtime': 3.2.8 + '@cto.af/unicode-trie-runtime': 3.2.9 '@cto.af/utils@1.4.2': resolution: {integrity: sha512-ngPvTHm/3rzKLWLqE58k7F5nUUCxA+XqhpollmfGm4m148vtOPhpZTW1fiEjq2nfLmJSWT6rDz6qXK8jg7374g==} @@ -947,15 +947,15 @@ snapshots: '@cto.af/log': 1.3.6 '@cto.af/utils': 1.4.2 - '@cto.af/unicode-trie-runtime@3.2.8': + '@cto.af/unicode-trie-runtime@3.2.9': dependencies: fflate: 0.8.2 - '@cto.af/unicode-trie@3.2.8(@cto.af/unicode-trie-runtime@3.2.8)': + '@cto.af/unicode-trie@3.2.9(@cto.af/unicode-trie-runtime@3.2.9)': dependencies: '@cto.af/log': 1.3.6 '@cto.af/ucd': 1.1.5 - '@cto.af/unicode-trie-runtime': 3.2.8 + '@cto.af/unicode-trie-runtime': 3.2.9 '@cto.af/utils': 1.4.2 fflate: 0.8.2