Shortcuts gain several bindings per action, mouse buttons and a searchable picker, and the stored shortcut schema changes shape, so this is a minor bump. Existing shortcuts migrate on first launch. Play release notes state that this release carries no mobile feature changes; the work is desktop-only.
21 lines
466 B
JSON
21 lines
466 B
JSON
{
|
|
"name": "@d3ro/i18n",
|
|
"version": "1.4.0",
|
|
"private": true,
|
|
"description": "D3RO Voice 공유 i18n — 12개 locale, 타입 안전 키, Context, 포맷 유틸",
|
|
"license": "MIT",
|
|
"main": "./src/index.tsx",
|
|
"types": "./src/index.tsx",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.tsx",
|
|
"default": "./src/index.tsx"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0"
|
|
}
|
|
}
|