@rsbuild/shared
Advanced tools
Comparing version 0.7.0-beta.7 to 0.7.0-beta.8
@@ -131,3 +131,8 @@ import { createRequire } from 'module'; | ||
var kebabCase = (str) => str.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, ""); | ||
var cloneDeep = (value) => deepmerge({}, value); | ||
var cloneDeep = (value) => { | ||
if (value === null || value === void 0) { | ||
return value; | ||
} | ||
return deepmerge({}, value); | ||
}; | ||
var DEP_MATCH_TEMPLATE = /[\\/]node_modules[\\/](<SOURCES>)[\\/]/.source; | ||
@@ -134,0 +139,0 @@ var createDependenciesRegExp = (...dependencies) => { |
{ | ||
"name": "@rsbuild/shared", | ||
"version": "0.7.0-beta.7", | ||
"version": "0.7.0-beta.8", | ||
"description": "The internal shared modules and dependencies of Rsbuild.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://rsbuild.dev", |
Sorry, the diff of this file is not supported yet
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
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
4550732
76887
12