@os-design/utils
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "@os-design/utils", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"license": "UNLICENSED", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/cjs/index.js", | ||
"default": "./dist/esm/index.js" | ||
} | ||
}, | ||
"files": [ | ||
"lib/**/*" | ||
"dist" | ||
], | ||
"sideEffects": false, | ||
"scripts": { | ||
"clean": "rimraf ./lib", | ||
"build": "yarn clean && tsc", | ||
"clean": "rimraf dist", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/esm --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"build": "yarn clean && npm-run-all build:*", | ||
"ncu": "ncu -u" | ||
@@ -20,3 +30,3 @@ }, | ||
"devDependencies": { | ||
"@os-design/styles": "^1.0.11", | ||
"@os-design/styles": "^1.0.12", | ||
"@types/resize-observer-browser": "^0.1.5", | ||
@@ -28,3 +38,3 @@ "react": ">=17" | ||
}, | ||
"gitHead": "963b2677d1e748d7adca0d27199cea366fe30259" | ||
"gitHead": "89d5ca0c9464672cf55e7bc9d20a325c8f9a2815" | ||
} |
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
132186
111
1219
1