@netlify/framework-info
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -10,2 +10,9 @@ # Changelog | ||
### [3.1.3](https://www.github.com/netlify/framework-info/compare/v3.1.2...v3.1.3) (2021-03-01) | ||
### Bug Fixes | ||
* support browsers without globalThis ([#152](https://www.github.com/netlify/framework-info/issues/152)) ([2f7306d](https://www.github.com/netlify/framework-info/commit/2f7306dce002301bc114d1770591221e1c3c6149)) | ||
### [3.1.2](https://www.github.com/netlify/framework-info/compare/v3.1.1...v3.1.2) (2021-02-24) | ||
@@ -12,0 +19,0 @@ |
{ | ||
"name": "@netlify/framework-info", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Framework detection utility", | ||
@@ -32,4 +32,8 @@ "main": "./src/main.js", | ||
"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier", | ||
"test:dev": "ava", | ||
"test:ci": "nyc -r lcovonly -r text -r json ava" | ||
"test:dev": "run-s test:dev:*", | ||
"test:dev:ava": "ava", | ||
"test:dev:cypress": "node cypress/run.js", | ||
"test:ci": "run-s test:ci:*", | ||
"test:ci:ava": "nyc -r lcovonly -r text -r json ava", | ||
"test:ci:cypress": "node cypress/run.js" | ||
}, | ||
@@ -72,4 +76,4 @@ "husky": { | ||
"config": { | ||
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,site,scripts,test}/**/*.{js,jsx,html}\" --ignore-pattern \"test/fixtures/**/*\"", | ||
"prettier": "--ignore-path .gitignore --loglevel warn \"{src,site,scripts,test}/**/*.js\" \"*.{js,md,yml,json}\" \"!package-lock.json\" \"!CHANGELOG.md\"" | ||
"eslint": "--ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,site,scripts,test,cypress}/**/*.{js,jsx,html}\" --ignore-pattern \"test/fixtures/**/*\"", | ||
"prettier": "--ignore-path .gitignore --loglevel warn \"{src,site,scripts,test,cypress}/**/*.js\" \"*.{js,md,yml,json}\" \"!package-lock.json\" \"!CHANGELOG.md\"" | ||
}, | ||
@@ -96,3 +100,5 @@ "dependencies": { | ||
"cpy-cli": "^3.1.1", | ||
"cypress": "^6.5.0", | ||
"del": "^5.1.0", | ||
"eslint-plugin-cypress": "^2.11.2", | ||
"eslint-plugin-react": "^7.21.5", | ||
@@ -103,5 +109,8 @@ "execa": "^3.4.0", | ||
"husky": "^3.1.0", | ||
"is-ci": "^2.0.0", | ||
"node-static": "^0.7.11", | ||
"npm-run-all": "^4.1.5", | ||
"nyc": "^15.0.0", | ||
"path-browserify": "^1.0.1", | ||
"puppeteer": "^8.0.0", | ||
"react": "^17.0.1", | ||
@@ -108,0 +117,0 @@ "react-dom": "^17.0.1", |
Sorry, the diff of this file is too big to display
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
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
226088
29