@supernova-studio/model 0.48.26 → 0.48.27
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.d.mts +38 -0
- package/dist/index.d.ts +38 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/export/exporter.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -366,7 +366,8 @@ var ExporterPulsarDetails = z17.object({
|
|
|
366
366
|
customBlocks: nullishToOptional(z17.array(PulsarCustomBlock)).default([]),
|
|
367
367
|
blockVariants: nullishToOptional(z17.record(z17.string(), z17.array(PulsarContributionVariant))).default({}),
|
|
368
368
|
usesBrands: nullishToOptional(z17.boolean()).default(false),
|
|
369
|
-
usesThemes: nullishToOptional(z17.boolean()).default(false)
|
|
369
|
+
usesThemes: nullishToOptional(z17.boolean()).default(false),
|
|
370
|
+
usesLocale: nullishToOptional(z17.boolean()).default(false)
|
|
370
371
|
});
|
|
371
372
|
var ExporterDetails = ExporterPulsarDetails.extend({
|
|
372
373
|
source: ExporterSource,
|