syncpack icon indicating copy to clipboard operation
syncpack copied to clipboard

improve json-schema file

Open chaseholdren opened this issue 1 year ago • 3 comments

This PR changes some types so the generated schema.json file is more accurate. Before this change, schema.json had DependencyType could be an object. I tested this by running pnpm run build:json-schema and then uploaded the result as a gist, which I could reference from another project.

chaseholdren avatar Feb 20 '24 03:02 chaseholdren

very nice @chaseholdren, thanks a lot!

JamieMason avatar Feb 20 '24 08:02 JamieMason

Is this PR related to https://github.com/JamieMason/syncpack/issues/207?

evaliyev avatar May 13 '24 20:05 evaliyev

This line should address that @evaliyev, I've not had chance to look deeper into what the other changes are yet but @chaseholdren may comment on those in the meantime to give us some more context.

https://github.com/JamieMason/syncpack/blob/066d2ed45cb73c4df580c1c4f58f68ecaf59fd7c/src/config/types.ts#L184-L186

JamieMason avatar May 13 '24 21:05 JamieMason

Hello, can we push this forward somehow?

KubaJastrz avatar Jul 23 '24 22:07 KubaJastrz

Released in 12.4.0

JamieMason avatar Jul 24 '24 07:07 JamieMason