@mui/toolpad-utils
Advanced tools
Comparing version 0.1.20 to 0.1.21
import { | ||
errorFrom, | ||
serializeError | ||
} from "./chunk-XWCUGVE2.js"; | ||
import "./chunk-XDYUGHA2.js"; | ||
} from "./chunk-BYJ6ZAOP.js"; | ||
import "./chunk-ENOBQVEO.js"; | ||
import "./chunk-DP5G656E.js"; | ||
@@ -7,0 +7,0 @@ export { |
import { | ||
errorFrom | ||
} from "./chunk-XWCUGVE2.js"; | ||
import "./chunk-XDYUGHA2.js"; | ||
} from "./chunk-BYJ6ZAOP.js"; | ||
import "./chunk-ENOBQVEO.js"; | ||
import "./chunk-DP5G656E.js"; | ||
@@ -6,0 +6,0 @@ |
@@ -69,1 +69,5 @@ /** | ||
export declare function indent(text: string, length?: number): string; | ||
/** | ||
* Returns true if the string is a valid javascript identifier | ||
*/ | ||
export declare function isValidJsIdentifier(base: string): boolean; |
@@ -11,2 +11,3 @@ import { | ||
isAbsoluteUrl, | ||
isValidJsIdentifier, | ||
pascalCase, | ||
@@ -19,3 +20,3 @@ prependLines, | ||
uncapitalize | ||
} from "./chunk-XDYUGHA2.js"; | ||
} from "./chunk-ENOBQVEO.js"; | ||
export { | ||
@@ -31,2 +32,3 @@ camelCase, | ||
isAbsoluteUrl, | ||
isValidJsIdentifier, | ||
pascalCase, | ||
@@ -33,0 +35,0 @@ prependLines, |
{ | ||
"name": "@mui/toolpad-utils", | ||
"version": "0.1.20", | ||
"version": "0.1.21", | ||
"description": "Build MUI apps quickly", | ||
@@ -56,2 +56,3 @@ "author": "MUI Toolpad team", | ||
"dependencies": { | ||
"invariant": "2.2.4", | ||
"react-is": "18.2.0", | ||
@@ -62,5 +63,6 @@ "yaml": "2.3.1", | ||
"devDependencies": { | ||
"@types/invariant": "2.2.35", | ||
"@types/react-is": "18.2.1" | ||
}, | ||
"gitHead": "8c10fa4108d0f108a49fb20daa15f090fe321be6" | ||
"gitHead": "eac467924907df4cbc078dd3b4385315a2f92b08" | ||
} |
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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
193831
109
2330
5
2
2
+ Addedinvariant@2.2.4
+ Addedinvariant@2.2.4(transitive)