@frontity/file-settings
Advanced tools
Comparing version 1.1.6 to 1.1.7
# Change Log | ||
## 1.1.7 | ||
### Patch Changes | ||
- [`5f329dab`](https://github.com/frontity/frontity/commit/5f329dabe9d67d0b3664938865491674ef798433) [#655](https://github.com/frontity/frontity/pull/655) Thanks [@mburridge](https://github.com/mburridge)! - Fix broken links in README files. | ||
## 1.1.6 | ||
@@ -4,0 +10,0 @@ |
@@ -12,3 +12,3 @@ import { NormalizedSettings } from "../types"; | ||
}; | ||
declare const _default: ({ name, url }: Props) => Promise<NormalizedSettings<import("../types").NormalizedPackage>>; | ||
declare const _default: ({ name, url }: Props) => Promise<NormalizedSettings>; | ||
export default _default; |
import { NormalizedSettings } from "../types"; | ||
declare const _default: () => Promise<NormalizedSettings<import("../types").NormalizedPackage>[]>; | ||
declare const _default: () => Promise<NormalizedSettings[]>; | ||
export default _default; |
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) { | ||
Object.defineProperty(o, "default", { enumerable: true, value: v }); | ||
}) : function(o, v) { | ||
o["default"] = v; | ||
}); | ||
var __importStar = (this && this.__importStar) || function (mod) { | ||
if (mod && mod.__esModule) return mod; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; | ||
result["default"] = mod; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
return result; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -13,0 +25,0 @@ const normalizeSettings_1 = __importDefault(require("./normalizeSettings")); |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAllSites = exports.getSettings = void 0; | ||
var getSettings_1 = require("./getSettings"); | ||
exports.getSettings = getSettings_1.default; | ||
Object.defineProperty(exports, "getSettings", { enumerable: true, get: function () { return __importDefault(getSettings_1).default; } }); | ||
var getAllSites_1 = require("./getAllSites"); | ||
exports.getAllSites = getAllSites_1.default; | ||
Object.defineProperty(exports, "getAllSites", { enumerable: true, get: function () { return __importDefault(getAllSites_1).default; } }); | ||
__exportStar(require("../types"), exports); |
import { NormalizedSettings } from "../types"; | ||
import Settings from "@frontity/types/src/settings"; | ||
declare const normalizeSettings: (settings: Settings<import("@frontity/types").Package>) => NormalizedSettings<import("../types").NormalizedPackage>[]; | ||
declare const normalizeSettings: (settings: Settings) => NormalizedSettings[]; | ||
export default normalizeSettings; |
import { Settings } from "@frontity/types"; | ||
declare const _default: (settings: Settings<import("@frontity/types").Package>) => void; | ||
declare const _default: (settings: Settings) => void; | ||
export default _default; |
{ | ||
"name": "@frontity/file-settings", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "A settings package for Frontity that uses a frontity.settings.js file.", | ||
@@ -21,2 +21,3 @@ "homepage": "https://github.com/frontity/frontity", | ||
"scripts": { | ||
"preinstall": "node -e \"console.error('Please run \\'npm install\\' in the root.\\n'); process.exit(1);\"", | ||
"test:ci": "../../node_modules/.bin/jest --ci --coverage", | ||
@@ -29,8 +30,8 @@ "test": "../../node_modules/.bin/jest --watch", | ||
"dependencies": { | ||
"ramda": "^0.26.1" | ||
"ramda": "^0.27.1" | ||
}, | ||
"devDependencies": { | ||
"@frontity/types": "^1.4.1", | ||
"@types/ramda": "0.26.33" | ||
"@frontity/types": "^1.7.0", | ||
"@types/ramda": "^0.27.32" | ||
} | ||
} |
@@ -18,4 +18,4 @@ # `@frontity/file-settings` | ||
- [Open Source Community](#open-source-community) | ||
* [Channels](#channels) | ||
* [Get involved](#get-involved) | ||
- [Channels](#channels) | ||
- [Get involved](#get-involved) | ||
@@ -32,5 +32,5 @@ <!-- tocstop --> | ||
Have a look at the latest updates of this package in the [CHANGELOG](https://github.com/frontity/frontity/blob/dev/packages/file-settings/CHANGELOG.md) | ||
Have a look at the latest updates of this package in the [CHANGELOG](CHANGELOG.md) | ||
*** | ||
--- | ||
@@ -45,8 +45,9 @@ ## Open Source Community | ||
- **📖 [Docs](https://docs.frontity.org/):** Frontity's primary documentation resource - this is the place to learn how to build amazing sites with Frontity. | ||
* **👨👩👧👦 [Community forum](https://community.frontity.org/):** join Frontity's forum and ask questions, share your knowledge, give feedback and meet other cool Frontity people. We'd love to know about what you're building with Frontity, so please do swing by the [forum](https://community.frontity.org/) and tell us about your projects. | ||
* **🐞 Contribute:** Frontity uses [GitHub](https://github.com/frontity/frontity) for bugs and pull requests. Check out the [Contributing](../contributing/) section to find out how you can help develop Frontity, or improve this documentation. | ||
* **🗣 Social media**: interact with other Frontity users. Reach out to the Frontity team on [Twitter](https://twitter.com/frontity). Mention us in your tweets about Frontity and what you're building by using **`@frontity`**. | ||
* 💌 **Newsletter:** do you want to receive the latest news about Frontity and find out as soon as there's an update to the framework? Subscribe to our [newsletter](https://frontity.org/#newsletter). | ||
- **📖 [Docs](https://docs.frontity.org/):** Frontity's primary documentation resource - this is the place to learn how to build amazing sites with Frontity. | ||
* **👨👩👧👦 [Community forum](https://community.frontity.org/):** join Frontity's forum and ask questions, share your knowledge, give feedback and meet other cool Frontity people. We'd love to know about what you're building with Frontity, so please do swing by the [forum](https://community.frontity.org/) and tell us about your projects. | ||
* **🐞 Contribute:** Frontity uses [GitHub](https://github.com/frontity/frontity) for bugs and pull requests. Check out the [Contributing](../../CONTRIBUTING.md/) section to find out how you can help develop Frontity, or improve this documentation. | ||
* **🗣 Social media**: interact with other Frontity users. Reach out to the Frontity team on [Twitter](https://twitter.com/frontity). Mention us in your tweets about Frontity and what you're building by using **`@frontity`**. | ||
* 💌 **Newsletter:** do you want to receive the latest news about Frontity and find out as soon as there's an update to the framework? Subscribe to our [newsletter](https://frontity.org/newsletter). | ||
### Get involved | ||
@@ -60,2 +61,2 @@ | ||
If you would like to start contributing to the code please open a pull request to address one of our [*good first issues*](https://github.com/frontity/frontity/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). | ||
If you would like to start contributing to the code please open a pull request to address one of our [_good first issues_](https://github.com/frontity/frontity/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38655
957
59
0
1
+ Addedramda@0.27.2(transitive)
- Removedramda@0.26.1(transitive)
Updatedramda@^0.27.1