@jack-henry/web-component-router
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -324,6 +324,6 @@ /** | ||
// Entry callbacks | ||
if (ctx.path !== this.current) { | ||
ctx.handled = false; | ||
} | ||
for (const fn of this.callbacks) { | ||
if (ctx.path !== this.current) { | ||
ctx.handled = false; | ||
} | ||
await new Promise((resolve) => fn(ctx, resolve)); | ||
@@ -330,0 +330,0 @@ } |
{ | ||
"name": "@jack-henry/web-component-router", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Web Components Router", | ||
@@ -10,2 +10,3 @@ "main": "router.js", | ||
"*.js", | ||
"*.mixin.ts", | ||
"*.d.ts", | ||
@@ -16,4 +17,5 @@ "package.json", | ||
"scripts": { | ||
"build": "tsc", | ||
"clean": "rimraf './lib/**/*.d.ts' && rimraf './*.d.ts'", | ||
"build": "tsc && yarn build:ts", | ||
"build:ts": "tsc --project tsconfig.buildts.json", | ||
"clean": "rimraf './lib/**/*.d.ts' && rimraf './*.d.ts' && rimraf './lib/*.mixin.js'", | ||
"prepublish": "yarn clean && yarn build", | ||
@@ -45,2 +47,3 @@ "test": "karma start test/karma.config.cjs --single-run" | ||
"karma": "^6.x", | ||
"lit": "^3.1.3", | ||
"karma-chrome-launcher": "^3.2.0", | ||
@@ -50,3 +53,6 @@ "karma-jasmine": "5.x", | ||
"typescript": "^5.2.2" | ||
}, | ||
"peerDependencies": { | ||
"lit":"^3.1.3" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
127311
22
2882
0
2
8