Skip to content

Commit b6b8b2d

Browse files
committed
massive upgrade
1 parent 4fd4be7 commit b6b8b2d

File tree

9 files changed

+7
-8
lines changed

9 files changed

+7
-8
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import HookHubService from './HookHub'
22
import merge from 'lodash/fp/merge';
33
import { Method, HOOK_NAME, PUBLIC_EVENTS, STATE } from './Fixed';
4-
import { _hasFiles, _objectToFormData, _isObjEmpty } from './helper/util';
5-
import { _hasProperty } from "./helper/util";
4+
import { _hasFiles, _objectToFormData, _isObjEmpty, _hasProperty } from './../helper/util';
65
import NetworkRequest from "./Network";
76
import { _composeConfig, _injectCancelSignal } from './RequestConfigure';
87

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { HOOK_NAME, PUBLIC_EVENTS } from './Fixed'
2-
import { dispatch } from './helper/util'
2+
import { dispatch } from './../helper/util'
33
import StateHub from './State';
44

55
export default class Hook {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { _hasProperty } from "./helper/util";
1+
import { _hasProperty } from "./../helper/util";
22
import { HOOK_NAME } from "./Fixed";
33
import Hook from './Hook'
44

resources/js/RequestConfigure.js renamed to resources/js/Aquastrap/RequestConfigure.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { _hasProperty, _hasFiles, _objectToFormData } from './helper/util';
1+
import { _hasProperty, _hasFiles, _objectToFormData } from './../helper/util';
22
import { Method, HOOK_NAME } from './Fixed';
33
import merge from 'lodash/fp/merge';
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { _hasProperty } from "./helper/util";
1+
import { _hasProperty } from "./../helper/util";
22
import { HOOK_NAME, STATE } from './Fixed'
33

44
export default class State {

resources/js/Laravel-Aquastrap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { _hasProperty, _isObjEmpty, mimeTypeToExt, dispatch } from "../js/helper/util";
2-
import Aquastrap from "./Aquastrap";
2+
import Aquastrap from "./Aquastrap/Aquastrap";
33

44
const STATES = Object.freeze({
55
errors: {},

resources/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Aquastrap from './Aquastrap'
1+
import Aquastrap from './Aquastrap/Aquastrap'
22
import LaraAquastrap from './Laravel-Aquastrap'
33

44
window._Aquastrap = Aquastrap

0 commit comments

Comments
 (0)