From d2a546387202ece9a57ca34180cad6eb99a0e434 Mon Sep 17 00:00:00 2001 From: blckclov3r Date: Sun, 15 Sep 2024 18:21:51 +0800 Subject: [PATCH] fix test code, pkg upgrade and update README.md --- README.md | 6 +- package.json | 2 +- tests/index.spec.ts | 38 ++--- tests/web.spec.ts | 14 +- yarn.lock | 398 ++++++++++++++++++++++---------------------- 5 files changed, 231 insertions(+), 227 deletions(-) diff --git a/README.md b/README.md index 4483314..2a9cd7c 100644 --- a/README.md +++ b/README.md @@ -172,16 +172,16 @@ If you prefer not to install the package and want to include the ECMAScript modu project, you can use the following script tag: - CDN ( - jsDelivr): [`https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.9/dist/index.mjs`](https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.9/dist/index.mjs) + jsDelivr): [`https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.10/dist/index.mjs`](https://cdn.jsdelivr.net/npm/use-postal-ph@1.1.10/dist/index.mjs) -- NPM: [`https://unpkg.com/use-postal-ph@1.1.9/dist/index.mjs`](https://unpkg.com/use-postal-ph@1.1.9/dist/index.mjs) +- NPM: [`https://unpkg.com/use-postal-ph@1.1.10/dist/index.mjs`](https://unpkg.com/use-postal-ph@1.1.10/dist/index.mjs) Import Statement: ```html