bahai-reflib-data
Advanced tools
Comparing version 0.9.2 to 0.9.3
# CHANGES for `bahai-reflib-data` | ||
## 0.9.3 | ||
- fix: strip the slash in joined URL for sake of precise permission | ||
requirements in Chrome extension | ||
## 0.9.2 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "bahai-reflib-data", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"author": "Brett Zamir <brettz9@yahoo.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [], |
@@ -10,4 +10,7 @@ /* eslint-env browser -- Browser */ | ||
const __dirname = new URL('.', import.meta.url).pathname; | ||
const dataDir = join(__dirname, 'data'); | ||
// Strip the slash for sake of precise permission requirements in | ||
// Chrome extension | ||
const dataDir = join(__dirname.replace(/\/$/u, ''), 'data'); | ||
setDataDir(dataDir); | ||
@@ -14,0 +17,0 @@ setJoin(join); |
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
8449071
327613