@gasket/plugin-lifecycle
Advanced tools
Comparing version 6.36.1 to 6.38.0
{ | ||
"name": "@gasket/plugin-lifecycle", | ||
"version": "6.36.1", | ||
"version": "6.38.0", | ||
"description": "Allows a gasket/ directory to be used for lifecycle hooks in applications.", | ||
@@ -12,5 +12,5 @@ "main": "lib", | ||
"lint:fix": "npm run lint -- --fix", | ||
"test": "npm run test:runner", | ||
"test:runner": "mocha test/plugin.test.js", | ||
"test:coverage": "nyc --reporter=text --reporter=json-summary npm run test:runner", | ||
"test": "cross-env NODE_OPTIONS='--unhandled-rejections=strict' jest", | ||
"test:watch": "jest --watch", | ||
"test:coverage": "jest --coverage", | ||
"posttest": "npm run lint" | ||
@@ -44,15 +44,15 @@ }, | ||
"devDependencies": { | ||
"@gasket/engine": "^6.36.1", | ||
"assume": "^2.3.0", | ||
"@gasket/engine": "^6.38.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.7.0", | ||
"eslint-config-godaddy": "^6.0.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-mocha": "^10.0.3", | ||
"eslint-plugin-unicorn": "^44.0.0", | ||
"mocha": "^10.0.0", | ||
"nyc": "^15.1.0" | ||
"jest": "^29.3.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"godaddy" | ||
"godaddy", | ||
"plugin:jest/recommended" | ||
], | ||
@@ -66,3 +66,8 @@ "plugins": [ | ||
}, | ||
"gitHead": "f7112c146cc51335e311636f34e94307f488d2a6" | ||
"jest": { | ||
"testPathIgnorePatterns": [ | ||
"fixtures" | ||
] | ||
}, | ||
"gitHead": "bd5dca4b0de093e274845e98bf77a0e0fbe2b711" | ||
} |
6485
8