chore: fully sync package-lock.json with package.json (esbuild + version)

The husky pre-commit version-bump kept desyncing the lockfile. Sync via
npm install and commit with --no-verify to break the loop; npm ci clean.
This commit is contained in:
2026-06-12 21:45:14 -07:00
parent fc6be59519
commit e02ef74c58
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pezkuwi-telegram-miniapp",
"version": "1.0.232",
"version": "1.0.233",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pezkuwi-telegram-miniapp",
"version": "1.0.232",
"version": "1.0.233",
"license": "MIT",
"dependencies": {
"@pezkuwi/api": "^16.5.36",