Comparing version 1.0.1 to 1.0.2
let Promise = require('bluebird'); | ||
import actions from 'fengui/redux/actions'; | ||
import * as actions from 'fengui/redux/actions'; | ||
import {dispatch} from 'fengui/redux/store'; | ||
@@ -4,0 +4,0 @@ |
import React from 'react' | ||
import {connect} from 'react-redux' | ||
import actions from 'fengui/redux/actions' | ||
import * as actions from 'fengui/redux/actions' | ||
const mapStateToProps = (state) => { | ||
@@ -9,2 +10,3 @@ return { | ||
} | ||
const mapDispatchToProps = (dispatch) => { | ||
@@ -11,0 +13,0 @@ return { |
@@ -8,3 +8,3 @@ import React from "react"; | ||
import {dispatch} from 'fengui/redux/store'; | ||
import actions from 'fengui/redux/actions'; | ||
import * as actions from 'fengui/redux/actions'; | ||
@@ -11,0 +11,0 @@ let Paging = React.createClass({ |
import React from "react"; | ||
import FixedContent from "fengui/component/page/FixedContent"; | ||
import styles from "./AlertPopup.scss"; | ||
import actions from 'fengui/redux/actions'; | ||
import * as actions from 'fengui/redux/actions'; | ||
import {dispatch} from 'fengui/redux/store'; | ||
@@ -6,0 +6,0 @@ |
let Promise = require('bluebird'); | ||
import actions from 'fengui/redux/actions'; | ||
import * as actions from 'fengui/redux/actions'; | ||
import {dispatch} from 'fengui/redux/store'; | ||
@@ -4,0 +4,0 @@ import browserEnv from 'fengui/util/browserEnv'; |
@@ -5,3 +5,3 @@ import React from "react"; | ||
import styles from "./Toast.scss"; | ||
import actions from 'fengui/redux/actions'; | ||
import * as actions from 'fengui/redux/actions'; | ||
@@ -8,0 +8,0 @@ const Home = React.createClass({ |
{ | ||
"name": "fengui", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/fengjr", |
@@ -111,3 +111,1 @@ export const SET_VISITOR = 'SET_VISITOR'; | ||
} | ||
export default exports; |
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
108394
0
1857