@codama/renderers-js 1.4.0 → 1.4.1
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.browser.cjs +1 -1
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.mjs +1 -1
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.node.cjs +1 -1
- package/dist/index.node.cjs.map +1 -1
- package/dist/index.node.mjs +1 -1
- package/dist/index.node.mjs.map +1 -1
- package/dist/index.react-native.mjs +1 -1
- package/dist/index.react-native.mjs.map +1 -1
- package/package.json +15 -19
package/dist/index.browser.cjs
CHANGED
|
@@ -817,7 +817,7 @@ function getDiscriminatorConditionFragment(scope) {
|
|
|
817
817
|
}),
|
|
818
818
|
(c) => c.join(" && ")
|
|
819
819
|
),
|
|
820
|
-
(f) => (0, import_renderers_core2.mapFragmentContent)(f, (c) => `if (${c}) { ${scope.ifTrue}
|
|
820
|
+
(f) => (0, import_renderers_core2.mapFragmentContent)(f, (c) => `if (${c}) { ${scope.ifTrue} }`)
|
|
821
821
|
);
|
|
822
822
|
}
|
|
823
823
|
function getSizeConditionFragment(discriminator, scope) {
|