react-i13n
Advanced tools
Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2
@@ -97,1 +97,2 @@ 'use strict'; | ||
exports.default = Dashboard; | ||
module.exports = exports.default; |
@@ -57,1 +57,2 @@ 'use strict'; | ||
exports.default = DashboardContainer; | ||
module.exports = exports.default; |
@@ -42,1 +42,2 @@ 'use strict'; | ||
exports.default = DashboardItem; | ||
module.exports = exports.default; |
@@ -39,1 +39,2 @@ 'use strict'; | ||
exports.default = DashboardTitle; | ||
module.exports = exports.default; |
@@ -40,1 +40,2 @@ 'use strict'; | ||
exports.default = TriggerNode; | ||
module.exports = exports.default; |
@@ -20,1 +20,2 @@ 'use strict'; | ||
exports.default = I13nAnchor; | ||
module.exports = exports.default; |
@@ -20,1 +20,2 @@ 'use strict'; | ||
exports.default = I13nButton; | ||
module.exports = exports.default; |
@@ -19,1 +19,2 @@ 'use strict'; | ||
exports.default = I13nDiv; | ||
module.exports = exports.default; |
@@ -130,1 +130,2 @@ 'use strict'; | ||
exports.default = clickHandler; | ||
module.exports = exports.default; |
@@ -597,1 +597,2 @@ 'use strict'; | ||
exports.default = pickSpecs; | ||
module.exports = exports.default; |
@@ -161,1 +161,2 @@ 'use strict'; | ||
exports.default = DebugDashboard; | ||
module.exports = exports.default; |
@@ -93,1 +93,2 @@ 'use strict'; | ||
exports.default = EventsQueue; | ||
module.exports = exports.default; |
@@ -332,1 +332,2 @@ 'use strict'; | ||
exports.default = I13nNode; | ||
module.exports = exports.default; |
@@ -260,1 +260,2 @@ 'use strict'; | ||
exports.default = ReactI13n; | ||
module.exports = exports.default; |
@@ -32,1 +32,2 @@ 'use strict'; | ||
exports.default = augmentComponent; | ||
module.exports = exports.default; |
@@ -131,1 +131,2 @@ 'use strict'; | ||
exports.default = createI13nNode; | ||
module.exports = exports.default; |
@@ -9,1 +9,2 @@ 'use strict'; | ||
exports.default = isUndefined; | ||
module.exports = exports.default; |
@@ -116,1 +116,2 @@ 'use strict'; | ||
exports.default = setupI13n; | ||
module.exports = exports.default; |
@@ -15,1 +15,2 @@ 'use strict'; | ||
exports.default = warnAndPrintTrace; | ||
module.exports = exports.default; |
@@ -35,3 +35,3 @@ // jscs:disable maximumLineLength | ||
dist: 'dist', | ||
distES: 'dist/es', | ||
distES: 'dist-es', | ||
unit: 'tests/unit', | ||
@@ -88,3 +88,3 @@ functional: 'tests/functional', | ||
sourceMap: false, | ||
plugins: ['dynamic-import-node', 'syntax-dynamic-import'], | ||
plugins: ['dynamic-import-node', 'syntax-dynamic-import', 'add-module-exports'], | ||
presets: [ | ||
@@ -114,3 +114,3 @@ [ | ||
sourceMap: false, | ||
plugins: ['dynamic-import-node', 'syntax-dynamic-import'], | ||
plugins: ['dynamic-import-node', 'syntax-dynamic-import', 'add-module-exports'], | ||
presets: [ | ||
@@ -117,0 +117,0 @@ [ |
@@ -6,11 +6,11 @@ // eslint-disble | ||
*/ | ||
import I13nNodeLib from './dist/es/libs/I13nNode'; | ||
import ReactI13nLib from './dist/es/libs/ReactI13n'; | ||
import I13nNodeLib from './dist-es/libs/I13nNode'; | ||
import ReactI13nLib from './dist-es/libs/ReactI13n'; | ||
import createI13nNodeLib from './dist/es/utils/createI13nNode'; | ||
import setupI13nLib from './dist/es/utils/setupI13n'; | ||
import createI13nNodeLib from './dist-es/utils/createI13nNode'; | ||
import setupI13nLib from './dist-es/utils/setupI13n'; | ||
import I13nAnchorLib from './dist/es/components/I13nAnchor'; | ||
import I13nButtonLib from './dist/es/components/I13nButton'; | ||
import I13nDivLib from './dist/es/components/I13nDiv'; | ||
import I13nAnchorLib from './dist-es/components/I13nAnchor'; | ||
import I13nButtonLib from './dist-es/components/I13nButton'; | ||
import I13nDivLib from './dist-es/components/I13nDiv'; | ||
@@ -17,0 +17,0 @@ // Core libraries |
{ | ||
"name": "react-i13n", | ||
"description": "React I13n provides a performant and scalable solution to application instrumentation.", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-alpha.2", | ||
"main": "index.js", | ||
@@ -30,2 +30,3 @@ "module": "index.es.js", | ||
"babel-loader": "^8.0.5", | ||
"babel-plugin-add-module-exports": "^1.0.0", | ||
"babel-plugin-dynamic-import-node": "^2.2.0", | ||
@@ -32,0 +33,0 @@ "babel-plugin-syntax-dynamic-import": "^6.18.0", |
Sorry, the diff of this file is not supported yet
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
166476
4135
44