From fae556e7723a066a6d21b62cf6413ce66406726b Mon Sep 17 00:00:00 2001 From: hunghg255 Date: Tue, 16 Jul 2024 01:27:04 +0700 Subject: [PATCH 1/2] docs: update --- pnpm-lock.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 14e3ef8..4dec5cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -58,8 +58,8 @@ importers: specifier: ^1.10.3 version: 1.10.3 js-utils-es: - specifier: workspace:* - version: link:.. + specifier: 1.0.7 + version: 1.0.7 prettier: specifier: ^3.3.2 version: 3.3.3 @@ -2484,6 +2484,9 @@ packages: js-tokens@9.0.0: resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} + js-utils-es@1.0.7: + resolution: {integrity: sha512-9zMeLfNy82KXlIJZV4ONTL42BfYby83CywV7BILlQ05ktkc3LWfxK+W/FqiPsN+pT9rT1OKE/b+z9xMCzMesWw==} + js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true @@ -6864,6 +6867,8 @@ snapshots: js-tokens@9.0.0: {} + js-utils-es@1.0.7: {} + js-yaml@3.14.1: dependencies: argparse: 1.0.10 From 1a782f513a204f73d71dbefeb0d841219f27f7b4 Mon Sep 17 00:00:00 2001 From: hunghg255 Date: Tue, 16 Jul 2024 01:38:58 +0700 Subject: [PATCH 2/2] docs: update --- docs/.vitepress/theme/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index 53c71bf..bb6ccee 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -25,6 +25,7 @@ export default { mapByEmailAliases: ['giahunghust@gmail.com'], }, ], + numCommitHashLetters: 7, }) app.use(TwoslashFloatingVue) },