@lingui/react
Advanced tools
Comparing version 4.0.0-next.3 to 4.0.0-next.4
{ | ||
"name": "@lingui/react", | ||
"version": "4.0.0-next.3", | ||
"version": "4.0.0-next.4", | ||
"sideEffects": false, | ||
"description": "React components for translations", | ||
"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", | ||
"author": { | ||
@@ -24,2 +24,6 @@ "name": "Tomáš Ehrlich", | ||
], | ||
"scripts": { | ||
"build": "rimraf ./dist && unbuild", | ||
"stub": "unbuild --stub" | ||
}, | ||
"repository": { | ||
@@ -38,8 +42,8 @@ "type": "git", | ||
"require": { | ||
"types": "./build/index.d.ts", | ||
"default": "./build/cjs/index.js" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./build/index.d.ts", | ||
"default": "./build/esm/index.js" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
} | ||
@@ -52,3 +56,3 @@ }, | ||
"README.md", | ||
"build/" | ||
"dist/" | ||
], | ||
@@ -60,8 +64,9 @@ "peerDependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@lingui/core": "^4.0.0-next.3" | ||
"@lingui/core": "^4.0.0-next.4" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^11.0.4" | ||
"@testing-library/react": "^11.0.4", | ||
"unbuild": "^1.1.2" | ||
}, | ||
"gitHead": "29cad1bdcc781994ac4d496e5c4937795423d405" | ||
"gitHead": "3b999e35d26e67dec7cf0591f794be782e11022c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20874
2
7
518
1
Updated@lingui/core@^4.0.0-next.4