From 0a350e0f2a5a7a47d74156f8861081e969a5c588 Mon Sep 17 00:00:00 2001 From: dalechyn Date: Mon, 21 Oct 2024 00:38:57 +0300 Subject: [PATCH] chore: sherif --- package.json | 1 + pnpm-lock.yaml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) diff --git a/package.json b/package.json index 078e9ff..75b23a2 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,7 @@ "@types/bun": "latest", "@types/node": "^22.7.4", "buf": "^0.1.1", + "sherif": "^1.0.1", "simple-git-hooks": "^2.11.1", "typescript": "^5.6.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e226b4..b7fc7c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,6 +32,9 @@ importers: buf: specifier: ^0.1.1 version: 0.1.1 + sherif: + specifier: ^1.0.1 + version: 1.0.1 simple-git-hooks: specifier: ^2.11.1 version: 2.11.1 @@ -796,6 +799,40 @@ packages: resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} engines: {node: '>=0.10.0'} + sherif-darwin-arm64@1.0.1: + resolution: {integrity: sha512-eDYzUO6ksjYZF6swtoJ5F4AVa4og+sqrs0H7gGw57FoiMHEe5+4tD4M2ojTbVAaeeFtRS0gMbVZFGkhSAshQMw==} + cpu: [arm64] + os: [darwin] + + sherif-darwin-x64@1.0.1: + resolution: {integrity: sha512-lnNZTck5F2eZoB1nZFwixfFQe/DXt4HuOMNCTG+Iyzq8w7kdSXUr/IIPYk2p88L+d4AtPWApmKE6mpmQaDzOVg==} + cpu: [x64] + os: [darwin] + + sherif-linux-arm64@1.0.1: + resolution: {integrity: sha512-/fj3rJoSb26FA5wRlZpauLFaFeWCe9usIQAE+e9IEaC2751IU9I0d+nE7pmGmuOwTCR1/kPOlrDGfV4ucpP/ng==} + cpu: [arm64] + os: [linux] + + sherif-linux-x64@1.0.1: + resolution: {integrity: sha512-I07H4VAPM0+N8rpIgxV47vBSKViJ3F/EiaUi4DnlhySivGg/6oOacHFOfzKeNPMaMK+3usMEmU+UVm6vEvtPYA==} + cpu: [x64] + os: [linux] + + sherif-windows-arm64@1.0.1: + resolution: {integrity: sha512-UfIYXDya60VmAcYuuKe6bwnBWiJHA6lof97rG2+EN8f3LiGyEx95/3qUdUoOn7qB5pl3xaeazMGcpc1O4FpExg==} + cpu: [arm64] + os: [win32] + + sherif-windows-x64@1.0.1: + resolution: {integrity: sha512-ep+acRpTeIhU3BB7GL1NdedD9ubhcIO1lwOJ9uf3rOrmKIlbKd55LgmVRfl/Spy96qcCGx6izdyypMhDOoWa/Q==} + cpu: [x64] + os: [win32] + + sherif@1.0.1: + resolution: {integrity: sha512-1zXt6XQHT3d7L2dMhmlAoWpPhQhqvxdjrYSOoGwnbbZA8nX4jrGrUPpryOe96XBSaG/d+DJtoDujujjydXICSg==} + hasBin: true + signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} @@ -1571,6 +1608,33 @@ snapshots: shebang-regex@1.0.0: {} + sherif-darwin-arm64@1.0.1: + optional: true + + sherif-darwin-x64@1.0.1: + optional: true + + sherif-linux-arm64@1.0.1: + optional: true + + sherif-linux-x64@1.0.1: + optional: true + + sherif-windows-arm64@1.0.1: + optional: true + + sherif-windows-x64@1.0.1: + optional: true + + sherif@1.0.1: + optionalDependencies: + sherif-darwin-arm64: 1.0.1 + sherif-darwin-x64: 1.0.1 + sherif-linux-arm64: 1.0.1 + sherif-linux-x64: 1.0.1 + sherif-windows-arm64: 1.0.1 + sherif-windows-x64: 1.0.1 + signal-exit@3.0.7: {} simple-git-hooks@2.11.1: {}