fix: export translationRef from alpha

Signed-off-by: mario ma <mario.ma.node@gmail.com>
This commit is contained in:
mario ma
2025-06-11 14:40:47 +08:00
parent b126ad619a
commit d0a40af133
6 changed files with 41 additions and 13 deletions
+5
View File
@@ -27,6 +27,11 @@
},
"license": "Apache-2.0",
"sideEffects": false,
"exports": {
".": "./src/index.ts",
"./alpha": "./src/alpha.ts",
"./package.json": "./package.json"
},
"main": "src/index.ts",
"types": "src/index.ts",
"files": [