NicholasAntidormi

Results 3 issues of NicholasAntidormi

Hi, It looks like [Factoring Schemas](https://json-schema.org/understanding-json-schema/reference/combining#factoring-schemas) isn't supported, any plans to implement it in the future? Thanks

### Is your feature request related to a problem? Please describe We are currently using the sdk in our projects, and we have noticed that the [bundle size](https://bundlephobia.com/package/@commercelayer/[email protected]) impacts our...

enhancement

https://github.com/nuxt/test-utils/blob/eea83976f5e2cfdc87a3e7f18edc641369f89abf/examples/app-playwright/playwright.config.ts#L14-L17 I think it should be something like ```ts /* Test against branded browsers. */ { name: 'Microsoft Edge', use: { ...devices['Desktop Edge'], channel: 'msedge' }, }, { name: 'Google...