@lingui/detect-locale
Advanced tools
Comparing version 4.0.0-next.3 to 4.0.0-next.4
{ | ||
"name": "@lingui/detect-locale", | ||
"version": "4.0.0-next.3", | ||
"version": "4.0.0-next.4", | ||
"sideEffects": false, | ||
"description": "@Lingui package to help you find the correct browser/server locale", | ||
"main": "./build/cjs/index.js", | ||
"module": "./build/esm/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"license": "MIT", | ||
@@ -18,2 +18,6 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"build": "rimraf ./dist && unbuild", | ||
"stub": "unbuild --stub" | ||
}, | ||
"author": { | ||
@@ -35,4 +39,4 @@ "name": "Sergio Moreno", | ||
".": { | ||
"require": "./build/cjs/index.js", | ||
"import": "./build/esm/index.js" | ||
"require": "./dist/index.mjs", | ||
"import": "./dist/index.mjs" | ||
}, | ||
@@ -44,8 +48,9 @@ "./package.json": "./package.json" | ||
"README.md", | ||
"build/" | ||
"dist/" | ||
], | ||
"devDependencies": { | ||
"jsdom": "^16.4.0" | ||
"jsdom": "^16.4.0", | ||
"unbuild": "^1.1.2" | ||
}, | ||
"gitHead": "29cad1bdcc781994ac4d496e5c4937795423d405" | ||
"gitHead": "3b999e35d26e67dec7cf0591f794be782e11022c" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
13306
2
6
342
1