From 60ba3cab6d935f29c814d0214e037c941f5bf5e1 Mon Sep 17 00:00:00 2001 From: shokayam Date: Fri, 14 Nov 2025 16:55:27 +0900 Subject: [PATCH] Update package version to 1.0.4 --- README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1041e05..dd96d3e 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ If you use LIFF Mock with Pluggable SDK mode, you have to install `IsInClientMod ```ts import liff from '@line/liff/core'; -import IsInClientModule from "@line/liff/is-in-client"; +import IsInClientModule from '@line/liff/is-in-client'; import { LiffMockPlugin } from '@line/liff-mock'; -liff.use(new IsInClientModule()); // <-- Please install IsInClientModule before LiffMockPlugin +liff.use(new IsInClientModule()); // <-- Please install IsInClientModule before LiffMockPlugin liff.use(new LiffMockPlugin()); liff.init({ @@ -54,11 +54,11 @@ console.log(profile); ## CDN -https://unpkg.com/@line/liff-mock@1.0.3/dist/umd/liff-mock.js +https://unpkg.com/@line/liff-mock@1.0.4/dist/umd/liff-mock.js ```html - + ``` ```js diff --git a/package-lock.json b/package-lock.json index 49c01f2..4a4bff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@line/liff-mock", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@line/liff-mock", - "version": "1.0.3", + "version": "1.0.4", "license": "Apache-2.0", "devDependencies": { "@line/liff": "2.27.2", diff --git a/package.json b/package.json index aace9d8..884aed3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@line/liff-mock", - "version": "1.0.3", + "version": "1.0.4", "description": "Make testing your LIFF app easy", "main": "dist/index.js", "unpkg": "dist/umd/liff-mock.js",