File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3333 "unstorage" : " node jiti src/cli.ts"
3434 },
3535 "dependencies" : {
36- "ofetch" : " ^1.4.1" ,
3736 "srvx" : " ^0.8.13"
3837 },
3938 "devDependencies" : {
4039 "@azure/app-configuration" : " ^1.9.0" ,
4140 "@azure/cosmos" : " ^4.5.1" ,
42- "destr" : " ^2.0.5" ,
4341 "@azure/data-tables" : " ^13.3.1" ,
4442 "@azure/identity" : " ^4.12.0" ,
4543 "@azure/keyvault-secrets" : " ^4.10.0" ,
6765 "chokidar" : " ^4.0.3" ,
6866 "citty" : " ^0.1.6" ,
6967 "db0" : " ^0.3.2" ,
68+ "destr" : " ^2.0.5" ,
7069 "eslint" : " ^9.35.0" ,
7170 "eslint-config-unjs" : " ^0.5.0" ,
7271 "fake-indexeddb" : " ^6.2.2" ,
8281 "mongodb" : " ^6.20.0" ,
8382 "mongodb-memory-server" : " ^10.2.1" ,
8483 "obuild" : " ^0.2.1" ,
84+ "ofetch" : " ^1.4.1" ,
8585 "prettier" : " ^3.6.2" ,
8686 "scule" : " ^1.3.0" ,
8787 "typescript" : " ^5.9.2" ,
112112 "ioredis" : " ^5.4.2" ,
113113 "lru-cache" : " ^11.2.2" ,
114114 "mongodb" : " ^6.20.0" ,
115+ "ofetch" : " ^1.4.1" ,
115116 "uploadthing" : " ^7.4.4"
116117 },
117118 "peerDependenciesMeta" : {
178179 "mongodb" : {
179180 "optional" : true
180181 },
182+ "ofetch" : {
183+ "optional" : true
184+ },
181185 "uploadthing" : {
182186 "optional" : true
183187 }
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import type {
1414 GetStoreOptions ,
1515 GetDeployStoreOptions ,
1616} from "@netlify/blobs" ;
17- import { fetch } from "ofetch" ;
1817
1918const DRIVER_NAME = "netlify-blobs" ;
2019
You can’t perform that action at this time.
0 commit comments