next-intl-split
Advanced tools
Comparing version
{ | ||
"name": "next-intl-split", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A loader for next-intl to split translation files properly.", | ||
@@ -29,25 +29,33 @@ "author": { | ||
"main": "load/index.cjs", | ||
"module": "load/index.mjs", | ||
"types": "load/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./load/index.mjs", | ||
"require": "./load/index.cjs" | ||
"require": "./load/index.cjs", | ||
"types": "./load/index.d.ts" | ||
}, | ||
"./plugin": { | ||
"import": "./plugin/index.mjs", | ||
"require": "./plugin/index.cjs" | ||
"require": "./plugin/index.cjs", | ||
"types": "./plugin/index.d.ts" | ||
}, | ||
"./write": { | ||
"import": "./write/index.mjs", | ||
"require": "./write/index.cjs" | ||
"require": "./write/index.cjs", | ||
"types": "./write/index.d.ts" | ||
}, | ||
"./merge": { | ||
"import": "./merge/index.mjs", | ||
"require": "./merge/index.cjs" | ||
"require": "./merge/index.cjs", | ||
"types": "./merge/index.d.ts" | ||
}, | ||
"./load": { | ||
"import": "./load/index.mjs", | ||
"require": "./load/index.cjs" | ||
"require": "./load/index.cjs", | ||
"types": "./load/index.d.ts" | ||
} | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^12.1.2", | ||
@@ -57,5 +65,4 @@ "@types/node": "^22.5.0", | ||
"rollup": "^2.79.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^5.5.4" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ # About |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30933
-2.09%