@pinia-orm/axios-edge 1.9.0-28582911.bbf7a93 → 1.9.0-28583149.676ad48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
@@ -154,7 +154,7 @@ declare class Request {
|
|
154
154
|
private createResponse;
|
155
155
|
}
|
156
156
|
|
157
|
-
declare function useAxiosApi(repository: AxiosRepository): Request;
|
157
|
+
declare function useAxiosApi(repository: AxiosRepository<any>): Request;
|
158
158
|
|
159
159
|
declare function useAxiosRepo<M extends Model>(model: M): AxiosRepository<Model>;
|
160
160
|
|
package/dist/index.d.mts
CHANGED
@@ -154,7 +154,7 @@ declare class Request {
|
|
154
154
|
private createResponse;
|
155
155
|
}
|
156
156
|
|
157
|
-
declare function useAxiosApi(repository: AxiosRepository): Request;
|
157
|
+
declare function useAxiosApi(repository: AxiosRepository<any>): Request;
|
158
158
|
|
159
159
|
declare function useAxiosRepo<M extends Model>(model: M): AxiosRepository<Model>;
|
160
160
|
|
package/dist/index.d.ts
CHANGED
@@ -154,7 +154,7 @@ declare class Request {
|
|
154
154
|
private createResponse;
|
155
155
|
}
|
156
156
|
|
157
|
-
declare function useAxiosApi(repository: AxiosRepository): Request;
|
157
|
+
declare function useAxiosApi(repository: AxiosRepository<any>): Request;
|
158
158
|
|
159
159
|
declare function useAxiosRepo<M extends Model>(model: M): AxiosRepository<Model>;
|
160
160
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pinia-orm/axios-edge",
|
3
|
-
"version": "1.9.0-
|
3
|
+
"version": "1.9.0-28583149.676ad48",
|
4
4
|
"description": "Axios plugin for pinia-orm",
|
5
5
|
"bugs": {
|
6
6
|
"url": "https://github.com/CodeDredd/pinia-orm/issues"
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"license": "MIT",
|
44
44
|
"peerDependencies": {
|
45
45
|
"axios": ">=1.6.8",
|
46
|
-
"pinia-orm": "npm:pinia-orm-edge@1.9.0-
|
46
|
+
"pinia-orm": "npm:pinia-orm-edge@1.9.0-28583149.676ad48",
|
47
47
|
"pinia": ">=2.1.7"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"axios-mock-adapter": "^1.22.0",
|
56
56
|
"eslint": "^9.2.0",
|
57
57
|
"pinia": "^2.1.7",
|
58
|
-
"pinia-orm": "npm:pinia-orm-edge@1.9.0-
|
58
|
+
"pinia-orm": "npm:pinia-orm-edge@1.9.0-28583149.676ad48",
|
59
59
|
"size-limit": "^11.1.2",
|
60
60
|
"typescript": "^5.4.5",
|
61
61
|
"unbuild": "^2.0.0",
|