@liff/i18n
Advanced tools
Comparing version 2.21.0 to 2.21.1
@@ -7,3 +7,3 @@ import { LiffModule, ModuleContext } from '@liff/use'; | ||
export declare type ExtendLiffCore = { | ||
xlt: I18nModuleAPI; | ||
i18n: I18nModuleAPI; | ||
}; | ||
@@ -10,0 +10,0 @@ declare function setLang(newLang: Languages): Promise<void>; |
@@ -1,2 +0,2 @@ | ||
declare const XLTKeys: readonly ["alert.android.extBrowser.autoLoginWorkaround.title", "alert.android.extBrowser.autoLoginWorkaround.button.text"]; | ||
declare const XLTKeys: readonly ["liff.sdk.test.key", "alert.android.extBrowser.autoLoginWorkaround.button.text", "alert.android.extBrowser.autoLoginWorkaround.title", "alert.android.extBrowser.autoLoginWorkaround.desc"]; | ||
export default XLTKeys; |
{ | ||
"name": "@liff/i18n", | ||
"version": "2.21.0", | ||
"version": "2.21.1", | ||
"description": "@liff/i18n", | ||
@@ -22,8 +22,8 @@ "license": "SEE LICENSE IN README.md", | ||
"typecheck": "tsc --noEmit", | ||
"build": "rollup -c", | ||
"build:npm": "yarn build", | ||
"build:cdn": "rollup -c rollup.config.js", | ||
"build:npm": "rollup -c rollup.config.js", | ||
"build:watch": "yarn build:npm -w --watch.include './src/**'", | ||
"dev-server": "yarn build:watch", | ||
"dev-server:https": "yarn build:watch", | ||
"build:prerelease": "yarn build rollup.config.prerelease.js", | ||
"build:prerelease": "rollup -c rollup.config.prerelease.js", | ||
"clean": "rm -rf ./lib ./tsconfig.tsbuildinfo", | ||
@@ -36,8 +36,8 @@ "update-xlt-types": "node ./script/types-generator.js" | ||
"dependencies": { | ||
"@liff/consts": "2.21.0", | ||
"@liff/server-api": "2.21.0", | ||
"@liff/use": "2.21.0", | ||
"@liff/util": "2.21.0" | ||
"@liff/consts": "2.21.1", | ||
"@liff/server-api": "2.21.1", | ||
"@liff/use": "2.21.1", | ||
"@liff/util": "2.21.1" | ||
}, | ||
"gitHead": "48d3b37f4128b609b861415093b81e06482ba10f" | ||
"gitHead": "9af2e0816a5cd5547b99e8cadba3ee274b270a9a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6691
+ Added@liff/consts@2.21.1(transitive)
+ Added@liff/hooks@2.21.1(transitive)
+ Added@liff/is-in-client@2.21.1(transitive)
+ Added@liff/logger@2.21.1(transitive)
+ Added@liff/server-api@2.21.1(transitive)
+ Added@liff/store@2.21.1(transitive)
+ Added@liff/types@2.21.1(transitive)
+ Added@liff/use@2.21.1(transitive)
+ Added@liff/util@2.21.1(transitive)
- Removed@liff/consts@2.21.0(transitive)
- Removed@liff/hooks@2.21.0(transitive)
- Removed@liff/is-in-client@2.21.0(transitive)
- Removed@liff/logger@2.21.0(transitive)
- Removed@liff/server-api@2.21.0(transitive)
- Removed@liff/store@2.21.0(transitive)
- Removed@liff/types@2.21.0(transitive)
- Removed@liff/use@2.21.0(transitive)
- Removed@liff/util@2.21.0(transitive)
Updated@liff/consts@2.21.1
Updated@liff/server-api@2.21.1
Updated@liff/use@2.21.1
Updated@liff/util@2.21.1