@squiz/db-lib 1.56.1-alpha.3 → 1.56.1-alpha.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build.js +0 -2
- package/lib/index.js +1 -1
- package/lib/index.js.map +2 -2
- package/package.json +5 -5
- package/test.env +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/.npm/_logs/2023-11-06T00_19_34_421Z-debug-0.log +0 -37
package/build.js
CHANGED
package/lib/index.js
CHANGED
@@ -49567,7 +49567,7 @@ var require_parseCacheControl = __commonJS({
|
|
49567
49567
|
const trimmedValue = value !== void 0 ? value.trim() : void 0;
|
49568
49568
|
const strippedValue = trimQuotes(trimmedValue);
|
49569
49569
|
const parsedValue = parseIntOrString(strippedValue, trimmedKey);
|
49570
|
-
result[trimmedKey] = parsedValue;
|
49570
|
+
result[`${trimmedKey}`] = parsedValue;
|
49571
49571
|
}
|
49572
49572
|
return result;
|
49573
49573
|
}
|