@pinia-orm/axios-edge
Advanced tools
Comparing version 1.10.0-28684415.2eed564 to 1.10.0-28685624.29a91b0
import { AxiosRequestConfig, AxiosResponse, AxiosInstance } from 'axios'; | ||
import { Element, Model, Repository, Collection, Constructor, PiniaOrmPlugin } from 'pinia-orm'; | ||
import { Element, Model, Repository, Database, Collection, Constructor, PiniaOrmPlugin } from 'pinia-orm'; | ||
import { Pinia } from 'pinia'; | ||
@@ -33,4 +34,5 @@ type PersistMethods = 'save' | 'insert'; | ||
axios: AxiosInstance; | ||
globalApiConfig: any; | ||
globalApiConfig: GlobalConfig; | ||
apiConfig: Config; | ||
constructor(database: Database, pinia?: Pinia); | ||
api(): Request; | ||
@@ -37,0 +39,0 @@ setAxios(axios: AxiosInstance): this; |
{ | ||
"name": "@pinia-orm/axios-edge", | ||
"version": "1.10.0-28684415.2eed564", | ||
"version": "1.10.0-28685624.29a91b0", | ||
"description": "Axios plugin for pinia-orm", | ||
@@ -46,3 +46,3 @@ "bugs": { | ||
"axios": ">=1.7.2", | ||
"pinia-orm": "npm:pinia-orm-edge@1.10.0-28684415.2eed564", | ||
"pinia-orm": "npm:pinia-orm-edge@1.10.0-28685624.29a91b0", | ||
"pinia": ">=2.1.7" | ||
@@ -59,3 +59,3 @@ }, | ||
"pinia": "^2.1.7", | ||
"pinia-orm": "npm:pinia-orm-edge@1.10.0-28684415.2eed564", | ||
"pinia-orm": "npm:pinia-orm-edge@1.10.0-28685624.29a91b0", | ||
"size-limit": "^11.1.4", | ||
@@ -62,0 +62,0 @@ "typescript": "^5.5.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
43777
736