File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 44 "exports" : {
55 "." : " ./mod.ts" ,
66 "./async" : " ./src/async.ts" ,
7+ "./utils" : " ./src/utils.ts" ,
78 "./providers/appwrite" : " ./src/providers/appwrite.ts" ,
89 "./providers/astro" : " ./src/providers/astro.ts" ,
910 "./providers/builder.io" : " ./src/providers/builder.io.ts" ,
Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ await build({
3636 path : "./src/transform.ts" ,
3737 name : "./transform" ,
3838 } ,
39+ {
40+ path : "./src/utils.ts" ,
41+ name : "./utils" ,
42+ } ,
3943 ...entry ,
4044 ] ,
4145 outDir : "./npm" ,
Original file line number Diff line number Diff line change 11import type { ProviderOperations , ProviderOptions } from "./providers/types.ts" ;
2- import {
3- type ImageCdn ,
2+ import type {
3+ ImageCdn ,
44 OperationFormatter ,
55 OperationMap ,
66 OperationParser ,
You can’t perform that action at this time.
0 commit comments