@pinia-orm/axios-edge
Advanced tools
Comparing version 1.9.0-28582911.bbf7a93 to 1.9.0-28583149.676ad48
@@ -157,3 +157,3 @@ import { AxiosRequestConfig, AxiosResponse, AxiosInstance } from 'axios'; | ||
declare function useAxiosApi(repository: AxiosRepository): Request; | ||
declare function useAxiosApi(repository: AxiosRepository<any>): Request; | ||
@@ -160,0 +160,0 @@ declare function useAxiosRepo<M extends Model>(model: M): AxiosRepository<Model>; |
{ | ||
"name": "@pinia-orm/axios-edge", | ||
"version": "1.9.0-28582911.bbf7a93", | ||
"version": "1.9.0-28583149.676ad48", | ||
"description": "Axios plugin for pinia-orm", | ||
@@ -46,3 +46,3 @@ "bugs": { | ||
"axios": ">=1.6.8", | ||
"pinia-orm": "npm:pinia-orm-edge@1.9.0-28582911.bbf7a93", | ||
"pinia-orm": "npm:pinia-orm-edge@1.9.0-28583149.676ad48", | ||
"pinia": ">=2.1.7" | ||
@@ -59,3 +59,3 @@ }, | ||
"pinia": "^2.1.7", | ||
"pinia-orm": "npm:pinia-orm-edge@1.9.0-28582911.bbf7a93", | ||
"pinia-orm": "npm:pinia-orm-edge@1.9.0-28583149.676ad48", | ||
"size-limit": "^11.1.2", | ||
@@ -62,0 +62,0 @@ "typescript": "^5.4.5", |
Sorry, the diff of this file is not supported yet
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
42575