@blockchain-com/constellation
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@blockchain-com/constellation", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/esm/index.d.ts", | ||
"files": [ | ||
"/dist" | ||
], | ||
"scripts": { | ||
"prepublish": "yarn build", | ||
"build": "NODE_ENV=production tsc" | ||
"build": "yarn build:esm && yarn build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^17.0.16", | ||
"@types/react-dom": "^17.0.9", | ||
"eslint-config-constellation": "0.0.25", | ||
"jest": "^26.6.3", | ||
"prettier-config-constellation": "0.0.5", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"stylelint-config-constellation": "0.0.5", | ||
"typescript": "^4.2.4" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
} | ||
} |
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
18976
32
284
2
9
1