@bettercorp/service-base-plugin-betterportal
Advanced tools
Comparing version 1.6.2-rc.0 to 1.6.2
@@ -200,3 +200,3 @@ "use strict"; | ||
}); | ||
await this.fastify.get(`/bpui/lib/${libName.name.split(".")[0]}(\.js||)`, async (reply, params, query, req) => await libRequestListener(libName.name, reply, req)); | ||
await this.fastify.get(`/bpui/lib/${libName.name.split(".")[0]}`, async (reply, params, query, req) => await libRequestListener(libName.name, reply, req)); | ||
} | ||
@@ -203,0 +203,0 @@ } |
@@ -19,3 +19,3 @@ { | ||
"main": "lib/index.js", | ||
"version": "1.6.2-rc.0", | ||
"version": "1.6.2", | ||
"bsb_project": true, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
98285