@supernova-studio/client 1.2.0 → 1.2.2
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 +82 -18
- package/dist/index.d.ts +82 -18
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6597,14 +6597,18 @@ var DTOExporter = z231.object({
|
|
|
6597
6597
|
blockVariants: z231.record(z231.string(), PulsarContributionVariant.array()),
|
|
6598
6598
|
homepage: z231.string().optional(),
|
|
6599
6599
|
organization: z231.string().optional(),
|
|
6600
|
-
gitProivder: z231.string().optional(),
|
|
6601
6600
|
packageId: z231.string().optional(),
|
|
6602
6601
|
tags: z231.array(z231.string()),
|
|
6603
6602
|
author: z231.string().optional(),
|
|
6603
|
+
version: z231.string(),
|
|
6604
|
+
description: z231.string(),
|
|
6604
6605
|
usesLocale: z231.boolean(),
|
|
6605
6606
|
usesBrands: z231.boolean(),
|
|
6606
6607
|
usesThemes: z231.boolean(),
|
|
6608
|
+
readme: z231.string().optional(),
|
|
6609
|
+
routingVersion: z231.string().optional(),
|
|
6607
6610
|
source: DTOExporterSource,
|
|
6611
|
+
gitProvider: z231.string().optional(),
|
|
6608
6612
|
gitUrl: nullishToOptional(z231.string()),
|
|
6609
6613
|
gitBranch: nullishToOptional(z231.string()),
|
|
6610
6614
|
gitDirectory: nullishToOptional(z231.string()),
|