Version 1.1.0 was published on 2026-09-15, so its tag is closed. Every commit since then, the update-feed rework, dictionary import and export, the extra push transports, and entitlement gating, needs its own immutable version. Product version, Android version code, iOS build number, and all package and store surfaces move to 1.2.0 / 1020001, with Korean and English store notes for the new version code. The download centers read that version and its release date from one place instead of repeating them inline.
26 lines
560 B
JSON
26 lines
560 B
JSON
{
|
|
"name": "@d3ro/ui-native",
|
|
"version": "1.2.0",
|
|
"private": true,
|
|
"description": "D3RO Voice React Native DS — MetalCard/PhosphorText/Led/WaveBars etc.",
|
|
"license": "MIT",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
},
|
|
"./theme": {
|
|
"types": "./src/theme.ts",
|
|
"default": "./src/theme.ts"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "*"
|
|
}
|
|
}
|