@bedrock-layout/center
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "@bedrock-layout/center", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "bedrock-layout center", | ||
@@ -22,3 +22,3 @@ "sideEffects": false, | ||
"umd:main": "lib/index.umd.js", | ||
"module": "lib/index.es.js", | ||
"module": "lib/index.m.js", | ||
"source": "src/index.tsx", | ||
@@ -28,3 +28,3 @@ "types": "lib/index.d.ts", | ||
".": { | ||
"import": "./lib/index.es.js", | ||
"import": "./lib/index.m.js", | ||
"require": "./lib/index.umd.js" | ||
@@ -41,3 +41,3 @@ } | ||
"dependencies": { | ||
"@bedrock-layout/spacing-constants": "^2.4.2" | ||
"@bedrock-layout/spacing-constants": "^2.4.3" | ||
}, | ||
@@ -57,3 +57,2 @@ "peerDependencies": { | ||
"build": "vite build && tsc --emitDeclarationOnly", | ||
"build:watch": "microbundle build --jsx React.createElement --watch", | ||
"prettier": "prettier --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json)\"", | ||
@@ -67,3 +66,3 @@ "fix-format": "yarn prettier -- --write", | ||
}, | ||
"gitHead": "6ec069910f0367c29862acfddeb0b3c705d11366" | ||
"gitHead": "b618b6253dfbefea86a0fa03dc5db4aad5f6c925" | ||
} |
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
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
11133