@simplehealth/filterql
Advanced tools
Comparing version 0.6.0 to 0.7.0
{ | ||
"name": "@simplehealth/filterql", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "The FilterQL mini-language.", | ||
@@ -15,21 +15,3 @@ "license": "MIT", | ||
}, | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"actually-prepublish": "echo \"\\n\\nPlease run \\`bin/publish.sh <options>\\` instead.\\n\\n\" && exit 2", | ||
"build": "./bin/build.sh", | ||
"check": "yarn run check:eslint && yarn run check:prettier", | ||
"check:eslint": "eslint --report-unused-disable-directives src", | ||
"check:prettier": "prettier --list-different 'src/**/*.js'", | ||
"clean": "rimraf dist", | ||
"fix": "yarn run fix:prettier", | ||
"fix:prettier": "prettier --write 'src/**/*.js'", | ||
"prepublish": "in-publish && yarn run actually-prepublish || not-in-publish", | ||
"test": "yarn run clean && yarn run test:flow && yarn run test:jest && yarn run check", | ||
"test:flow": "flow check", | ||
"test:jest": "jest --coverage", | ||
"watch": "jest --watch" | ||
}, | ||
"files": [ | ||
"dist/" | ||
], | ||
"main": "./index.js", | ||
"keywords": [ | ||
@@ -39,39 +21,7 @@ "filterql" | ||
"dependencies": { | ||
"@simplehealth/toolkit": "^0.5.0", | ||
"decoders": "^2.0.0-beta7" | ||
"@simplehealth/toolkit": "^0.5.1", | ||
"decoders": "^2.0.0-beta9" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.15.7", | ||
"@babel/core": "^7.15.5", | ||
"@babel/preset-env": "^7.15.6", | ||
"@babel/preset-flow": "^7.14.5", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.32.0", | ||
"eslint-plugin-flowtype": "^6.1.0", | ||
"flow-bin": "^0.161.0", | ||
"flow-copy-source": "^2.0.9", | ||
"flow-typed": "^3.3.1", | ||
"in-publish": "^2.0.1", | ||
"jest": "^27.2.4", | ||
"prettier": "^2.4.1", | ||
"prettier-plugin-package": "^1.3.0", | ||
"rimraf": "^3.0.2" | ||
}, | ||
"githubUrl": "https://github.com/SimpleContacts/filterql", | ||
"jest": { | ||
"coverageThreshold": { | ||
"global": { | ||
"statements": 100, | ||
"branches": 100, | ||
"functions": 100, | ||
"lines": 100 | ||
} | ||
}, | ||
"testPathIgnorePatterns": [ | ||
"node_modules", | ||
"fixtures.js", | ||
".skip.js" | ||
] | ||
}, | ||
"sideEffects": 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
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
0
915
55465
12
Updated@simplehealth/toolkit@^0.5.1
Updateddecoders@^2.0.0-beta9