From 82a8c0331678523166e0c5a20e6be77799493b2f Mon Sep 17 00:00:00 2001 From: Michael Wolf Date: Sun, 25 Jan 2026 17:26:09 -0600 Subject: [PATCH] Pull in typeid-js --- express/package.json | 1 + express/pnpm-lock.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/express/package.json b/express/package.json index 1c0f25b..0c47bc8 100644 --- a/express/package.json +++ b/express/package.json @@ -24,6 +24,7 @@ "ts-luxon": "^6.2.0", "ts-node": "^10.9.2", "tsx": "^4.20.6", + "typeid-js": "^1.2.0", "typescript": "^5.9.3", "zod": "^4.1.12" }, diff --git a/express/pnpm-lock.yaml b/express/pnpm-lock.yaml index a73d6de..8cdb3b6 100644 --- a/express/pnpm-lock.yaml +++ b/express/pnpm-lock.yaml @@ -44,6 +44,9 @@ importers: tsx: specifier: ^4.20.6 version: 4.20.6 + typeid-js: + specifier: ^1.2.0 + version: 1.2.0 typescript: specifier: ^5.9.3 version: 5.9.3 @@ -1065,6 +1068,9 @@ packages: resolution: {integrity: sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==} engines: {node: '>= 0.6'} + typeid-js@1.2.0: + resolution: {integrity: sha512-t76ZucAnvGC60ea/HjVsB0TSoB0cw9yjnfurUgtInXQWUI/VcrlZGpO23KN3iSe8yOGUgb1zr7W7uEzJ3hSljA==} + typescript@5.9.3: resolution: {integrity: sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==} engines: {node: '>=14.17'} @@ -1080,6 +1086,10 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} + uuid@10.0.0: + resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + hasBin: true + v8-compile-cache-lib@3.0.1: resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} @@ -2024,6 +2034,10 @@ snapshots: media-typer: 1.1.0 mime-types: 3.0.1 + typeid-js@1.2.0: + dependencies: + uuid: 10.0.0 + typescript@5.9.3: {} undefsafe@2.0.5: {} @@ -2032,6 +2046,8 @@ snapshots: unpipe@1.0.0: {} + uuid@10.0.0: {} + v8-compile-cache-lib@3.0.1: {} vary@1.1.2: {}