@restart/context
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "@restart/context", | ||
"version": "2.1.0", | ||
"main": "index.js", | ||
"version": "2.1.1", | ||
"main": "lib/index.js", | ||
"module": "lib/es/index.js", | ||
@@ -13,2 +13,15 @@ "types": "index.d.ts", | ||
"license": "MIT", | ||
"scripts": { | ||
"tdd": "jest --watch", | ||
"test": "npm run test:types && npm run lint && jest", | ||
"testonly": "jest", | ||
"test:types": "tslint -p types", | ||
"build:es": "babel src -d lib/es --env-name esm --ignore **/__tests__ ", | ||
"build:lib": "babel src -d lib --ignore **/__tests__ --delete-dir-on-start ", | ||
"build": "npm run build:lib && npm run build:es && cpy types/*.d.ts lib && cpy types/*.d.ts lib/es", | ||
"prepublishOnly": "yarn run build", | ||
"lint": "eslint . && prettier --list-different --ignore-path .eslintignore '**/*.{json,css,md}'", | ||
"format": "eslint . --fix && prettier --write --ignore-path .eslintignore '**/*.{json,css,md}'", | ||
"precommit": "lint-staged" | ||
}, | ||
"publishConfig": { | ||
@@ -33,3 +46,5 @@ "access": "public" | ||
"jest": { | ||
"testEnvironment": "jsdom", | ||
"roots": [ | ||
"<rootDir>/test" | ||
], | ||
"setupFiles": [ | ||
@@ -39,2 +54,39 @@ "<rootDir>/test/index.js" | ||
}, | ||
"release": { | ||
"extends": [ | ||
"@4c/semantic-release-config" | ||
], | ||
"pkgRoot": "lib" | ||
}, | ||
"devDependencies": { | ||
"@4c/babel-preset-4catalyzer": "^4.1.1", | ||
"@4c/semantic-release-config": "^1.0.3", | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.3.4", | ||
"@types/react": "^16.8.5", | ||
"babel-core": "bridge", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^24.1.0", | ||
"codecov": "^3.2.0", | ||
"cpy-cli": "^2.0.0", | ||
"dtslint": "^0.3.0", | ||
"enzyme": "^3.9.0", | ||
"enzyme-adapter-react-16": "^1.10.0", | ||
"eslint": "^5.14.1", | ||
"eslint-config-4catalyzer-react": "^0.9.0", | ||
"eslint-config-prettier": "^4.0.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-jest": "^22.3.0", | ||
"eslint-plugin-jsx-a11y": "^6.2.1", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"eslint-plugin-react": "^7.12.4", | ||
"husky": "^1.3.1", | ||
"jest": "^24.1.0", | ||
"lint-staged": "^8.1.4", | ||
"prettier": "^1.16.4", | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3", | ||
"semantic-release": "^15.13.3", | ||
"travis-deploy-once": "^5.0.11" | ||
}, | ||
"peerDependencies": { | ||
@@ -41,0 +93,0 @@ "react": ">=16.3.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
409144
40
1108
29
1