@guardian/src-icons
Advanced tools
Comparing version 3.2.0 to 3.2.1-rc.0
{ | ||
"name": "@guardian/src-icons", | ||
"version": "3.2.0", | ||
"version": "3.2.1-rc.0", | ||
"repository": { | ||
@@ -9,49 +9,16 @@ "type": "git", | ||
"license": "Apache-2.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"alert.tsx", | ||
"alert-round.tsx", | ||
"alert-triangle.tsx", | ||
"arrow-down-straight.tsx", | ||
"arrow-left-straight.tsx", | ||
"arrow-right-straight.tsx", | ||
"arrow-up-straight.tsx", | ||
"audio.tsx", | ||
"camera.tsx", | ||
"checkmark.tsx", | ||
"chevron-down-single.tsx", | ||
"chevron-left-single.tsx", | ||
"chevron-right-single.tsx", | ||
"chevron-up-single.tsx", | ||
"credit-card.tsx", | ||
"cross.tsx", | ||
"direct-debit.tsx", | ||
"direct-debit-wide.tsx", | ||
"envelope.tsx", | ||
"external.tsx", | ||
"eye.tsx", | ||
"eye-strike.tsx", | ||
"facebook.tsx", | ||
"house.tsx", | ||
"indent.tsx", | ||
"info.tsx", | ||
"minus.tsx", | ||
"play.tsx", | ||
"plus.tsx", | ||
"paypal.tsx", | ||
"person.tsx", | ||
"quote.tsx", | ||
"settings.tsx", | ||
"speech-bubble.tsx", | ||
"star.tsx", | ||
"tick-round.tsx", | ||
"twitter.tsx", | ||
"video.tsx", | ||
"*.d.ts", | ||
"dist/*.js" | ||
"dist/esm", | ||
"dist/cjs", | ||
"dist/types" | ||
], | ||
"scripts": { | ||
"build": "yarn clean && tsc && rollup --config", | ||
"clean": "rm -rf dist *.d.ts", | ||
"build": "npm-run-all clean --parallel build:*", | ||
"build:cjs": "tsc --composite false --declaration false --emitDeclarationOnly false --outDir dist/cjs --module commonjs", | ||
"build:esm": "tsc --composite false --declaration false --emitDeclarationOnly false --outDir dist/esm --module ES6", | ||
"build:types": "tsc -b", | ||
"clean": "rm -rf dist", | ||
"prepublish": "yarn build", | ||
@@ -64,21 +31,12 @@ "publish:public": "yarn publish --access public", | ||
"verbump:preminor": "yarn version --preminor --preid rc --no-git-tag-version", | ||
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version", | ||
"watch": "rollup --config --watch" | ||
"verbump:prerelease": "yarn version --prerelease --preid rc --no-git-tag-version" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.12.10", | ||
"@babel/preset-env": "^7.10.0", | ||
"@babel/preset-react": "^7.10.0", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@emotion/react": "^11.1.2", | ||
"@guardian/src-foundations": "^3.2.0", | ||
"@guardian/src-helpers": "^3.2.0", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"typescript": "^4.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@emotion/react": "^11.1.2", | ||
"react": "^17.0.1" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
325917
2
198
2
727
4
1