@poppinss/hooks
Advanced tools
Comparing version 7.1.1-3 to 7.1.1-4
export { Hooks as default } from './src/hooks.js'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -13,2 +13,1 @@ import { Runner } from './runner.js'; | ||
} | ||
//# sourceMappingURL=hooks.d.ts.map |
@@ -11,2 +11,1 @@ import { HookHandler, HookHandlerProvider } from './types.js'; | ||
} | ||
//# sourceMappingURL=runner.d.ts.map |
@@ -10,2 +10,1 @@ import type { Runner } from './runner.js'; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@poppinss/hooks", | ||
"version": "7.1.1-3", | ||
"version": "7.1.1-4", | ||
"description": "A no brainer hooks module for execute before/after lifecycle hooks", | ||
@@ -21,4 +21,5 @@ "main": "build/index.js", | ||
"pretest": "npm run lint", | ||
"test": "c8 npm run vscode:test", | ||
"test": "c8 npm run quick:test", | ||
"clean": "del-cli build", | ||
"typecheck": "tsc --noEmit", | ||
"compile": "npm run lint && npm run clean && tsc", | ||
@@ -32,3 +33,3 @@ "build": "npm run compile", | ||
"sync-labels": "github-label-sync --labels .github/labels.json poppinss/hooks", | ||
"vscode:test": "node --loader=ts-node/esm bin/test.ts" | ||
"quick:test": "node --loader=ts-node/esm bin/test.ts" | ||
}, | ||
@@ -42,14 +43,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@adonisjs/eslint-config": "^1.1.5", | ||
"@adonisjs/prettier-config": "^1.1.5", | ||
"@adonisjs/tsconfig": "^1.1.5", | ||
"@commitlint/cli": "^17.6.5", | ||
"@commitlint/config-conventional": "^17.6.5", | ||
"@japa/assert": "^1.4.1", | ||
"@japa/expect-type": "^1.0.3", | ||
"@japa/run-failed-tests": "^1.1.1", | ||
"@japa/runner": "^2.5.1", | ||
"@japa/spec-reporter": "^1.3.3", | ||
"@swc/core": "^1.3.66", | ||
"@types/node": "^20.3.1", | ||
"@adonisjs/eslint-config": "^1.1.6", | ||
"@adonisjs/prettier-config": "^1.1.6", | ||
"@adonisjs/tsconfig": "^1.1.6", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@japa/assert": "^2.0.0-1", | ||
"@japa/expect-type": "^2.0.0-0", | ||
"@japa/runner": "^3.0.0-2", | ||
"@swc/core": "^1.3.67", | ||
"@types/node": "^20.3.2", | ||
"c8": "^8.0.0", | ||
@@ -63,3 +62,3 @@ "del-cli": "^5.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -66,0 +65,0 @@ "repository": { |
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
19
14239
11