vue-request
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -5,2 +5,8 @@ # Changelog | ||
### [1.2.3](https://github.com/attojs/vue-request/compare/v1.2.2...v1.2.3) (2021-10-12) | ||
### Bug Fixes | ||
- Fix incorrect import path [#71](https://github.com/attojs/vue-request/issues/71) ([#72](https://github.com/attojs/vue-request/issues/72)) ([2926510](https://github.com/attojs/vue-request/commit/2926510db896205bdaf597bb5b28d8c9efcbffdd)) | ||
### [1.2.2](https://github.com/attojs/vue-request/compare/v1.2.1...v1.2.2) (2021-10-06) | ||
@@ -7,0 +13,0 @@ |
@@ -5,2 +5,8 @@ # Changelog | ||
### [1.2.3](https://github.com/attojs/vue-request/compare/v1.2.2...v1.2.3) (2021-10-12) | ||
### Bug Fixes | ||
- 修复错误的 import 路径 [#71](https://github.com/attojs/vue-request/issues/71) ([#72](https://github.com/attojs/vue-request/issues/72)) ([2926510](https://github.com/attojs/vue-request/commit/2926510db896205bdaf597bb5b28d8c9efcbffdd)) | ||
### [1.2.2](https://github.com/attojs/vue-request/compare/v1.2.1...v1.2.2) (2021-10-06) | ||
@@ -7,0 +13,0 @@ |
@@ -1,4 +0,4 @@ | ||
import type { LoadMoreExtendsOption } from 'src/useLoadMore'; | ||
import type { PaginationExtendsOption } from 'src/usePagination'; | ||
import type { Ref, WatchSource } from 'vue'; | ||
import type { LoadMoreExtendsOption } from '../useLoadMore'; | ||
import type { PaginationExtendsOption } from '../usePagination'; | ||
import type { UnWrapRefObject } from './utils/types'; | ||
@@ -5,0 +5,0 @@ export interface BaseResult<R, P extends unknown[]> extends QueryState<R, P> { |
{ | ||
"name": "vue-request", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Vue 3 composition API for data fetching, supports SWR, polling, error retry, cache request, pagination and other cool features.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
130141