styled-velocity
Advanced tools
Comparing version 0.0.50 to 0.0.51
{ | ||
"name": "styled-velocity", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"description": "Styled-Velocity, a React-based styled prop and UI library to increase your velocity and help build your Design System.", | ||
"author": "Jon K. Wheeler", | ||
"license": "MIT", | ||
"main": "./dist/commonjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"sideEffects": false, | ||
@@ -30,9 +31,12 @@ "repository": { | ||
"build:esm": "yarn nuke:esm && cross-env BABEL_ENV=esm babel $npm_package_config_dirSrc --out-dir $npm_package_config_dirEsm --extensions \".ts,.tsx,.js,.jsx\" --ignore \"**/*.stories.js\",\"**/story.js\",\"**/stories\",\"**/*.test.js\",\"test.js\",\"**/test\",\"**/*.md\",\"**/docs\" --source-maps inline", | ||
"build:esm:only": "yarn nuke:esm && cross-env BABEL_ENV=esm babel $npm_package_config_dirSrc --out-dir $npm_package_config_dirBuild --extensions \".ts,.tsx,.js,.jsx\" --ignore \"**/*.stories.js\",\"**/story.js\",\"**/stories\",\"**/*.test.js\",\"test.js\",\"**/test\",\"**/*.md\",\"**/docs\" --source-maps inline", | ||
"build:export-indexes": "node ./scripts/exportIndexes.js", | ||
"build:export-src-index": "node ./scripts/exportSrcIndex.js", | ||
"build:types:commonjs": "tsc --project tsconfig.types.cjs.json && tscpaths --project tsconfig.types.cjs.json --src $npm_package_config_dirSrc --out $npm_package_config_dirCommonjs", | ||
"build:types:esm": "tsc --project tsconfig.types.esm.json && tscpaths --project tsconfig.types.esm.json --src $npm_package_config_dirSrc --out $npm_package_config_dirEsm", | ||
"build:types:commonjs": "tsc --project tsconfig.types.cjs.json && tsconfig-replace-paths --project tsconfig.types.cjs.json", | ||
"build:types:esm": "tsc --project tsconfig.types.esm.json && tsconfig-replace-paths --project tsconfig.types.esm.json", | ||
"build:types:esm:only": "tsc --project tsconfig.types.esm.json && tsconfig-replace-paths --project tsconfig.types.esm.json", | ||
"build:types": "yarn build:types:commonjs && yarn build:types:esm", | ||
"build:variable-exports": "yarn build:export-src-index && yarn build:export-indexes", | ||
"build": "yarn build:variable-exports && yarn build:commonjs && yarn build:esm && yarn build:types", | ||
"build:old": "yarn build:variable-exports && yarn build:commonjs && yarn build:esm && yarn build:types", | ||
"build": "yarn build:variable-exports && yarn build:esm:only && yarn build:types:esm:only", | ||
"dev": "concurrently \"yarn start:storybook\" \"yarn watch:variables\"", | ||
@@ -87,3 +91,3 @@ "lint": "eslint .", | ||
"ts-loader": "^6.1.1", | ||
"tscpaths": "^0.0.9", | ||
"tsconfig-replace-paths": "^0.0.5", | ||
"tslint": "^5.18.0", | ||
@@ -90,0 +94,0 @@ "tslint-config-prettier": "^1.18.0", |
@@ -5,4 +5,2 @@ { | ||
"module": "esnext", | ||
"rootDir": "./src", | ||
"outDir": "dist/esm", | ||
"declaration": true, | ||
@@ -9,0 +7,0 @@ "declarationMap": false, |
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
509107
284
7907
15