css-in-props
Advanced tools
Comparing version 2.10.79 to 2.10.81
@@ -5,8 +5,13 @@ { | ||
"author": "symbo.ls", | ||
"version": "2.10.79", | ||
"version": "2.10.81", | ||
"repository": "https://github.com/symbo-ls/smbls", | ||
"main": "src/index.js", | ||
"browser": "dist/index.cjs.js", | ||
"files": [ | ||
"src" | ||
"src", | ||
"dist" | ||
], | ||
"scripts": { | ||
"prepublish": "rm -rf dist && npx esbuild src/index.js --target=es2020 --format=cjs --bundle --sourcemap=external --outfile=dist/index.cjs.js" | ||
}, | ||
"dependencies": { | ||
@@ -18,3 +23,3 @@ "@domql/utils": "latest", | ||
}, | ||
"gitHead": "b6b0b03b2741e0f9085806cec874cea58aa9cae8" | ||
"gitHead": "d422220d6406ea6c913f8c15a519dd0017e2d24f" | ||
} |
@@ -5,2 +5,2 @@ 'use strict' | ||
export * from './set' | ||
export * as registry from './registry' | ||
export * from './registry' |
@@ -20,3 +20,2 @@ 'use strict' | ||
export const registry = mergeArray([ | ||
@@ -23,0 +22,0 @@ Shape, |
'use strict' | ||
import { transformClassname, transformEmotion } from './transform' | ||
import { transformClassname } from './transform' | ||
import { transformEmotion } from './emotion' | ||
@@ -5,0 +6,0 @@ export const setClassname = (props, emotionCss) => { |
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
442975
4503
1