Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/improvement/ARSN-362-implicitDen…
Browse files Browse the repository at this point in the history
…y' into w/7.70/improvement/ARSN-362-implicitDeny
  • Loading branch information
benzekrimaha committed Oct 30, 2023
2 parents c34ad0d + fbf5562 commit 90ab985
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"engines": {
"node": ">=16"
},
"version": "7.70.12",
"version": "7.70.13",
"description": "Common utilities for the S3 project components",
"main": "build/index.js",
"repository": {
Expand Down Expand Up @@ -79,11 +79,10 @@
"lint": "eslint $(git ls-files '*.js')",
"lint_md": "mdlint $(git ls-files '*.md')",
"lint_yml": "yamllint $(git ls-files '*.yml')",
"test": "jest tests/unit",
"test": "jest tests/unit/policyEvaluator.spec.js",
"build": "tsc",
"prepare": "yarn build",
"ft_test": "jest tests/functional --testTimeout=120000 --forceExit",
"build_doc": "cd documentation/listingAlgos/pics; dot -Tsvg delimiterVersionsStateChart.dot > delimiterVersionsStateChart.svg"
"ft_test": "jest tests/functional --testTimeout=120000 --forceExit"
},
"private": true,
"jest": {
Expand Down

0 comments on commit 90ab985

Please sign in to comment.