@nteract/mythic-configuration
Advanced tools
Comparing version
import { List } from "immutable"; | ||
import { ConfigurationOption, ConfigurationOptionDefinition, ConfigurationOptionDeprecatedDefinition, HasPrivateConfigurationState } from "./types"; | ||
export { setConfigFile } from "./backends/filesystem"; | ||
export { configuration } from "./package"; | ||
@@ -5,0 +4,0 @@ export { setConfigAtKey } from "./myths/set-config-at-key"; |
@@ -18,4 +18,2 @@ "use strict"; | ||
const package_1 = require("./package"); | ||
var filesystem_1 = require("./backends/filesystem"); | ||
Object.defineProperty(exports, "setConfigFile", { enumerable: true, get: function () { return filesystem_1.setConfigFile; } }); | ||
var package_2 = require("./package"); | ||
@@ -22,0 +20,0 @@ Object.defineProperty(exports, "configuration", { enumerable: true, get: function () { return package_2.configuration; } }); |
{ | ||
"name": "@nteract/mythic-configuration", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A configuration system based on the myths redux framework", | ||
@@ -17,3 +17,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@nteract/myths": "^0.2.8", | ||
"@nteract/myths": "^0.2.9", | ||
"fs-observable": "^4.1.14" | ||
@@ -23,3 +23,3 @@ }, | ||
"license": "BSD-3-Clause", | ||
"gitHead": "9a62b6ae6d5a3371d39cb6ae796e280e0de290e5" | ||
"gitHead": "a5dd7d6cfe139a6e5bf9f78e60ceaeffc97958a5" | ||
} |
@@ -7,3 +7,2 @@ import { isImmutable, List } from "immutable"; | ||
export { setConfigFile } from "./backends/filesystem" | ||
export { configuration } from "./package"; | ||
@@ -128,2 +127,2 @@ export { setConfigAtKey } from "./myths/set-config-at-key" | ||
}))); | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
869988
-0.05%720
-0.69%+ Added
- Removed
Updated