react-cosmos-shared
Advanced tools
Comparing version 4.6.0 to 4.6.1
// @flow | ||
exports.importModule = require('./src/import-module').importModule; | ||
exports.splitUnserializableParts = require('./src/unserializable-parts').splitUnserializableParts; | ||
exports.getOldSchoolFixturesFromNewStyleComponents = require('./src/fixtures-format').getOldSchoolFixturesFromNewStyleComponents; | ||
exports.getNormalizedFixtureModules = require('./src/fixtures-format').getNormalizedFixtureModules; | ||
exports.importModule = require('./dist/import-module').importModule; | ||
exports.splitUnserializableParts = require('./dist/unserializable-parts').splitUnserializableParts; | ||
exports.getOldSchoolFixturesFromNewStyleComponents = require('./dist/fixtures-format').getOldSchoolFixturesFromNewStyleComponents; | ||
exports.getNormalizedFixtureModules = require('./dist/fixtures-format').getNormalizedFixtureModules; |
{ | ||
"name": "react-cosmos-shared", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "Libs shared between React Cosmos packages", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-cosmos-shared", |
// @flow | ||
exports.proxyPropTypes = require('./src/react/proxy-prop-types').proxyPropTypes; | ||
exports.proxyPropTypes = require('./dist/react/proxy-prop-types').proxyPropTypes; |
// @flow | ||
exports.moduleExists = require('./src/server/module-exists').moduleExists; | ||
exports.resolveUserPath = require('./src/server/resolve-user-path').resolveUserPath; | ||
exports.moduleExists = require('./dist/server/module-exists').moduleExists; | ||
exports.resolveUserPath = require('./dist/server/resolve-user-path').resolveUserPath; | ||
@@ -6,0 +6,0 @@ exports.defaultFileMatch = [ |
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
9724