@goldfishjs/composition-api
Advanced tools
Comparing version 0.0.16 to 0.0.17
{ | ||
"name": "@goldfishjs/composition-api", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "goldfish-composition-api", | ||
@@ -11,5 +11,4 @@ "main": "lib/index.js", | ||
"build": "rm -rf ./types && rm -rf ./lib && gulp ts", | ||
"lint": "tslint ./src/**", | ||
"ci": "npm run test", | ||
"release": "npm run test && npm run lint && npm run build && npm publish" | ||
"release": "npm run test && npm run build && npm publish" | ||
}, | ||
@@ -20,7 +19,7 @@ "keywords": [], | ||
"dependencies": { | ||
"@goldfishjs/core": "^0.0.16", | ||
"@goldfishjs/plugins": "^0.0.16", | ||
"@goldfishjs/reactive": "^0.0.16", | ||
"@goldfishjs/reactive-connect": "^0.0.16", | ||
"@goldfishjs/utils": "^0.0.16", | ||
"@goldfishjs/core": "^0.0.17", | ||
"@goldfishjs/plugins": "^0.0.17", | ||
"@goldfishjs/reactive": "^0.0.17", | ||
"@goldfishjs/reactive-connect": "^0.0.17", | ||
"@goldfishjs/utils": "^0.0.17", | ||
"mini-types": "^0.1.0" | ||
@@ -39,6 +38,3 @@ }, | ||
"merge2": "^1.3.0", | ||
"ts-jest": "^23.10.2", | ||
"tslint": "^5.11.0", | ||
"tslint-config-airbnb": "^5.11.0", | ||
"typescript": "^3.7.2" | ||
"ts-jest": "^23.10.2" | ||
}, | ||
@@ -45,0 +41,0 @@ "types": "./types/index.d.ts", |
@@ -1,2 +0,1 @@ | ||
import CommonSetup from './setup/CommonSetup'; | ||
import { watchDeep } from '@goldfishjs/reactive'; | ||
@@ -3,0 +2,0 @@ import { getMiniDataSetter } from '@goldfishjs/reactive-connect'; |
@@ -20,3 +20,3 @@ import Setup from './Setup'; | ||
public addFetchInitDataMethod(fn: () => Promise<void>, isAsync: boolean = true) { | ||
public addFetchInitDataMethod(fn: () => Promise<void>, isAsync = true) { | ||
const fetchInitDataMethod = this.fetchInitDataMethod; | ||
@@ -23,0 +23,0 @@ if (fetchInitDataMethod) { |
@@ -9,3 +9,3 @@ import CommonSetup from './setup/CommonSetup'; | ||
fn: () => Promise<void>, | ||
isAsync: boolean = true, | ||
isAsync = true, | ||
) { | ||
@@ -12,0 +12,0 @@ checkSetupEnv('useFetchInitData', ['page', 'app', 'component']); |
11
84062
2289
+ Added@goldfishjs/bridge@0.0.17(transitive)
+ Added@goldfishjs/core@0.0.17(transitive)
+ Added@goldfishjs/plugins@0.0.17(transitive)
+ Added@goldfishjs/reactive@0.0.17(transitive)
+ Added@goldfishjs/reactive-connect@0.0.17(transitive)
+ Added@goldfishjs/requester@0.0.17(transitive)
+ Added@goldfishjs/route@0.0.17(transitive)
+ Added@goldfishjs/utils@0.0.17(transitive)
- Removed@goldfishjs/bridge@0.0.16(transitive)
- Removed@goldfishjs/core@0.0.16(transitive)
- Removed@goldfishjs/plugins@0.0.16(transitive)
- Removed@goldfishjs/reactive@0.0.16(transitive)
- Removed@goldfishjs/reactive-connect@0.0.16(transitive)
- Removed@goldfishjs/requester@0.0.16(transitive)
- Removed@goldfishjs/route@0.0.16(transitive)
- Removed@goldfishjs/utils@0.0.16(transitive)
Updated@goldfishjs/core@^0.0.17
Updated@goldfishjs/plugins@^0.0.17
Updated@goldfishjs/reactive@^0.0.17
Updated@goldfishjs/utils@^0.0.17