@frontity/file-settings
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.4](https://github.com/frontity/frontity/compare/@frontity/file-settings@1.1.3...@frontity/file-settings@1.1.4) (2019-10-02) | ||
### Bug Fixes | ||
* **typescript:** update to latest version ([a89b11c](https://github.com/frontity/frontity/commit/a89b11c)) | ||
## [1.1.3](https://github.com/frontity/frontity/compare/@frontity/file-settings@1.1.2...@frontity/file-settings@1.1.3) (2019-09-10) | ||
@@ -8,0 +19,0 @@ |
@@ -7,4 +7,6 @@ "use strict"; | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) if (e.indexOf(p[i]) < 0) | ||
t[p[i]] = s[p[i]]; | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
@@ -30,4 +32,4 @@ }; | ||
var { packages } = _a, settings = __rest(_a, ["packages"]); | ||
return (Object.assign({}, mergeDeepRight_1.default(defaultSettings, settings), { packages: packages.map(pkg => typeof pkg === "string" | ||
? Object.assign({}, defaultPackage, { name: pkg }) : Object.assign({}, defaultPackage, pkg)) })); | ||
return (Object.assign(Object.assign({}, mergeDeepRight_1.default(defaultSettings, settings)), { packages: packages.map(pkg => typeof pkg === "string" | ||
? Object.assign(Object.assign({}, defaultPackage), { name: pkg }) : Object.assign(Object.assign({}, defaultPackage), pkg)) })); | ||
}; | ||
@@ -34,0 +36,0 @@ // This function normalizes the imported settings. |
{ | ||
"name": "@frontity/file-settings", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "file settings package", | ||
@@ -35,3 +35,3 @@ "author": "Eduardo Campaña <asrielo@gmail.com>", | ||
"devDependencies": { | ||
"@frontity/types": "^1.1.1", | ||
"@frontity/types": "^1.1.2", | ||
"@types/jest": "^24.0.11", | ||
@@ -41,5 +41,5 @@ "@types/ramda": "^0.26.6", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.4.5" | ||
"typescript": "^3.6.3" | ||
}, | ||
"gitHead": "f9ef0dfa9501279d02da6f6da7a3a5f5849c4b7b" | ||
"gitHead": "470f4d8a3d8f4575551151190849fd28ffe6b3a4" | ||
} |
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
29195
289