diff --git a/docs/api/node/renative/index.md b/docs/api/node/renative/index.md
index 6c9dd68d..d9ef3ebe 100644
--- a/docs/api/node/renative/index.md
+++ b/docs/api/node/renative/index.md
@@ -17,8 +17,8 @@ custom_edit_url: null
-
-
+
+
diff --git a/docs/api/node/rnv-core/modules.md b/docs/api/node/rnv-core/modules.md
index ffdde07a..262badc5 100644
--- a/docs/api/node/rnv-core/modules.md
+++ b/docs/api/node/rnv-core/modules.md
@@ -8,2459 +8,3188 @@ custom_edit_url: null
## Type Aliases
-### AndroidManifest
+### AsyncCallback
-Ƭ **AndroidManifest**: `_AndroidManifestType`
+Ƭ **AsyncCallback**: () => `Promise`\<`void`\>
+
+#### Type declaration
+
+▸ (): `Promise`\<`void`\>
+
+##### Returns
+
+`Promise`\<`void`\>
#### Defined in
-schema/types.d.ts:20
+@rnv/core/lib/projects/types.d.ts:3
___
-### AndroidManifestNode
+### BuildConfigKey
-Ƭ **AndroidManifestNode**: `_ManifestChildWithChildrenType`
+Ƭ **BuildConfigKey**: keyof [`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)
#### Defined in
-schema/types.d.ts:19
+@rnv/core/lib/schema/types.d.ts:89
___
-### BabelApi
+### CommonBuildSchemeKey
-Ƭ **BabelApi**: `Object`
+Ƭ **CommonBuildSchemeKey**: keyof [`ConfigCommonBuildSchemeSchema`](modules.md#configcommonbuildschemeschema)
-#### Type declaration
+#### Defined in
-| Name | Type |
-| :------ | :------ |
-| `cache` | (`value`: `boolean`) => `void` |
+@rnv/core/lib/schema/types.d.ts:42
+
+___
+
+### CommonPropKey
+
+Ƭ **CommonPropKey**: keyof [`ConfigCommonSchemaFragment`](modules.md#configcommonschemafragment)
#### Defined in
-types.d.ts:27
+@rnv/core/lib/schema/types.d.ts:40
___
-### BabelConfig
+### ConfigAndroidManifest
-Ƭ **BabelConfig**: `Object`
+Ƭ **ConfigAndroidManifest**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `plugins?` | [`string`, \{ `alias?`: `Record`\<`string`, `string` \| `undefined`\> ; `root?`: (`string` \| `undefined`)[] }][] |
-| `presets?` | (`string` \| [`string`, \{ `useTransformReactJSXExperimental?`: `boolean` }])[] |
-| `retainLines?` | `boolean` |
+| `children?` | [`ConfigAndroidManifestChildType`](modules.md#configandroidmanifestchildtype)[] |
+| `package?` | `string` |
+| `tag` | `string` |
+| `xmlns:android?` | `string` |
+| `xmlns:tools?` | `string` |
#### Defined in
-types.d.ts:11
+@rnv/core/lib/schema/types.d.ts:57
___
-### BuildConfigPropKey
+### ConfigAndroidManifestChildType
-Ƭ **BuildConfigPropKey**: keyof [`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)
+Ƭ **ConfigAndroidManifestChildType**: `z.infer`\ & \{ `children?`: [`ConfigAndroidManifestChildType`](modules.md#configandroidmanifestchildtype)[] }
#### Defined in
-types.d.ts:34
+@rnv/core/lib/schema/types.d.ts:54
___
-### BuildSchemePropKey
+### ConfigAndroidManifestNode
-Ƭ **BuildSchemePropKey**: keyof `Required`\<`Plat`\>[``"buildSchemes"``][`string`]
+Ƭ **ConfigAndroidManifestNode**: [`ConfigAndroidManifestChildType`](modules.md#configandroidmanifestchildtype)
#### Defined in
-types.d.ts:32
+@rnv/core/lib/schema/types.d.ts:53
___
-### CommonPropKey
-
-Ƭ **CommonPropKey**: keyof [`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)[``"common"``]
-
-#### Defined in
+### ConfigAndroidResources
-types.d.ts:33
+Ƭ **ConfigAndroidResources**: `Object`
-___
-
-### ConfigFileApp
+#### Type declaration
-Ƭ **ConfigFileApp**: `_RootAppSchemaType`
+| Name | Type |
+| :------ | :------ |
+| `children?` | [`ConfigAndroidResourcesChildType`](modules.md#configandroidresourceschildtype)[] |
+| `name?` | `string` |
+| `parent?` | `string` |
+| `tag` | `string` |
+| `value?` | `string` |
#### Defined in
-schema/configFiles/types.d.ts:16
+@rnv/core/lib/schema/types.d.ts:59
___
-### ConfigFileBuildConfig
+### ConfigAndroidResourcesChildType
-Ƭ **ConfigFileBuildConfig**: `_ConfigRootMerged`
+Ƭ **ConfigAndroidResourcesChildType**: `z.infer`\ & \{ `children?`: [`ConfigAndroidResourcesChildType`](modules.md#configandroidresourceschildtype)[] }
#### Defined in
-schema/configFiles/buildConfig.d.ts:23
+@rnv/core/lib/schema/types.d.ts:61
___
-### ConfigFileEngine
+### ConfigAndroidResourcesNode
-Ƭ **ConfigFileEngine**: `_ConfigRootEngineType`
+Ƭ **ConfigAndroidResourcesNode**: [`ConfigAndroidResourcesChildType`](modules.md#configandroidresourceschildtype)
#### Defined in
-schema/configFiles/types.d.ts:17
+@rnv/core/lib/schema/types.d.ts:60
___
-### ConfigFileIntegration
+### ConfigAppDelegateMethod
-Ƭ **ConfigFileIntegration**: `_RootIntegrationSchemaType`
+Ƭ **ConfigAppDelegateMethod**: `ConfigTemplateXcodeAppDelegateMethod`[`number`]
#### Defined in
-schema/configFiles/types.d.ts:26
+@rnv/core/lib/schema/types.d.ts:65
___
-### ConfigFileLocal
+### ConfigBuildSchemeFragment
-Ƭ **ConfigFileLocal**: `_RootLocalSchemaType`
+Ƭ **ConfigBuildSchemeFragment**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `description?` | `string` |
+| `enabled?` | `boolean` |
#### Defined in
-schema/configFiles/types.d.ts:20
+@rnv/core/lib/schema/types.d.ts:37
___
-### ConfigFileOverrides
+### ConfigCommonBuildSchemeSchema
-Ƭ **ConfigFileOverrides**: `_RootOverridesSchemaType`
+Ƭ **ConfigCommonBuildSchemeSchema**: `Partial`\<[`ConfigCommonSchemaFragment`](modules.md#configcommonschemafragment) & [`ConfigBuildSchemeFragment`](modules.md#configbuildschemefragment) & [`ConfigPlatformBaseFragment`](modules.md#configplatformbasefragment)\>
#### Defined in
-schema/configFiles/types.d.ts:28
+@rnv/core/lib/schema/types.d.ts:41
___
-### ConfigFilePlugin
+### ConfigCommonSchema
-Ƭ **ConfigFilePlugin**: `_RootPluginSchemaType`
+Ƭ **ConfigCommonSchema**: `Partial`\<[`ConfigCommonSchemaFragment`](modules.md#configcommonschemafragment)\> & \{ `buildSchemes?`: `Record`\<`string`, [`ConfigCommonBuildSchemeSchema`](modules.md#configcommonbuildschemeschema)\> }
#### Defined in
-schema/configFiles/types.d.ts:18
+@rnv/core/lib/schema/types.d.ts:43
___
-### ConfigFilePlugins
+### ConfigCommonSchemaFragment
-Ƭ **ConfigFilePlugins**: `_RootPluginsSchemaType`
+Ƭ **ConfigCommonSchemaFragment**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `assetSources?` | `string`[] |
+| `author?` | `string` |
+| `backgroundColor?` | `string` |
+| `custom?` | `any` |
+| `description?` | `string` |
+| `excludedPermissions?` | `string`[] |
+| `excludedPlugins?` | `string`[] |
+| `fontSources?` | `string`[] |
+| `id?` | `string` |
+| `idSuffix?` | `string` |
+| `includedFonts?` | `string`[] |
+| `includedPermissions?` | `string`[] |
+| `includedPlugins?` | `string`[] |
+| `license?` | `string` |
+| `runtime?` | `any` |
+| `splashScreen?` | `boolean` |
+| `title?` | `string` |
+| `version?` | `string` |
+| `versionCode?` | `string` |
+| `versionCodeFormat?` | `string` |
+| `versionCodeOffset?` | `number` |
+| `versionFormat?` | `string` |
#### Defined in
-schema/configFiles/types.d.ts:19
+@rnv/core/lib/schema/types.d.ts:39
___
-### ConfigFilePrivate
+### ConfigFileApp
-Ƭ **ConfigFilePrivate**: `_RootPrivateSchemaType`
+Ƭ **ConfigFileApp**: [`ConfigRootAppBaseFragment`](modules.md#configrootappbasefragment) & \{ `common?`: [`ConfigCommonSchema`](modules.md#configcommonschema) ; `platforms?`: [`ConfigPlatformsSchema`](modules.md#configplatformsschema) ; `plugins?`: [`ConfigPluginsSchema`](modules.md#configpluginsschema) }
#### Defined in
-schema/configFiles/types.d.ts:21
+@rnv/core/lib/schema/types.d.ts:80
___
-### ConfigFileProject
+### ConfigFileBuildConfig
-Ƭ **ConfigFileProject**: `_RootProjectSchemaType`
+Ƭ **ConfigFileBuildConfig**: [`ConfigFileTemplates`](modules.md#configfiletemplates) & [`ConfigFileWorkspace`](modules.md#configfileworkspace) & `RootPluginsMerged` & [`ConfigFileProject`](modules.md#configfileproject) & [`ConfigFileLocal`](modules.md#configfilelocal) & [`ConfigRootAppBaseFragment`](modules.md#configrootappbasefragment)
#### Defined in
-schema/configFiles/types.d.ts:15
+@rnv/core/lib/schema/types.d.ts:88
___
-### ConfigFileRuntime
+### ConfigFileEngine
+
+Ƭ **ConfigFileEngine**: `Object`
+
+#### Type declaration
-Ƭ **ConfigFileRuntime**: `_RootRuntimeSchemaType`
+| Name | Type |
+| :------ | :------ |
+| `custom?` | `any` |
+| `engineExtension?` | `string` |
+| `name?` | `string` |
+| `npm?` | \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } |
+| `npm.dependencies?` | `Record`\<`string`, `string`\> |
+| `npm.devDependencies?` | `Record`\<`string`, `string`\> |
+| `npm.optionalDependencies?` | `Record`\<`string`, `string`\> |
+| `npm.peerDependencies?` | `Record`\<`string`, `string`\> |
+| `overview?` | `string` |
+| `platforms?` | `Partial`\<`Record`\<``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"``, \{ `engine?`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } }\>\> |
+| `plugins?` | `Record`\<`string`, `string`\> |
#### Defined in
-schema/configFiles/types.d.ts:27
+@rnv/core/lib/schema/types.d.ts:93
___
-### ConfigFileTemplate
+### ConfigFileIntegration
+
+Ƭ **ConfigFileIntegration**: `Object`
+
+#### Type declaration
-Ƭ **ConfigFileTemplate**: `_RootTemplateSchemaType`
+| Name | Type |
+| :------ | :------ |
+| `name?` | `string` |
#### Defined in
-schema/configFiles/types.d.ts:22
+@rnv/core/lib/schema/types.d.ts:94
___
-### ConfigFileTemplates
+### ConfigFileLocal
+
+Ƭ **ConfigFileLocal**: `Object`
+
+#### Type declaration
-Ƭ **ConfigFileTemplates**: `_RootTemplatesSchemaType`
+| Name | Type |
+| :------ | :------ |
+| `_meta?` | \{ `currentAppConfigId?`: `string` ; `requiresJetify?`: `boolean` } |
+| `_meta.currentAppConfigId?` | `string` |
+| `_meta.requiresJetify?` | `boolean` |
+| `defaultTargets?` | `Partial`\<`Record`\<``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"``, `string`\>\> |
+| `workspaceAppConfigsDir?` | `string` |
#### Defined in
-schema/configFiles/types.d.ts:23
+@rnv/core/lib/schema/types.d.ts:95
___
-### ConfigFileWorkspace
+### ConfigFileOverrides
-Ƭ **ConfigFileWorkspace**: `_RootWorkspaceSchemaType`
+Ƭ **ConfigFileOverrides**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `overrides?` | `Record`\<`string`, `Record`\<`string`, `string`\>\> |
#### Defined in
-schema/configFiles/types.d.ts:24
+@rnv/core/lib/schema/types.d.ts:96
___
-### ConfigFileWorkspaces
+### ConfigFilePlugin
-Ƭ **ConfigFileWorkspaces**: `_RootWorkspacesSchemaType`
+Ƭ **ConfigFilePlugin**: [`ConfigPluginSchema`](modules.md#configpluginschema) & `z.infer`\
#### Defined in
-schema/configFiles/types.d.ts:25
+@rnv/core/lib/schema/types.d.ts:105
___
-### ConfigProp
+### ConfigFilePrivate
-Ƭ **ConfigProp**: `_RootProjectBaseSchemaType` & `_RootAppBaseSchemalType` & `_MergedPlatformPrivateObjectType` & `_MergedPlatformObjectType`
+Ƭ **ConfigFilePrivate**: `Object`
-#### Defined in
+#### Type declaration
-schema/types.d.ts:10
+| Name | Type |
+| :------ | :------ |
+| `platforms?` | \{ `android?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidtv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidwear?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `chromecast?`: `any` ; `firetv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `ios?`: `any` ; `kaios?`: `any` ; `linux?`: `any` ; `macos?`: `any` ; `tizen?`: `any` ; `tizenmobile?`: `any` ; `tizenwatch?`: `any` ; `tvos?`: `any` ; `web?`: `any` ; `webos?`: `any` ; `webtv?`: `any` ; `windows?`: `any` ; `xbox?`: `any` } |
+| `platforms.android?` | \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } |
+| `platforms.android.keyAlias?` | `string` |
+| `platforms.android.keyPassword?` | `string` |
+| `platforms.android.storeFile?` | `string` |
+| `platforms.android.storePassword?` | `string` |
+| `platforms.androidtv?` | \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } |
+| `platforms.androidtv.keyAlias?` | `string` |
+| `platforms.androidtv.keyPassword?` | `string` |
+| `platforms.androidtv.storeFile?` | `string` |
+| `platforms.androidtv.storePassword?` | `string` |
+| `platforms.androidwear?` | \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } |
+| `platforms.androidwear.keyAlias?` | `string` |
+| `platforms.androidwear.keyPassword?` | `string` |
+| `platforms.androidwear.storeFile?` | `string` |
+| `platforms.androidwear.storePassword?` | `string` |
+| `platforms.chromecast?` | `any` |
+| `platforms.firetv?` | \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } |
+| `platforms.firetv.keyAlias?` | `string` |
+| `platforms.firetv.keyPassword?` | `string` |
+| `platforms.firetv.storeFile?` | `string` |
+| `platforms.firetv.storePassword?` | `string` |
+| `platforms.ios?` | `any` |
+| `platforms.kaios?` | `any` |
+| `platforms.linux?` | `any` |
+| `platforms.macos?` | `any` |
+| `platforms.tizen?` | `any` |
+| `platforms.tizenmobile?` | `any` |
+| `platforms.tizenwatch?` | `any` |
+| `platforms.tvos?` | `any` |
+| `platforms.web?` | `any` |
+| `platforms.webos?` | `any` |
+| `platforms.webtv?` | `any` |
+| `platforms.windows?` | `any` |
+| `platforms.xbox?` | `any` |
+| `private?` | `Record`\<`string`, `any`\> |
+
+#### Defined in
+
+@rnv/core/lib/schema/types.d.ts:107
___
-### ConfigPropKey
+### ConfigFileProject
-Ƭ **ConfigPropKey**: keyof [`ConfigProp`](modules.md#configprop)
+Ƭ **ConfigFileProject**: [`ConfigRootProjectBaseFragment`](modules.md#configrootprojectbasefragment) & \{ `common?`: [`ConfigCommonSchema`](modules.md#configcommonschema) ; `platforms?`: [`ConfigPlatformsSchema`](modules.md#configplatformsschema) ; `plugins?`: [`ConfigPluginsSchema`](modules.md#configpluginsschema) }
#### Defined in
-schema/types.d.ts:11
+@rnv/core/lib/schema/types.d.ts:112
___
-### CreateContextOptions
+### ConfigFileRenative
-Ƭ **CreateContextOptions**: `Object`
+Ƭ **ConfigFileRenative**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `RNV_HOME_DIR?` | `string` |
-| `cmd?` | `string` |
-| `process` | `NodeJS.Process` |
-| `program` | [`RnvContextProgram`](modules.md#rnvcontextprogram) |
-| `subCmd?` | `string` |
+| `app` | [`ConfigFileApp`](modules.md#configfileapp) |
+| `engine` | [`ConfigFileEngine`](modules.md#configfileengine) |
+| `integration` | [`ConfigFileIntegration`](modules.md#configfileintegration) |
+| `local` | [`ConfigFileLocal`](modules.md#configfilelocal) |
+| `overrides` | [`ConfigFileOverrides`](modules.md#configfileoverrides) |
+| `plugin` | [`ConfigFilePlugin`](modules.md#configfileplugin) |
+| `private` | [`ConfigFilePrivate`](modules.md#configfileprivate) |
+| `project` | [`ConfigFileProject`](modules.md#configfileproject) |
+| `templateIntegrations` | [`ConfigFileTemplates`](modules.md#configfiletemplates) |
+| `templatePlugins` | [`ConfigFileTemplates`](modules.md#configfiletemplates) |
+| `templateProject` | [`ConfigFileTemplate`](modules.md#configfiletemplate) |
+| `templateProjects` | [`ConfigFileTemplates`](modules.md#configfiletemplates) |
+| `workspace` | [`ConfigFileWorkspace`](modules.md#configfileworkspace) |
+| `workspaces` | [`ConfigFileWorkspaces`](modules.md#configfileworkspaces) |
#### Defined in
-context/types.d.ts:12
+@rnv/core/lib/schema/types.d.ts:125
___
-### DoResolveFn
+### ConfigFileRuntime
-Ƭ **DoResolveFn**: (`aPath?`: `string`, `mandatory?`: `boolean`, `options?`: [`ResolveOptions`](modules.md#resolveoptions)) => `string` \| `undefined`
+Ƭ **ConfigFileRuntime**: `Object`
-#### Type declaration
+#### Defined in
-▸ (`aPath?`, `mandatory?`, `options?`): `string` \| `undefined`
+@rnv/core/lib/schema/types.d.ts:141
-##### Parameters
+___
-| Name | Type |
-| :------ | :------ |
-| `aPath?` | `string` |
-| `mandatory?` | `boolean` |
-| `options?` | [`ResolveOptions`](modules.md#resolveoptions) |
+### ConfigFileTemplate
-##### Returns
+Ƭ **ConfigFileTemplate**: `Object`
-`string` \| `undefined`
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `bootstrapConfig?` | `ConfigTemplateBootstrapConfig` |
+| `templateConfig?` | [`ConfigTemplateConfigFragment`](modules.md#configtemplateconfigfragment) |
#### Defined in
-system/types.d.ts:1
+@rnv/core/lib/schema/types.d.ts:118
___
-### Env
+### ConfigFileTemplates
-Ƭ **Env**: `Record`\<`string`, `any`\>
+Ƭ **ConfigFileTemplates**: `Object`
#### Defined in
-types.d.ts:10
+@rnv/core/lib/schema/types.d.ts:122
___
-### ExecCallback
+### ConfigFileWorkspace
-Ƭ **ExecCallback**: (`result`: `unknown`, `isError`: `boolean`) => `void`
+Ƭ **ConfigFileWorkspace**: `Object`
#### Type declaration
-▸ (`result`, `isError`): `void`
-
-##### Parameters
-
| Name | Type |
| :------ | :------ |
-| `result` | `unknown` |
-| `isError` | `boolean` |
-
-##### Returns
-
-`void`
+| `appConfigsPath?` | `string` |
+| `defaultTargets?` | `Partial`\<`Record`\<``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"``, `string`\>\> |
+| `disableTelemetry?` | `boolean` |
+| `projectTemplates?` | `Record`\<`string`, \{ `description?`: `string` ; `localPath?`: `string` ; `packageName?`: `string` }\> |
+| `sdks?` | \{ `ANDROID_NDK?`: `string` ; `ANDROID_SDK?`: `string` ; `KAIOS_SDK?`: `string` ; `TIZEN_SDK?`: `string` ; `WEBOS_SDK?`: `string` } |
+| `sdks.ANDROID_NDK?` | `string` |
+| `sdks.ANDROID_SDK?` | `string` |
+| `sdks.KAIOS_SDK?` | `string` |
+| `sdks.TIZEN_SDK?` | `string` |
+| `sdks.WEBOS_SDK?` | `string` |
#### Defined in
-system/types.d.ts:27
+@rnv/core/lib/schema/types.d.ts:123
___
-### ExecOptions
+### ConfigFileWorkspaces
-Ƭ **ExecOptions**: `Object`
+Ƭ **ConfigFileWorkspaces**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `all?` | `boolean` |
-| `cwd?` | `string` |
-| `detached?` | `boolean` |
-| `env?` | `Record`\<`string`, `any`\> |
-| `ignoreErrors?` | `boolean` |
-| `localDir?` | `string` |
-| `maxErrorLength?` | `number` |
-| `mono?` | `boolean` |
-| `preferLocal?` | `boolean` |
-| `privateParams?` | `string`[] |
-| `rawCommand?` | \{ `args`: `string`[] } |
-| `rawCommand.args` | `string`[] |
-| `shell?` | `boolean` |
-| `silent?` | `boolean` |
-| `stdio?` | ``"pipe"`` \| ``"inherit"`` \| ``"ignore"`` |
-| `timeout?` | `number` |
+| `workspaces` | `Record`\<`string`, \{ `path`: `string` ; `remote?`: \{ `type`: `string` ; `url`: `string` } }\> |
#### Defined in
-system/types.d.ts:8
+@rnv/core/lib/schema/types.d.ts:124
___
-### FileUtilsPropConfig
+### ConfigPlatformAndroidFragment
-Ƭ **FileUtilsPropConfig**: `Object`
+Ƭ **ConfigPlatformAndroidFragment**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `configProps?` | `Record`\<`string`, `any`\> |
-| `files?` | `Record`\<`string`, `any`\> |
-| `props` | `Record`\<`string`, `string`\> |
-| `runtimeProps?` | `Record`\<`string`, `any`\> |
+| `aab?` | `boolean` |
+| `buildToolsVersion?` | `string` |
+| `compileSdkVersion?` | `number` |
+| `disableSigning?` | `boolean` |
+| `enableAndroidX?` | `string` \| `boolean` |
+| `enableJetifier?` | `string` \| `boolean` |
+| `excludedFeatures?` | `string`[] |
+| `extraGradleParams?` | `string` |
+| `flipperEnabled?` | `boolean` |
+| `googleServicesVersion?` | `string` |
+| `gradleBuildToolsVersion?` | `string` |
+| `gradleWrapperVersion?` | `string` |
+| `includedFeatures?` | `string`[] |
+| `keyAlias?` | `string` |
+| `kotlinVersion?` | `string` |
+| `minSdkVersion?` | `number` |
+| `minifyEnabled?` | `boolean` |
+| `multipleAPKs?` | `boolean` |
+| `ndkVersion?` | `string` |
+| `newArchEnabled?` | `boolean` |
+| `signingConfig?` | `string` |
+| `storeFile?` | `string` |
+| `supportLibVersion?` | `string` |
+| `targetSdkVersion?` | `number` |
#### Defined in
-system/types.d.ts:37
+@rnv/core/lib/schema/types.d.ts:46
___
-### GetConfigPropFn
+### ConfigPlatformBaseFragment
-Ƭ **GetConfigPropFn**: \(`c`: [`RnvContext`](modules.md#rnvcontext), `platform`: [`RnvPlatform`](modules.md#rnvplatform), `key`: `T`, `defaultVal?`: [`ConfigProp`](modules.md#configprop)[`T`]) => [`ConfigProp`](modules.md#configprop)[`T`]
+Ƭ **ConfigPlatformBaseFragment**: `Object`
#### Type declaration
-▸ \<`T`\>(`c`, `platform`, `key`, `defaultVal?`): [`ConfigProp`](modules.md#configprop)[`T`]
-
-##### Type parameters
-
| Name | Type |
| :------ | :------ |
-| `T` | extends [`ConfigPropKey`](modules.md#configpropkey) |
+| `assetFolderPlatform?` | `string` |
+| `bundleAssets?` | `boolean` |
+| `bundleIsDev?` | `boolean` |
+| `enableSourceMaps?` | `boolean` |
+| `engine?` | `string` |
+| `entryFile?` | `string` |
+| `extendPlatform?` | ``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"`` |
+| `getJsBundleFile?` | `string` |
-##### Parameters
+#### Defined in
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `key` | `T` |
-| `defaultVal?` | [`ConfigProp`](modules.md#configprop)[`T`] |
+@rnv/core/lib/schema/types.d.ts:47
-##### Returns
+___
-[`ConfigProp`](modules.md#configprop)[`T`]
+### ConfigPlatformBuildSchemeSchema
+
+Ƭ **ConfigPlatformBuildSchemeSchema**: [`ConfigCommonSchemaFragment`](modules.md#configcommonschemafragment) & [`ConfigBuildSchemeFragment`](modules.md#configbuildschemefragment) & [`ConfigPlatformSchemaFragment`](modules.md#configplatformschemafragment)
#### Defined in
-api/types.d.ts:115
+@rnv/core/lib/schema/types.d.ts:73
___
-### OverridesOptions
+### ConfigPlatformElectronFragment
-Ƭ **OverridesOptions**: \{ `override`: `string` \| `number` \| `undefined` ; `pattern`: `string` }[]
+Ƭ **ConfigPlatformElectronFragment**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `BrowserWindow?` | \{ `height?`: `number` ; `webPreferences?`: \{ `devTools`: `boolean` } ; `width?`: `number` } |
+| `BrowserWindow.height?` | `number` |
+| `BrowserWindow.webPreferences?` | \{ `devTools`: `boolean` } |
+| `BrowserWindow.webPreferences.devTools` | `boolean` |
+| `BrowserWindow.width?` | `number` |
+| `electronConfig?` | `any` |
#### Defined in
-system/types.d.ts:28
+@rnv/core/lib/schema/types.d.ts:48
___
-### ParamKeys
+### ConfigPlatformLightningFragment
+
+Ƭ **ConfigPlatformLightningFragment**: `Object`
-Ƭ **ParamKeys**: `Partial`\<`Record`\<`ProgramOptionsKey`, `ParamType`\>\>
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `target?` | `string` |
#### Defined in
-tasks/constants.d.ts:342
+@rnv/core/lib/schema/types.d.ts:50
___
-### ParseFontsCallback
+### ConfigPlatformNextJsFragment
-Ƭ **ParseFontsCallback**: (`font`: `string`, `dir`: `string`) => `void`
+Ƭ **ConfigPlatformNextJsFragment**: `Object`
#### Type declaration
-▸ (`font`, `dir`): `void`
-
-##### Parameters
-
| Name | Type |
| :------ | :------ |
-| `font` | `string` |
-| `dir` | `string` |
+| `exportDir?` | `string` |
+| `nextTranspileModules?` | `string`[] |
+| `outputDir?` | `string` |
+| `pagesDir?` | `string` |
-##### Returns
+#### Defined in
-`void`
+@rnv/core/lib/schema/types.d.ts:51
+
+___
+
+### ConfigPlatformReactNativeFragment
+
+Ƭ **ConfigPlatformReactNativeFragment**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `reactNativeEngine?` | ``"jsc"`` \| ``"v8-android"`` \| ``"v8-android-nointl"`` \| ``"v8-android-jit"`` \| ``"v8-android-jit-nointl"`` \| ``"hermes"`` |
#### Defined in
-projects/types.d.ts:1
+@rnv/core/lib/schema/types.d.ts:52
___
-### PlatPropKey
+### ConfigPlatformSchema
-Ƭ **PlatPropKey**: keyof `Plat`
+Ƭ **ConfigPlatformSchema**: [`ConfigPlatformSchemaFragment`](modules.md#configplatformschemafragment) & \{ `buildSchemes?`: `Record`\<`string`, [`ConfigPlatformBuildSchemeSchema`](modules.md#configplatformbuildschemeschema)\> }
#### Defined in
-types.d.ts:31
+@rnv/core/lib/schema/types.d.ts:75
___
-### PlatformKey
+### ConfigPlatformSchemaFragment
-Ƭ **PlatformKey**: `_PlatformsKeysType`
+Ƭ **ConfigPlatformSchemaFragment**: [`ConfigCommonSchemaFragment`](modules.md#configcommonschemafragment) & [`ConfigPlatformBaseFragment`](modules.md#configplatformbasefragment) & [`ConfigPlatformiOSFragment`](modules.md#configplatformiosfragment) & [`ConfigPlatformAndroidFragment`](modules.md#configplatformandroidfragment) & [`ConfigPrivatePlatformAndroid`](modules.md#configprivateplatformandroid) & [`ConfigPlatformWebFragment`](modules.md#configplatformwebfragment) & [`ConfigPlatformTizenFragment`](modules.md#configplatformtizenfragment) & [`ConfigPlatformWindowsFragment`](modules.md#configplatformwindowsfragment) & [`ConfigPlatformWebOSFragment`](modules.md#configplatformwebosfragment) & [`ConfigPlatformLightningFragment`](modules.md#configplatformlightningfragment) & [`ConfigPlatformReactNativeFragment`](modules.md#configplatformreactnativefragment) & [`ConfigPlatformWebpackFragment`](modules.md#configplatformwebpackfragment) & [`ConfigPlatformElectronFragment`](modules.md#configplatformelectronfragment) & [`ConfigPlatformNextJsFragment`](modules.md#configplatformnextjsfragment) & [`ConfigTemplateAndroidFragment`](modules.md#configtemplateandroidfragment) & [`ConfigTemplateXcodeFragment`](modules.md#configtemplatexcodefragment)
#### Defined in
-schema/types.d.ts:16
+@rnv/core/lib/schema/types.d.ts:71
___
-### PluginCallback
+### ConfigPlatformTizenFragment
-Ƭ **PluginCallback**: (`plugin`: [`RnvPlugin`](modules.md#rnvplugin), `pluginPlat`: [`RenativeConfigPluginPlatform`](modules.md#renativeconfigpluginplatform), `key`: `string`) => `void`
+Ƭ **ConfigPlatformTizenFragment**: `Object`
#### Type declaration
-▸ (`plugin`, `pluginPlat`, `key`): `void`
-
-##### Parameters
-
| Name | Type |
| :------ | :------ |
-| `plugin` | [`RnvPlugin`](modules.md#rnvplugin) |
-| `pluginPlat` | [`RenativeConfigPluginPlatform`](modules.md#renativeconfigpluginplatform) |
-| `key` | `string` |
-
-##### Returns
-
-`void`
+| `appName?` | `string` |
+| `certificateProfile?` | `string` |
+| `package?` | `string` |
#### Defined in
-plugins/types.d.ts:3
+@rnv/core/lib/schema/types.d.ts:66
___
-### PluginListResponse
+### ConfigPlatformWebFragment
-Ƭ **PluginListResponse**: `Object`
+Ƭ **ConfigPlatformWebFragment**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `allPlugins` | `Record`\<`string`, [`PluginListResponseItem`](modules.md#pluginlistresponseitem)\> |
-| `asArray` | [`PluginListResponseItem`](modules.md#pluginlistresponseitem)[] |
-| `asString` | `string` |
-| `plugins` | `string`[] |
+| `devServerHost?` | `string` |
+| `environment?` | `string` |
+| `timestampBuildFiles?` | `string`[] |
#### Defined in
-plugins/types.d.ts:4
+@rnv/core/lib/schema/types.d.ts:67
___
-### PluginListResponseItem
+### ConfigPlatformWebOSFragment
-Ƭ **PluginListResponseItem**: `Object`
+Ƭ **ConfigPlatformWebOSFragment**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `name` | `string` |
-| `props?` | `Record`\<`string`, `string`\> |
-| `value` | `string` |
-| `version?` | `string` |
+| `iconColor?` | `string` |
#### Defined in
-plugins/types.d.ts:10
+@rnv/core/lib/schema/types.d.ts:68
___
-### PromptOptions
+### ConfigPlatformWebpackFragment
-Ƭ **PromptOptions**: `Object`
+Ƭ **ConfigPlatformWebpackFragment**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `asString` | `string` |
-| `keysAsArray` | `string`[] |
-| `keysAsObject` | `Record`\<`string`, `string`\> |
-| `optionsAsArray` | `any`[] |
-| `valuesAsArray` | `any`[] |
-| `valuesAsObject` | `Record`\<`string`, `any`\> |
+| `webpackConfig?` | \{ `customScripts?`: `string`[] ; `excludedPaths?`: `string`[] ; `publicUrl?`: `string` } |
+| `webpackConfig.customScripts?` | `string`[] |
+| `webpackConfig.excludedPaths?` | `string`[] |
+| `webpackConfig.publicUrl?` | `string` |
#### Defined in
-api/types.d.ts:91
+@rnv/core/lib/schema/types.d.ts:69
___
-### PromptParams
+### ConfigPlatformWindowsFragment
-Ƭ **PromptParams**: `Object`
+Ƭ **ConfigPlatformWindowsFragment**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `choices?` | (\{ `name`: `string` ; `value`: `any` } \| `string`)[] |
-| `default?` | `any` |
-| `logMessage?` | `string` |
-| `loop?` | `boolean` |
-| `message?` | `string` |
-| `name?` | `string` |
-| `pageSize?` | `number` |
-| `type` | `string` |
-| `validate?` | (`i`: `string`) => `string` \| `boolean` |
-| `warningMessage?` | `string` |
+| `templateVSProject?` | \{ `additionalMetroOptions?`: `Record`\<`string`, `any`\> ; `appPath?`: `string` ; `arch?`: `string` ; `autolink?`: `boolean` ; `build?`: `boolean` ; `buildLogDirectory?`: `string` ; `bundle?`: `boolean` ; `devPort?`: `string` ; `device?`: `boolean` ; `directDebugging?`: `boolean` ; `emulator?`: `boolean` ; `experimentalNuGetDependency?`: `boolean` ; `info?`: `boolean` ; `language?`: `string` ; `launch?`: `boolean` ; `logging?`: `boolean` ; `msbuildprops?`: `string` ; `nuGetTestFeed?`: `string` ; `nuGetTestVersion?`: `string` ; `overwrite?`: `boolean` ; `packageExtension?`: `string` ; `packager?`: `boolean` ; `proj?`: `string` ; `reactNativeEngine?`: `string` ; `release?`: `boolean` ; `remoteDebugging?`: `boolean` ; `root?`: `string` ; `singleproc?`: `boolean` ; `sln?`: `string` ; `target?`: `string` ; `telemetry?`: `boolean` ; `useWinUI3?`: `boolean` } |
+| `templateVSProject.additionalMetroOptions?` | `Record`\<`string`, `any`\> |
+| `templateVSProject.appPath?` | `string` |
+| `templateVSProject.arch?` | `string` |
+| `templateVSProject.autolink?` | `boolean` |
+| `templateVSProject.build?` | `boolean` |
+| `templateVSProject.buildLogDirectory?` | `string` |
+| `templateVSProject.bundle?` | `boolean` |
+| `templateVSProject.devPort?` | `string` |
+| `templateVSProject.device?` | `boolean` |
+| `templateVSProject.directDebugging?` | `boolean` |
+| `templateVSProject.emulator?` | `boolean` |
+| `templateVSProject.experimentalNuGetDependency?` | `boolean` |
+| `templateVSProject.info?` | `boolean` |
+| `templateVSProject.language?` | `string` |
+| `templateVSProject.launch?` | `boolean` |
+| `templateVSProject.logging?` | `boolean` |
+| `templateVSProject.msbuildprops?` | `string` |
+| `templateVSProject.nuGetTestFeed?` | `string` |
+| `templateVSProject.nuGetTestVersion?` | `string` |
+| `templateVSProject.overwrite?` | `boolean` |
+| `templateVSProject.packageExtension?` | `string` |
+| `templateVSProject.packager?` | `boolean` |
+| `templateVSProject.proj?` | `string` |
+| `templateVSProject.reactNativeEngine?` | `string` |
+| `templateVSProject.release?` | `boolean` |
+| `templateVSProject.remoteDebugging?` | `boolean` |
+| `templateVSProject.root?` | `string` |
+| `templateVSProject.singleproc?` | `boolean` |
+| `templateVSProject.sln?` | `string` |
+| `templateVSProject.target?` | `string` |
+| `templateVSProject.telemetry?` | `boolean` |
+| `templateVSProject.useWinUI3?` | `boolean` |
#### Defined in
-api/types.d.ts:99
+@rnv/core/lib/schema/types.d.ts:70
___
-### PromptRenderFn
+### ConfigPlatformiOSFragment
-Ƭ **PromptRenderFn**: (`i`: `number`, `obj`: `any`, `mapping`: `any`, `defaultVal`: `string`) => `string`
+Ƭ **ConfigPlatformiOSFragment**: `Object`
#### Type declaration
-▸ (`i`, `obj`, `mapping`, `defaultVal`): `string`
-
-##### Parameters
-
| Name | Type |
| :------ | :------ |
-| `i` | `number` |
-| `obj` | `any` |
-| `mapping` | `any` |
-| `defaultVal` | `string` |
-
-##### Returns
-
-`string`
+| `allowProvisioningUpdates?` | `boolean` |
+| `appleId?` | `string` |
+| `codeSignIdentities?` | `Record`\<`string`, `string`\> |
+| `codeSignIdentity?` | `string` |
+| `commandLineArguments?` | `string`[] |
+| `deploymentTarget?` | `string` |
+| `entitlements?` | `Record`\<`string`, `string`\> |
+| `excludedArchs?` | `string`[] |
+| `exportOptions?` | \{ `compileBitcode?`: `boolean` ; `method?`: `string` ; `provisioningProfiles?`: `Record`\<`string`, `string`\> ; `signingCertificate?`: `string` ; `signingStyle?`: `string` ; `teamID?`: `string` ; `uploadBitcode?`: `boolean` ; `uploadSymbols?`: `boolean` } |
+| `exportOptions.compileBitcode?` | `boolean` |
+| `exportOptions.method?` | `string` |
+| `exportOptions.provisioningProfiles?` | `Record`\<`string`, `string`\> |
+| `exportOptions.signingCertificate?` | `string` |
+| `exportOptions.signingStyle?` | `string` |
+| `exportOptions.teamID?` | `string` |
+| `exportOptions.uploadBitcode?` | `boolean` |
+| `exportOptions.uploadSymbols?` | `boolean` |
+| `firebaseId?` | `string` |
+| `ignoreLogs?` | `boolean` |
+| `ignoreWarnings?` | `boolean` |
+| `newArchEnabled?` | `boolean` |
+| `orientationSupport?` | \{ `phone?`: `string`[] ; `tab?`: `string`[] } |
+| `orientationSupport.phone?` | `string`[] |
+| `orientationSupport.tab?` | `string`[] |
+| `privacyManifests?` | \{ `NSPrivacyAccessedAPITypes`: \{ `NSPrivacyAccessedAPIType`: ``"NSPrivacyAccessedAPICategorySystemBootTime"`` \| ``"NSPrivacyAccessedAPICategoryDiskSpace"`` \| ``"NSPrivacyAccessedAPICategoryActiveKeyboards"`` \| ``"NSPrivacyAccessedAPICategoryUserDefaults"`` ; `NSPrivacyAccessedAPITypeReasons`: (``"DDA9.1"`` \| ``"C617.1"`` \| ``"3B52.1"`` \| ``"0A2A.1"`` \| ``"35F9.1"`` \| ``"8FFB.1"`` \| ``"3D61.1"`` \| ``"85F4.1"`` \| ``"E174.1"`` \| ``"7D9E.1"`` \| ``"B728.1"`` \| ``"3EC4.1"`` \| ``"54BD.1"`` \| ``"CA92.1"`` \| ``"1C8F.1"`` \| ``"C56D.1"`` \| ``"AC6B.1"``)[] }[] } |
+| `privacyManifests.NSPrivacyAccessedAPITypes` | \{ `NSPrivacyAccessedAPIType`: ``"NSPrivacyAccessedAPICategorySystemBootTime"`` \| ``"NSPrivacyAccessedAPICategoryDiskSpace"`` \| ``"NSPrivacyAccessedAPICategoryActiveKeyboards"`` \| ``"NSPrivacyAccessedAPICategoryUserDefaults"`` ; `NSPrivacyAccessedAPITypeReasons`: (``"DDA9.1"`` \| ``"C617.1"`` \| ``"3B52.1"`` \| ``"0A2A.1"`` \| ``"35F9.1"`` \| ``"8FFB.1"`` \| ``"3D61.1"`` \| ``"85F4.1"`` \| ``"E174.1"`` \| ``"7D9E.1"`` \| ``"B728.1"`` \| ``"3EC4.1"`` \| ``"54BD.1"`` \| ``"CA92.1"`` \| ``"1C8F.1"`` \| ``"C56D.1"`` \| ``"AC6B.1"``)[] }[] |
+| `provisionProfileSpecifier?` | `string` |
+| `provisionProfileSpecifiers?` | `Record`\<`string`, `string`\> |
+| `provisioningProfiles?` | `Record`\<`string`, `string`\> |
+| `provisioningStyle?` | `string` |
+| `runScheme?` | `string` |
+| `scheme?` | `string` |
+| `schemeTarget?` | `string` |
+| `sdk?` | `string` |
+| `systemCapabilities?` | `Record`\<`string`, `boolean`\> |
+| `teamID?` | `string` |
+| `teamIdentifier?` | `string` |
+| `testFlightId?` | `string` |
+| `urlScheme?` | `string` |
#### Defined in
-api/types.d.ts:114
+@rnv/core/lib/schema/types.d.ts:49
___
-### RenativeConfigAppDelegateMethod
+### ConfigPlatformsSchema
-Ƭ **RenativeConfigAppDelegateMethod**: `_AppDelegateMethodType`
+Ƭ **ConfigPlatformsSchema**: `Partial`\<`Record`\<[`RnvPlatformKey`](modules.md#rnvplatformkey), [`ConfigPlatformSchema`](modules.md#configplatformschema)\>\>
#### Defined in
-schema/types.d.ts:18
+@rnv/core/lib/schema/types.d.ts:78
___
-### RenativeConfigPaths
+### ConfigPluginBaseFragment
-Ƭ **RenativeConfigPaths**: [`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)[``"paths"``]
+Ƭ **ConfigPluginBaseFragment**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `deprecated?` | `string` |
+| `disableNpm?` | `boolean` |
+| `disablePluginTemplateOverrides?` | `boolean` |
+| `disabled?` | `boolean` |
+| `fontSources?` | `string`[] |
+| `npm?` | `Record`\<`string`, `string`\> |
+| `pluginDependencies?` | `Record`\<`string`, `string`\> |
+| `props?` | `Record`\<`string`, `string`\> |
+| `skipMerge?` | `boolean` |
+| `source?` | `string` |
+| `supportedPlatforms?` | (``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"``)[] |
+| `version?` | `string` |
+| `webpackConfig?` | \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] } |
+| `webpackConfig.moduleAliases?` | `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> |
+| `webpackConfig.modulePaths?` | `boolean` \| `string`[] |
+| `webpackConfig.nextTranspileModules?` | `string`[] |
#### Defined in
-schema/types.d.ts:13
+@rnv/core/lib/schema/types.d.ts:97
___
-### RenativeConfigPlugin
+### ConfigPluginPlatformAndroidFragment
-Ƭ **RenativeConfigPlugin**: `Exclude`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)[``"plugins"``][`string`], `string`\>
+Ƭ **ConfigPluginPlatformAndroidFragment**: `Partial`\<`z.infer`\\>
#### Defined in
-schema/types.d.ts:12
+@rnv/core/lib/schema/types.d.ts:98
___
-### RenativeConfigPluginPlatform
+### ConfigPluginPlatformBaseFragment
-Ƭ **RenativeConfigPluginPlatform**: `_PluginPlatformMergedSchemaType`
+Ƭ **ConfigPluginPlatformBaseFragment**: `Partial`\<`z.infer`\\>
#### Defined in
-schema/types.d.ts:14
+@rnv/core/lib/schema/types.d.ts:99
___
-### RenativeConfigTaskKey
+### ConfigPluginPlatformSchema
-Ƭ **RenativeConfigTaskKey**: keyof `Required`\<`Required`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\>[``"tasks"``]\>
+Ƭ **ConfigPluginPlatformSchema**: [`ConfigPluginPlatformBaseFragment`](modules.md#configpluginplatformbasefragment) & [`ConfigPluginPlatformAndroidFragment`](modules.md#configpluginplatformandroidfragment) & [`ConfigPluginPlatformiOSFragment`](modules.md#configpluginplatformiosfragment)
#### Defined in
-schema/types.d.ts:17
+@rnv/core/lib/schema/types.d.ts:101
___
-### RenativeConfigVersion
+### ConfigPluginPlatformiOSFragment
-Ƭ **RenativeConfigVersion**: `string` \| \{ `version`: `string` }
+Ƭ **ConfigPluginPlatformiOSFragment**: `Partial`\<`z.infer`\\>
#### Defined in
-types.d.ts:6
+@rnv/core/lib/schema/types.d.ts:100
___
-### RenativeWebpackConfig
+### ConfigPluginPlatformsSchema
-Ƭ **RenativeWebpackConfig**: [`RenativeConfigPlugin`](modules.md#renativeconfigplugin)[``"webpackConfig"``]
+Ƭ **ConfigPluginPlatformsSchema**: `Record`\<[`RnvPlatformKey`](modules.md#rnvplatformkey), [`ConfigPluginPlatformSchema`](modules.md#configpluginplatformschema)\>
#### Defined in
-schema/types.d.ts:15
+@rnv/core/lib/schema/types.d.ts:102
___
-### ResolveOptions
+### ConfigPluginSchema
-Ƭ **ResolveOptions**: `Object`
+Ƭ **ConfigPluginSchema**: [`ConfigPluginBaseFragment`](modules.md#configpluginbasefragment) & `Partial`\<[`ConfigPluginPlatformsSchema`](modules.md#configpluginplatformsschema)\>
-#### Type declaration
+#### Defined in
-| Name | Type |
-| :------ | :------ |
-| `basedir?` | `string` |
-| `extensions?` | `string`[] |
-| `forceForwardPaths?` | `boolean` |
-| `keepSuffix?` | `boolean` |
+@rnv/core/lib/schema/types.d.ts:103
+
+___
+
+### ConfigPluginsSchema
+
+Ƭ **ConfigPluginsSchema**: `Record`\<`string`, [`ConfigPluginSchema`](modules.md#configpluginschema) \| `string`\>
#### Defined in
-system/types.d.ts:2
+@rnv/core/lib/schema/types.d.ts:104
___
-### RnvApi
+### ConfigPrivatePlatformAndroid
-Ƭ **RnvApi**: `Object`
+Ƭ **ConfigPrivatePlatformAndroid**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `analytics` | [`RnvContextAnalytics`](modules.md#rnvcontextanalytics) |
-| `doResolve` | [`DoResolveFn`](modules.md#doresolvefn) |
-| `fsExistsSync` | typeof `fs.existsSync` |
-| `fsReadFileSync` | (`dest`: `fs.PathLike` \| `undefined`) => `Buffer` |
-| `fsReaddirSync` | (`dest`: `fs.PathLike` \| `undefined`) => `string`[] |
-| `fsWriteFileSync` | (`dest`: `string` \| `undefined`, `data`: `string`, `options?`: `fs.WriteFileOptions`) => `void` |
-| `getConfigProp` | [`GetConfigPropFn`](modules.md#getconfigpropfn) |
-| `isDefault` | `boolean` |
-| `logger` | [`RnvApiLogger`](modules.md#rnvapilogger) |
-| `path` | typeof `path` |
-| `prompt` | [`RnvApiPrompt`](modules.md#rnvapiprompt) |
-| `spinner` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
+| `keyAlias?` | `string` |
+| `keyPassword?` | `string` |
+| `storeFile?` | `string` |
+| `storePassword?` | `string` |
#### Defined in
-api/types.d.ts:10
+@rnv/core/lib/schema/types.d.ts:106
___
-### RnvApiChalk
+### ConfigProjectPaths
-Ƭ **RnvApiChalk**: `Object`
+Ƭ **ConfigProjectPaths**: `Required`\<[`ConfigRootProjectBaseFragment`](modules.md#configrootprojectbasefragment)\>[``"paths"``]
-#### Type declaration
+#### Defined in
-| Name | Type |
-| :------ | :------ |
-| `blue` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `bold` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `cyan` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `gray` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `green` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `grey` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `magenta` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `red` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `rgb` | (`red`: `number`, `green`: `number`, `blue`: `number`) => `any` |
-| `white` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
-| `yellow` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+@rnv/core/lib/schema/types.d.ts:111
+
+___
+
+### ConfigProp
+
+Ƭ **ConfigProp**: [`ConfigPlatformSchemaFragment`](modules.md#configplatformschemafragment)
#### Defined in
-api/types.d.ts:50
+@rnv/core/lib/schema/types.d.ts:142
___
-### RnvApiChalkFn
+### ConfigPropKey
-Ƭ **RnvApiChalkFn**: (`v`: `any`) => `any` & [`RnvApiChalk`](modules.md#rnvapichalk)
+Ƭ **ConfigPropKey**: keyof [`ConfigProp`](modules.md#configprop)
#### Defined in
-api/types.d.ts:63
+@rnv/core/lib/schema/types.d.ts:143
___
-### RnvApiLogger
+### ConfigPropKeyMerged
-Ƭ **RnvApiLogger**: `Object`
+Ƭ **ConfigPropKeyMerged**\<`T`\>: keyof [`ConfigPropMerged`](modules.md#configpropmerged)\<`T`\>
-#### Type declaration
+#### Type parameters
-| Name | Type |
-| :------ | :------ |
-| `chalk` | () => [`RnvApiChalk`](modules.md#rnvapichalk) |
-| `getCurrentCommand` | (`excludeDollar`: `boolean`) => `void` |
-| `isInfoEnabled` | () => `boolean` |
-| `logAndSave` | (`msg`: `string`, `skipLog?`: `boolean`) => `void` |
-| `logAppInfo` | (`c`: [`RnvContext`](modules.md#rnvcontext)) => `void` |
-| `logComplete` | (`isEnd?`: `boolean`) => `void` |
-| `logDebug` | (...`args`: `any`[]) => `void` |
-| `logEnd` | (`code`: `number`) => `void` |
-| `logError` | (`e`: `Error` \| `string` \| `unknown`, `isEnd?`: `boolean`, `skipAnalytics?`: `boolean`) => `void` |
-| `logExitTask` | (`task`: `string`, `customChalk?`: (`s`: `string`) => `string`) => `void` |
-| `logHook` | (`hook`: `string`, `msg?`: `string`) => `void` |
-| `logInfo` | (`msg`: `string`) => `void` |
-| `logInitTask` | (`task`: `string`, `customChalk?`: `string` \| (`s`: `string`) => `string`) => `void` |
-| `logInitialize` | () => `void` |
-| `logRaw` | (...`args`: `string`[]) => `void` |
-| `logSuccess` | (`msg`: `string`) => `void` |
-| `logSummary` | (`header`: `string`) => `void` |
-| `logTask` | (`task`: `string`, `customChalk?`: `any`) => `void` |
-| `logToSummary` | (`v`: `string`, `sanitizePaths?`: () => `string`) => `void` |
-| `logWarning` | (`msg`: `string` \| `boolean` \| `unknown`) => `void` |
-| `logWelcome` | () => `void` |
-| `printArrIntoBox` | (`arr`: `string`[], `prefix?`: `string`) => `string` |
-| `printBoxEnd` | () => `string` |
-| `printBoxStart` | (`str`: `string`, `str2?`: `string`) => `string` |
-| `printIntoBox` | (`str`: `string`) => `string` |
+| Name |
+| :------ |
+| `T` |
#### Defined in
-api/types.d.ts:64
+@rnv/core/lib/schema/types.d.ts:145
___
-### RnvApiPrompt
+### ConfigPropMerged
-Ƭ **RnvApiPrompt**: `Object`
+Ƭ **ConfigPropMerged**\<`T`\>: [`ConfigProp`](modules.md#configprop) & `T`
-#### Type declaration
+#### Type parameters
-| Name | Type |
-| :------ | :------ |
-| `generateOptions` | (`inputData`: `any`, `isMultiChoice?`: `boolean`, `mapping?`: `any`, `renderMethod?`: [`PromptRenderFn`](modules.md#promptrenderfn)) => [`PromptOptions`](modules.md#promptoptions) |
-| `inquirerPrompt` | (`options`: [`PromptParams`](modules.md#promptparams)) => `Promise`\<`any`\> |
-| `inquirerSeparator` | (`text?`: `string`) => `any` |
-| `pressAnyKeyToContinue` | () => `Promise`\<`any`\> |
+| Name |
+| :------ |
+| `T` |
#### Defined in
-api/types.d.ts:32
+@rnv/core/lib/schema/types.d.ts:144
___
-### RnvApiSpinner
+### ConfigPropRootKeyMerged
-Ƭ **RnvApiSpinner**: (`msg`: `string` \| \{ `text`: `string` }) => \{ `fail`: [`RnvApiSpinner`](modules.md#rnvapispinner) ; `start`: [`RnvApiSpinner`](modules.md#rnvapispinner) ; `succeed`: [`RnvApiSpinner`](modules.md#rnvapispinner) ; `text`: `string` }
+Ƭ **ConfigPropRootKeyMerged**\<`T`\>: keyof [`ConfigPropRootMerged`](modules.md#configproprootmerged)\<`T`\>
-#### Type declaration
+#### Type parameters
-▸ (`msg`): `Object`
+| Name |
+| :------ |
+| `T` |
-##### Parameters
+#### Defined in
-| Name | Type |
-| :------ | :------ |
-| `msg` | `string` \| \{ `text`: `string` } |
+@rnv/core/lib/schema/types.d.ts:91
-##### Returns
+___
-`Object`
+### ConfigPropRootMerged
+
+Ƭ **ConfigPropRootMerged**\<`T`\>: [`ConfigFileBuildConfig`](modules.md#configfilebuildconfig) & `T`
+
+#### Type parameters
+
+| Name |
+| :------ |
+| `T` |
+
+#### Defined in
+
+@rnv/core/lib/schema/types.d.ts:90
+
+___
+
+### ConfigRootAppBaseFragment
+
+Ƭ **ConfigRootAppBaseFragment**: `Object`
+
+#### Type declaration
| Name | Type |
| :------ | :------ |
-| `fail` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
-| `start` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
-| `succeed` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
-| `text` | `string` |
+| `custom?` | `any` |
+| `extend?` | `string` |
+| `extendsTemplate?` | `string` |
+| `hidden?` | `boolean` |
+| `id?` | `string` |
#### Defined in
-api/types.d.ts:24
+@rnv/core/lib/schema/types.d.ts:79
___
-### RnvCLI
+### ConfigRootProjectBaseFragment
-Ƭ **RnvCLI**: `Record`\<`string`, `object`\>
+Ƭ **ConfigRootProjectBaseFragment**: `z.infer`\ & \{ `templateConfig?`: [`ConfigTemplateConfigFragment`](modules.md#configtemplateconfigfragment) }
#### Defined in
-system/types.d.ts:36
+@rnv/core/lib/schema/types.d.ts:108
___
-### RnvContext
+### ConfigTemplateAndroidFragment
-Ƭ **RnvContext**\<`Payload`\>: `Object`
+Ƭ **ConfigTemplateAndroidFragment**: `Object`
-#### Type parameters
+#### Type declaration
| Name | Type |
| :------ | :------ |
-| `Payload` | `any` |
-
-#### Type declaration
-
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `_currentTask?` | `string` | - |
-| `_renativePluginCache` | `Record`\<`string`, [`ConfigFilePlugin`](modules.md#configfileplugin)\> | - |
-| `_requiresNpmInstall?` | `boolean` | - |
-| `assetConfig` | `object` | - |
-| `buildConfig` | [`RnvContextBuildConfig`](modules.md#rnvcontextbuildconfig) | complete object containing ALL renative.*.json files collected and merged during execution |
-| `buildHooks` | `Record`\<`string`, (`c`: [`RnvContext`](modules.md#rnvcontext)) => `Promise`\<`void`\>\> | - |
-| `buildPipes` | `Record`\<`string`, (`c`: [`RnvContext`](modules.md#rnvcontext)) => `Promise`\<`boolean`\>[]\> | - |
-| `cli` | `Record`\<`string`, `string` \| `undefined`\> | - |
-| `command` | `string` \| ``null`` | first command value from cli (ie "rnv run -p android") returns "run" |
-| `configPropsInjects` | [`OverridesOptions`](modules.md#overridesoptions) | - |
-| `files` | [`RnvContextFiles`](modules.md#rnvcontextfiles) | - |
-| `injectableConfigProps` | `Record`\<`string`, [`ConfigProp`](modules.md#configprop)[[`ConfigPropKey`](modules.md#configpropkey)]\> | - |
-| `isBuildHooksReady` | `boolean` | - |
-| `isDefault` | `boolean` | - |
-| `isSystemWin` | `boolean` | - |
-| `logMessages` | `string`[] | - |
-| `paths` | [`RnvContextPaths`](modules.md#rnvcontextpaths) | - |
-| `payload` | `Payload` | Extra payload object used by 3rd party (ie @rnv/sdk-apple) to decorate context with extra typed information |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) | - |
-| `process` | `NodeJS.Process` | - |
-| `program` | [`RnvContextProgram`](modules.md#rnvcontextprogram) | - |
-| `rnvVersion` | `string` | - |
-| `runningProcesses` | `ExecaChildProcess`[] | - |
-| `runtime` | [`RnvContextRuntime`](modules.md#rnvcontextruntime) | - |
-| `runtimePropsInjects` | [`OverridesOptions`](modules.md#overridesoptions) | - |
-| `subCommand` | `string` \| ``null`` | second command value from cli (ie "rnv hooks list") returns "list" |
-| `supportedPlatforms` | `string`[] | - |
-| `systemPropsInjects` | [`OverridesOptions`](modules.md#overridesoptions) | - |
-| `timeEnd` | `Date` | - |
-| `timeStart` | `Date` | - |
+| `templateAndroid?` | `ConfigTemplateAndroidBase` |
#### Defined in
-context/types.d.ts:25
+@rnv/core/lib/schema/types.d.ts:58
___
-### RnvContextAnalytics
+### ConfigTemplateConfigFragment
-Ƭ **RnvContextAnalytics**: `Object`
+Ƭ **ConfigTemplateConfigFragment**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `captureEvent` | (`ops`: \{ `platform?`: [`RnvPlatform`](modules.md#rnvplatform) ; `platforms?`: `string`[] ; `template?`: `string` ; `type`: `string` }) => `void` |
-| `captureException` | (`e`: `string` \| `Error`, `context`: \{ `extra`: `any` }) => `void` |
-| `teardown` | () => `Promise`\<`void`\> |
+| `disabled?` | `boolean` |
+| `includedPaths?` | (`string` \| \{ `engines?`: `string`[] ; `paths`: `string`[] ; `platforms?`: (``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"``)[] })[] |
+| `name?` | `string` |
+| `package_json?` | \{ `browserslist?`: `any` ; `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `name?`: `string` ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> ; `scripts?`: `Record`\<`string`, `string`\> ; `version?`: `string` } |
+| `package_json.browserslist?` | `any` |
+| `package_json.dependencies?` | `Record`\<`string`, `string`\> |
+| `package_json.devDependencies?` | `Record`\<`string`, `string`\> |
+| `package_json.name?` | `string` |
+| `package_json.optionalDependencies?` | `Record`\<`string`, `string`\> |
+| `package_json.peerDependencies?` | `Record`\<`string`, `string`\> |
+| `package_json.scripts?` | `Record`\<`string`, `string`\> |
+| `package_json.version?` | `string` |
+| `renative_json?` | \{ `$schema?`: `string` ; `extendsTemplate?`: `string` } |
+| `renative_json.$schema?` | `string` |
+| `renative_json.extendsTemplate?` | `string` |
+| `version?` | `string` |
#### Defined in
-api/types.d.ts:38
+@rnv/core/lib/schema/types.d.ts:38
___
-### RnvContextBuildConfig
+### ConfigTemplateXcodeFragment
-Ƭ **RnvContextBuildConfig**: `Partial`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\> & \{ `_meta?`: \{ `currentAppConfigId`: `string` } ; `_refs?`: `Record`\<`string`, `string`\> }
+Ƭ **ConfigTemplateXcodeFragment**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `templateXcode?` | \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application?`: `ConfigTemplateXcodeApplication` ; `custom?`: `string`[] ; `userNotificationCenter?`: \{ `didReceiveNotificationResponse?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: `Record`\<`string`, `string`\> ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: `ConfigTemplateXcodeProjectPbxproj` } |
+| `templateXcode.AppDelegate_h?` | \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: `string`[] } |
+| `templateXcode.AppDelegate_h.appDelegateExtensions?` | `string`[] |
+| `templateXcode.AppDelegate_h.appDelegateImports?` | `string`[] |
+| `templateXcode.AppDelegate_h.appDelegateMethods?` | `string`[] |
+| `templateXcode.AppDelegate_mm?` | \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application?`: `ConfigTemplateXcodeApplication` ; `custom?`: `string`[] ; `userNotificationCenter?`: \{ `didReceiveNotificationResponse?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } |
+| `templateXcode.AppDelegate_mm.appDelegateImports?` | `string`[] |
+| `templateXcode.AppDelegate_mm.appDelegateMethods?` | \{ `application?`: `ConfigTemplateXcodeApplication` ; `custom?`: `string`[] ; `userNotificationCenter?`: \{ `didReceiveNotificationResponse?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } |
+| `templateXcode.AppDelegate_mm.appDelegateMethods.application?` | `ConfigTemplateXcodeApplication` |
+| `templateXcode.AppDelegate_mm.appDelegateMethods.custom?` | `string`[] |
+| `templateXcode.AppDelegate_mm.appDelegateMethods.userNotificationCenter?` | \{ `didReceiveNotificationResponse?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent?`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } |
+| `templateXcode.AppDelegate_mm.appDelegateMethods.userNotificationCenter.didReceiveNotificationResponse?` | (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] |
+| `templateXcode.AppDelegate_mm.appDelegateMethods.userNotificationCenter.willPresent?` | (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] |
+| `templateXcode.Info_plist?` | `Record`\<`string`, `string`\> |
+| `templateXcode.Podfile?` | \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } |
+| `templateXcode.Podfile.header?` | `string`[] |
+| `templateXcode.Podfile.injectLines?` | `string`[] |
+| `templateXcode.Podfile.podDependencies?` | `string`[] |
+| `templateXcode.Podfile.post_install?` | `string`[] |
+| `templateXcode.Podfile.sources?` | `string`[] |
+| `templateXcode.Podfile.staticPods?` | `string`[] |
+| `templateXcode.project_pbxproj?` | `ConfigTemplateXcodeProjectPbxproj` |
#### Defined in
-context/types.d.ts:69
+@rnv/core/lib/schema/types.d.ts:64
___
-### RnvContextFileKey
+### CreateContextOptions
-Ƭ **RnvContextFileKey**: ``"config"`` \| ``"configLocal"`` \| ``"configPrivate"``
+Ƭ **CreateContextOptions**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `RNV_HOME_DIR?` | `string` |
+| `cmd?` | `string` |
+| `process` | `NodeJS.Process` |
+| `program` | [`RnvContextProgram`](modules.md#rnvcontextprogram)\<[`ProgramOptionsKey`](modules.md#programoptionskey)\> |
+| `subCmd?` | `string` |
#### Defined in
-context/types.d.ts:302
+@rnv/core/lib/context/types.d.ts:14
___
-### RnvContextFileObj
+### CreateRnvEngineOpts
-Ƭ **RnvContextFileObj**\<`T`\>: `Object`
+Ƭ **CreateRnvEngineOpts**\<`OKey`, `Modules`, `OKeys`\>: `Object`
#### Type parameters
-| Name |
-| :------ |
-| `T` |
+| Name | Type |
+| :------ | :------ |
+| `OKey` | extends `string` |
+| `Modules` | extends [[`RnvModule`](modules.md#rnvmodule), ...RnvModule[]] |
+| `OKeys` | extends `string` = `OKey` \| `ExtractModuleOKey`\<`Modules`[`number`]\> |
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `config?` | `T` |
-| `configLocal?` | [`ConfigFileLocal`](modules.md#configfilelocal) |
-| `configPrivate?` | [`ConfigFilePrivate`](modules.md#configfileprivate) |
-| `config_original?` | `T` |
-| `configs` | `T`[] |
-| `configsLocal` | [`ConfigFileLocal`](modules.md#configfilelocal)[] |
-| `configsPrivate` | [`ConfigFilePrivate`](modules.md#configfileprivate)[] |
+| `config` | [`ConfigFileEngine`](modules.md#configfileengine) |
+| `extendModules?` | `Modules` |
+| `originalTemplatePlatformProjectDir?` | `string` |
+| `originalTemplatePlatformsDir?` | `string` |
+| `outputDirName?` | `string` |
+| `platforms` | [`RnvEnginePlatforms`](modules.md#rnvengineplatforms) |
+| `projectDirName?` | `string` |
+| `rootPath?` | `string` |
+| `runtimeExtraProps?` | `Record`\<`string`, `string`\> |
+| `serverDirName?` | `string` |
+| `tasks` | `ReadonlyArray`\<[`RnvTask`](modules.md#rnvtask)\<`OKeys`, `UnionToIntersection`\<`ExtractModulePayload`\<`Modules`[`number`]\>\>\>\> |
#### Defined in
-context/types.d.ts:157
+@rnv/core/lib/engines/types.d.ts:10
___
-### RnvContextFiles
+### CreateRnvModuleOpts
-Ƭ **RnvContextFiles**: `Object`
+Ƭ **CreateRnvModuleOpts**\<`OKey`, `Payload`\>: `Object`
+
+#### Type parameters
+
+| Name |
+| :------ |
+| `OKey` |
+| `Payload` |
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `appConfig` | [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileApp`](modules.md#configfileapp)\> |
-| `defaultWorkspace` | [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileWorkspace`](modules.md#configfileworkspace)\> & \{ `appConfig`: [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileApp`](modules.md#configfileapp)\> ; `project`: [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileProject`](modules.md#configfileproject)\> } |
-| `project` | [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileProject`](modules.md#configfileproject)\> & \{ `assets`: \{ `config?`: [`ConfigFileRuntime`](modules.md#configfileruntime) } ; `builds`: `Record`\<`string`, [`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\> ; `package`: `NpmPackageFile` } |
-| `rnv` | \{ `configWorkspaces?`: [`ConfigFileWorkspaces`](modules.md#configfileworkspaces) ; `package`: `NpmPackageFile` ; `pluginTemplates`: \{ `config?`: [`ConfigFilePlugins`](modules.md#configfileplugins) ; `configs`: `Record`\<`string`, [`ConfigFilePlugins`](modules.md#configfileplugins)\> } ; `projectTemplates`: \{ `config?`: [`ConfigFileTemplates`](modules.md#configfiletemplates) } } |
-| `rnv.configWorkspaces?` | [`ConfigFileWorkspaces`](modules.md#configfileworkspaces) |
-| `rnv.package` | `NpmPackageFile` |
-| `rnv.pluginTemplates` | \{ `config?`: [`ConfigFilePlugins`](modules.md#configfileplugins) ; `configs`: `Record`\<`string`, [`ConfigFilePlugins`](modules.md#configfileplugins)\> } |
-| `rnv.pluginTemplates.config?` | [`ConfigFilePlugins`](modules.md#configfileplugins) |
-| `rnv.pluginTemplates.configs` | `Record`\<`string`, [`ConfigFilePlugins`](modules.md#configfileplugins)\> |
-| `rnv.projectTemplates` | \{ `config?`: [`ConfigFileTemplates`](modules.md#configfiletemplates) } |
-| `rnv.projectTemplates.config?` | [`ConfigFileTemplates`](modules.md#configfiletemplates) |
-| `workspace` | [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileWorkspace`](modules.md#configfileworkspace)\> & \{ `appConfig`: [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileApp`](modules.md#configfileapp)\> ; `project`: [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileProject`](modules.md#configfileproject)\> } |
+| `contextPayload?` | `Payload` extends `object` ? `Payload` : `never` |
+| `name?` | `string` |
+| `tasks` | `ReadonlyArray`\<[`RnvTask`](modules.md#rnvtask)\<`OKey`, `Payload`\>\> |
+| `type` | [`RnvModuleType`](modules.md#rnvmoduletype) |
#### Defined in
-context/types.d.ts:128
+@rnv/core/lib/modules/types.d.ts:3
___
-### RnvContextPathObj
+### CreateRnvTaskOpt
-Ƭ **RnvContextPathObj**: `Object`
+Ƭ **CreateRnvTaskOpt**\<`OKey`\>: `Object`
+
+#### Type parameters
+
+| Name |
+| :------ |
+| `OKey` |
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `appConfigsDir` | `string` |
-| `config` | `string` |
-| `configExists?` | `boolean` |
-| `configLocal` | `string` |
-| `configLocalExists?` | `boolean` |
-| `configPrivate` | `string` |
-| `configPrivateExists?` | `boolean` |
-| `configs` | `string`[] |
-| `configsLocal` | `string`[] |
-| `configsPrivate` | `string`[] |
-| `dir` | `string` |
-| `dirs` | `string`[] |
-| `fontsDir` | `string` |
-| `fontsDirs` | `string`[] |
-| `pluginDirs` | `string`[] |
+| `beforeDependsOn?` | [`RnvTaskFn`](modules.md#rnvtaskfn)\<`OKey`\> |
+| `dependsOn?` | `string`[] |
+| `description` | `string` |
+| `fn?` | [`RnvTaskFn`](modules.md#rnvtaskfn)\<`OKey`\> |
+| `fnHelp?` | [`RnvTaskHelpFn`](modules.md#rnvtaskhelpfn) |
+| `forceBuildHookRebuild?` | `boolean` |
+| `ignoreEngines?` | `boolean` |
+| `isGlobalScope?` | `boolean` |
+| `isPriorityOrder?` | `boolean` |
+| `isPrivate?` | `boolean` |
+| `options?` | `ReadonlyArray`\<[`RnvTaskOption`](modules.md#rnvtaskoption)\<`OKey`\>\> |
+| `platforms?` | [`RnvPlatformKey`](modules.md#rnvplatformkey)[] |
+| `task` | `string` |
#### Defined in
-context/types.d.ts:278
+@rnv/core/lib/tasks/types.d.ts:8
___
-### RnvContextPaths
+### DependencyMutation
-Ƭ **RnvContextPaths**: `Object`
+Ƭ **DependencyMutation**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `CURRENT_DIR` | `string` |
-| `GLOBAL_RNV_CONFIG` | `string` |
-| `GLOBAL_RNV_DIR` | `string` |
-| `IS_LINKED` | `boolean` |
-| `IS_NPX_MODE` | `boolean` |
-| `RNV_HOME_DIR` | `string` |
-| `RNV_NODE_MODULES_DIR` | `string` |
-| `appConfig` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) |
-| `appConfigBase` | `string` |
-| `buildHooks` | \{ `dir`: `string` ; `dist`: \{ `dir`: `string` ; `index`: `string` } ; `index`: `string` } |
-| `buildHooks.dir` | `string` |
-| `buildHooks.dist` | \{ `dir`: `string` ; `index`: `string` } |
-| `buildHooks.dist.dir` | `string` |
-| `buildHooks.dist.index` | `string` |
-| `buildHooks.index` | `string` |
-| `defaultWorkspace` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) & \{ `appConfig`: \{ `configs`: `string`[] ; `configsLocal`: `string`[] ; `configsPrivate`: `string`[] } ; `project`: \{ `appConfigBase`: \{ `dir`: `string` } ; `assets`: \{ `dir`: `string` } ; `builds`: \{ `dir`: `string` } } } |
-| `home` | \{ `dir`: `string` } |
-| `home.dir` | `string` |
-| `project` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) & \{ `appConfigBase`: \{ `dir`: `string` ; `fontsDir`: `string` ; `fontsDirs`: `string`[] ; `pluginsDir`: `string` } ; `appConfigsDirNames`: `string`[] ; `appConfigsDirs`: `string`[] ; `assets`: \{ `config`: `string` ; `dir`: `string` ; `runtimeDir`: `string` } ; `babelConfig?`: `string` ; `builds`: \{ `config`: `string` ; `dir`: `string` } ; `dir`: `string` ; `dotRnvDir`: `string` ; `fontSourceDirs?`: `string`[] ; `nodeModulesDir`: `string` ; `package?`: `string` ; `platformTemplatesDirs`: `Record`\<`string`, `string`\> ; `srcDir?`: `string` } |
-| `rnv` | \{ `configWorkspaces`: `string` ; `dir`: `string` ; `engines`: \{ `dir`: `string` } ; `package`: `string` ; `pluginTemplates`: \{ `config?`: `string` ; `dirs`: `Record`\<`string`, `string`\> ; `overrideDir?`: `string` } ; `projectTemplate`: \{ `dir`: `string` } ; `projectTemplates`: \{ `config`: `string` ; `dir`: `string` } } |
-| `rnv.configWorkspaces` | `string` |
-| `rnv.dir` | `string` |
-| `rnv.engines` | \{ `dir`: `string` } |
-| `rnv.engines.dir` | `string` |
-| `rnv.package` | `string` |
-| `rnv.pluginTemplates` | \{ `config?`: `string` ; `dirs`: `Record`\<`string`, `string`\> ; `overrideDir?`: `string` } |
-| `rnv.pluginTemplates.config?` | `string` |
-| `rnv.pluginTemplates.dirs` | `Record`\<`string`, `string`\> |
-| `rnv.pluginTemplates.overrideDir?` | `string` |
-| `rnv.projectTemplate` | \{ `dir`: `string` } |
-| `rnv.projectTemplate.dir` | `string` |
-| `rnv.projectTemplates` | \{ `config`: `string` ; `dir`: `string` } |
-| `rnv.projectTemplates.config` | `string` |
-| `rnv.projectTemplates.dir` | `string` |
-| `template` | \{ `appConfigBase`: \{ `dir`: `string` } ; `appConfigsDir`: `string` ; `assets`: \{ `dir`: `string` } ; `builds`: \{ `dir`: `string` } ; `config`: `string` ; `configTemplate`: `string` ; `dir`: `string` } |
-| `template.appConfigBase` | \{ `dir`: `string` } |
-| `template.appConfigBase.dir` | `string` |
-| `template.appConfigsDir` | `string` |
-| `template.assets` | \{ `dir`: `string` } |
-| `template.assets.dir` | `string` |
-| `template.builds` | \{ `dir`: `string` } |
-| `template.builds.dir` | `string` |
-| `template.config` | `string` |
-| `template.configTemplate` | `string` |
-| `template.dir` | `string` |
-| `workspace` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) & \{ `appConfig`: [`RnvContextPathObj`](modules.md#rnvcontextpathobj) ; `project`: [`RnvContextPathObj`](modules.md#rnvcontextpathobj) & \{ `appConfigBase`: \{ `dir`: `string` } ; `assets`: `string` ; `builds`: `string` } } |
+| `msg` | `string` |
+| `name` | `string` |
+| `original?` | \{ `version`: `string` } |
+| `original.version` | `string` |
+| `source` | `string` |
+| `targetPath?` | `string` |
+| `type` | [`NpmDepKey`](modules.md#npmdepkey) |
+| `updated` | \{ `version`: `string` } |
+| `updated.version` | `string` |
#### Defined in
-context/types.d.ts:166
+@rnv/core/lib/projects/types.d.ts:4
___
-### RnvContextPlatform
+### DoResolveFn
-Ƭ **RnvContextPlatform**: `Object`
+Ƭ **DoResolveFn**: (`aPath?`: `string`, `mandatory?`: `boolean`, `options?`: [`ResolveOptions`](modules.md#resolveoptions)) => `string` \| `undefined`
#### Type declaration
+▸ (`aPath?`, `mandatory?`, `options?`): `string` \| `undefined`
+
+##### Parameters
+
| Name | Type |
| :------ | :------ |
-| `engine?` | [`RnvEngine`](modules.md#rnvengine) |
-| `isConnected` | `boolean` |
-| `isValid?` | `boolean` |
-| `platform` | [`PlatformKey`](modules.md#platformkey) |
-| `port?` | `number` |
+| `aPath?` | `string` |
+| `mandatory?` | `boolean` |
+| `options?` | [`ResolveOptions`](modules.md#resolveoptions) |
+
+##### Returns
+
+`string` \| `undefined`
#### Defined in
-context/types.d.ts:295
+@rnv/core/lib/system/types.d.ts:1
___
-### RnvContextProgram
+### Env
-Ƭ **RnvContextProgram**: [`ParamKeys`](modules.md#paramkeys) & \{ `args?`: `string`[] ; `option?`: (`cmd`: `string`, `desc`: `string`) => `void` ; `parse?`: (`arg`: `string`[]) => `void` ; `rawArgs?`: `string`[] }
+Ƭ **Env**: `Record`\<`string`, `any`\>
#### Defined in
-context/types.d.ts:19
+@rnv/core/lib/types.d.ts:8
___
-### RnvContextRuntime
+### ExecCallback
-Ƭ **RnvContextRuntime**: `Object`
+Ƭ **ExecCallback**: (`result`: `unknown`, `isError`: `boolean`) => `void`
#### Type declaration
+▸ (`result`, `isError`): `void`
+
+##### Parameters
+
| Name | Type |
| :------ | :------ |
-| `_platformBuildsSuffix?` | `string` |
-| `_skipNativeDepResolutions` | `boolean` |
-| `_skipPluginScopeWarnings` | `boolean` |
-| `activeTemplate?` | `string` |
-| `appConfigDir?` | `string` |
-| `appDir?` | `string` |
-| `appId?` | `string` |
-| `availablePlatforms` | [`PlatformKey`](modules.md#platformkey)[] |
-| `bundleAssets` | `boolean` |
-| `currentEngine?` | [`RnvEngine`](modules.md#rnvengine) |
-| `currentPlatform?` | [`RnvEnginePlatform`](modules.md#rnvengineplatform) |
-| `currentTemplate?` | `string` |
-| `disableReset` | `boolean` |
-| `engine?` | [`RnvEngine`](modules.md#rnvengine) |
-| `enginesById` | `Record`\<`string`, [`RnvEngine`](modules.md#rnvengine)\> |
-| `enginesByIndex` | [`RnvEngine`](modules.md#rnvengine)[] |
-| `enginesByPlatform` | `Record`\<`string`, [`RnvEngine`](modules.md#rnvengine)\> |
-| `forceBuildHookRebuild` | `boolean` |
-| `forceBundleAssets?` | `boolean` |
-| `hasAllEnginesRegistered` | `boolean` |
-| `hosted` | `boolean` |
-| `isTargetTrue` | `boolean` |
-| `isWSConfirmed` | `boolean` |
-| `keepSessionActive` | `boolean` |
-| `localhost?` | `string` |
-| `missingEnginePlugins` | `Record`\<`string`, `string`\> |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `platformBuildsProjectPath?` | `string` |
-| `pluginVersions` | `Record`\<`string`, `string`\> |
-| `plugins` | `Record`\<`string`, [`RnvPlugin`](modules.md#rnvplugin)\> |
-| `port` | `number` |
-| `requiresBootstrap` | `boolean` |
-| `requiresForcedTemplateApply` | `boolean` |
-| `rnvVersionProject?` | `string` |
-| `rnvVersionRunner?` | `string` |
-| `runtimeExtraProps` | `Record`\<`string`, `string`\> |
-| `scheme?` | `string` |
-| `selectedTemplate?` | `string` |
-| `selectedWorkspace?` | `string` |
-| `shouldOpenBrowser?` | `boolean` |
-| `skipActiveServerCheck` | `boolean` |
-| `skipBuildHooks` | `boolean` |
-| `skipPackageUpdate?` | `boolean` |
-| `supportedPlatforms` | [`RnvContextPlatform`](modules.md#rnvcontextplatform)[] |
-| `target?` | `string` |
-| `targetUDID?` | `string` |
-| `task?` | `string` |
-| `timestamp?` | `number` |
-| `versionCheckCompleted` | `boolean` |
-| `webpackTarget?` | `string` |
+| `result` | `unknown` |
+| `isError` | `boolean` |
+
+##### Returns
+
+`void`
#### Defined in
-context/types.d.ts:75
+@rnv/core/lib/system/types.d.ts:27
___
-### RnvEngine
+### ExecOptions
-Ƭ **RnvEngine**: `Object`
+Ƭ **ExecOptions**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `config` | [`ConfigFileEngine`](modules.md#configfileengine) |
-| `originalTemplatePlatformProjectDir?` | `string` |
-| `originalTemplatePlatformsDir?` | `string` |
-| `outputDirName?` | `string` |
-| `platforms` | `Partial`\<`Record`\<[`PlatformKey`](modules.md#platformkey), [`RnvEnginePlatform`](modules.md#rnvengineplatform)\>\> |
-| `projectDirName` | `string` |
-| `rootPath?` | `string` |
-| `runtimeExtraProps` | `Record`\<`string`, `string`\> |
-| `serverDirName` | `string` |
-| `tasks` | [`RnvTaskMap`](modules.md#rnvtaskmap) |
+| `all?` | `boolean` |
+| `cwd?` | `string` |
+| `detached?` | `boolean` |
+| `env?` | `Record`\<`string`, `any`\> |
+| `ignoreErrors?` | `boolean` |
+| `localDir?` | `string` |
+| `maxErrorLength?` | `number` |
+| `mono?` | `boolean` |
+| `preferLocal?` | `boolean` |
+| `privateParams?` | `string`[] |
+| `rawCommand?` | \{ `args`: `string`[] } |
+| `rawCommand.args` | `string`[] |
+| `shell?` | `boolean` |
+| `silent?` | `boolean` |
+| `stdio?` | ``"pipe"`` \| ``"inherit"`` \| ``"ignore"`` |
+| `timeout?` | `number` |
#### Defined in
-engines/types.d.ts:4
+@rnv/core/lib/system/types.d.ts:8
___
-### RnvEngineInstallConfig
+### FileUtilsPropConfig
-Ƭ **RnvEngineInstallConfig**: `Object`
+Ƭ **FileUtilsPropConfig**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `configPath?` | `string` |
-| `engineRootPath?` | `string` |
-| `key` | `string` |
-| `version?` | `string` |
+| `configProps?` | `Record`\<`string`, `any`\> |
+| `files?` | `Record`\<`string`, `any`\> |
+| `props` | `Record`\<`string`, `string`\> |
+| `runtimeProps?` | `Record`\<`string`, `any`\> |
#### Defined in
-engines/types.d.ts:26
+@rnv/core/lib/system/types.d.ts:37
___
-### RnvEnginePlatform
+### GetConfigPropFn
-Ƭ **RnvEnginePlatform**: `Object`
+Ƭ **GetConfigPropFn**\<`T`\>: `T` extends [`ConfigPropKey`](modules.md#configpropkey) ? \(`key`: `T`, `defaultVal?`: [`ConfigProp`](modules.md#configprop)[`T`], `obj?`: `Partial`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\>) => [`ConfigProp`](modules.md#configprop)[`T`] \| `undefined` : \(`key`: `string`, `defaultVal?`: `T`, `obj?`: `Partial`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\>) => `T` \| `undefined`
-#### Type declaration
+#### Type parameters
| Name | Type |
| :------ | :------ |
-| `defaultPort` | `number` |
-| `extensions` | `string`[] |
-| `isWebHosted?` | `boolean` |
+| `T` | [`ConfigPropKey`](modules.md#configpropkey) |
#### Defined in
-engines/types.d.ts:16
+@rnv/core/lib/api/types.d.ts:121
___
-### RnvEngineTemplate
+### GetConfigPropVal
-Ƭ **RnvEngineTemplate**: `Object`
+Ƭ **GetConfigPropVal**\<`T`, `K`\>: [`ConfigPropMerged`](modules.md#configpropmerged)\<`T`\>[`K`] \| `undefined`
-#### Type declaration
+#### Type parameters
| Name | Type |
| :------ | :------ |
-| `id` | `string` |
-| `packageName?` | `string` |
+| `T` | `T` |
+| `K` | extends [`ConfigPropKeyMerged`](modules.md#configpropkeymerged)\<`T`\> |
#### Defined in
-engines/types.d.ts:21
+@rnv/core/lib/schema/types.d.ts:146
___
-### RnvEngineTemplateMap
+### GetConfigRootPropVal
-Ƭ **RnvEngineTemplateMap**: `Record`\<`string`, [`RnvEngineTemplate`](modules.md#rnvenginetemplate)\>
+Ƭ **GetConfigRootPropVal**\<`T`, `K`\>: [`ConfigPropRootMerged`](modules.md#configproprootmerged)\<`T`\>[`K`] \| `undefined`
+
+#### Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `T` | `T` |
+| `K` | extends [`ConfigPropRootKeyMerged`](modules.md#configproprootkeymerged)\<`T`\> |
#### Defined in
-engines/types.d.ts:25
+@rnv/core/lib/schema/types.d.ts:92
___
-### RnvError
+### GetContextType
-Ƭ **RnvError**: `any`
+Ƭ **GetContextType**\<`Type`\>: () => [`GetReturnType`](modules.md#getreturntype)\<`Type`\>
-#### Defined in
+#### Type parameters
+
+| Name |
+| :------ |
+| `Type` |
-types.d.ts:9
+#### Type declaration
-___
+▸ (): [`GetReturnType`](modules.md#getreturntype)\<`Type`\>
-### RnvPlatform
+##### Returns
-Ƭ **RnvPlatform**: [`PlatformKey`](modules.md#platformkey) \| ``null``
+[`GetReturnType`](modules.md#getreturntype)\<`Type`\>
#### Defined in
-types.d.ts:4
+@rnv/core/lib/context/types.d.ts:305
___
-### RnvPlatformWithAll
+### GetReturnType
+
+Ƭ **GetReturnType**\<`Type`\>: `Type` extends (...`args`: `never`[]) => infer Return ? `Return` : `never`
+
+#### Type parameters
-Ƭ **RnvPlatformWithAll**: [`PlatformKey`](modules.md#platformkey) \| ``"all"``
+| Name |
+| :------ |
+| `Type` |
#### Defined in
-types.d.ts:5
+@rnv/core/lib/context/types.d.ts:304
___
-### RnvPlugin
+### NpmDepKey
-Ƭ **RnvPlugin**: [`RenativeConfigPlugin`](modules.md#renativeconfigplugin) & \{ `_id?`: `string` ; `_scopes?`: `string`[] ; `config?`: [`ConfigFilePlugin`](modules.md#configfileplugin) ; `packageName?`: `string` ; `scope?`: `string` }
+Ƭ **NpmDepKey**: ``"dependencies"`` \| ``"devDependencies"`` \| ``"peerDependencies"`` \| ``"optionalDependencies"`` \| ``"resolutions"``
#### Defined in
-plugins/types.d.ts:20
+@rnv/core/lib/configs/types.d.ts:15
___
-### RnvPluginScope
+### NpmPackageFile
-Ƭ **RnvPluginScope**: `Object`
+Ƭ **NpmPackageFile**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `npmVersion?` | `string` |
-| `scope` | `string` |
+| `author?` | `string` |
+| `dependencies?` | `Record`\<`string`, `string`\> |
+| `description?` | `string` |
+| `devDependencies?` | `Record`\<`string`, `string`\> |
+| `license?` | `string` |
+| `main?` | `string` |
+| `name?` | `string` |
+| `optionalDependencies?` | `Record`\<`string`, `string`\> |
+| `peerDependencies?` | `Record`\<`string`, `string`\> |
+| `resolutions?` | `Record`\<`string`, `string`\> |
+| `version?` | `string` |
#### Defined in
-plugins/types.d.ts:16
+@rnv/core/lib/configs/types.d.ts:1
___
-### RnvTask
+### NpmPackageFileKey
-Ƭ **RnvTask**: `Object`
+Ƭ **NpmPackageFileKey**: keyof [`NpmPackageFile`](modules.md#npmpackagefile)
-#### Type declaration
+#### Defined in
-| Name | Type |
-| :------ | :------ |
-| `description` | `string` |
-| `fn?` | [`RnvTaskFn`](modules.md#rnvtaskfn) |
-| `fnHelp?` | [`RnvTaskFn`](modules.md#rnvtaskfn) |
-| `forceBuildHookRebuild?` | `boolean` |
-| `ignoreEngines?` | `boolean` |
-| `isGlobalScope?` | `boolean` |
-| `isPriorityOrder?` | `boolean` |
-| `isPrivate?` | `boolean` |
-| `params` | [`RnvTaskParameter`](modules.md#rnvtaskparameter)[] |
-| `platforms` | [`PlatformKey`](modules.md#platformkey)[] |
-| `task` | `string` |
+@rnv/core/lib/configs/types.d.ts:14
+
+___
+
+### OverridesOptions
+
+Ƭ **OverridesOptions**: \{ `override`: `string` \| `number` \| `undefined` ; `pattern`: `string` }[]
#### Defined in
-tasks/types.d.ts:3
+@rnv/core/lib/system/types.d.ts:28
___
-### RnvTaskFn
+### ParamKeys
+
+Ƭ **ParamKeys**\<`Okey`, `T`\>: `Partial`\<`Record`\<[`ProgramOptionsKey`](modules.md#programoptionskey) \| [`UnionKey`](modules.md#unionkey)\<`Okey`\>, `T`\>\>
+
+#### Type parameters
+
+| Name |
+| :------ |
+| `Okey` |
+| `T` |
+
+#### Defined in
-Ƭ **RnvTaskFn**: (`c`: [`RnvContext`](modules.md#rnvcontext), `parentTask?`: `string`, `originTask?`: `string`) => `Promise`\<`any`\>
+@rnv/core/lib/tasks/types.d.ts:7
+
+___
+
+### ParseFontsCallback
+
+Ƭ **ParseFontsCallback**: (`font`: `string`, `dir`: `string`) => `void`
#### Type declaration
-▸ (`c`, `parentTask?`, `originTask?`): `Promise`\<`any`\>
+▸ (`font`, `dir`): `void`
##### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `parentTask?` | `string` |
-| `originTask?` | `string` |
+| `font` | `string` |
+| `dir` | `string` |
##### Returns
-`Promise`\<`any`\>
+`void`
#### Defined in
-tasks/types.d.ts:41
+@rnv/core/lib/projects/types.d.ts:2
___
-### RnvTaskMap
+### PlatPropKey
-Ƭ **RnvTaskMap**: `Record`\<`string`, [`RnvTask`](modules.md#rnvtask)\>
+Ƭ **PlatPropKey**: keyof [`ConfigPlatformSchemaFragment`](modules.md#configplatformschemafragment)
#### Defined in
-tasks/types.d.ts:40
+@rnv/core/lib/schema/types.d.ts:72
___
-### RnvTaskParameter
+### PlatformBuildSchemeKey
-Ƭ **RnvTaskParameter**: `Object`
+Ƭ **PlatformBuildSchemeKey**: keyof [`ConfigPlatformBuildSchemeSchema`](modules.md#configplatformbuildschemeschema)
-#### Type declaration
+#### Defined in
-| Name | Type |
-| :------ | :------ |
-| `description` | `string` |
-| `examples?` | `string`[] |
-| `isRequired?` | `boolean` |
-| `key?` | `string` |
-| `options?` | `string`[] |
-| `shortcut?` | `string` |
-| `value?` | `string` |
-| `variadic?` | `boolean` |
-
-#### Defined in
-
-tasks/types.d.ts:30
+@rnv/core/lib/schema/types.d.ts:74
___
-### RuntimePropKey
+### PluginCallback
-Ƭ **RuntimePropKey**: keyof [`RnvContextRuntime`](modules.md#rnvcontextruntime)
+Ƭ **PluginCallback**: (`plugin`: [`RnvPlugin`](modules.md#rnvplugin), `pluginPlat`: [`ConfigPluginPlatformSchema`](modules.md#configpluginplatformschema), `key`: `string`) => `void`
-#### Defined in
+#### Type declaration
-context/types.d.ts:127
+▸ (`plugin`, `pluginPlat`, `key`): `void`
-___
+##### Parameters
-### TaskItemMap
+| Name | Type |
+| :------ | :------ |
+| `plugin` | [`RnvPlugin`](modules.md#rnvplugin) |
+| `pluginPlat` | [`ConfigPluginPlatformSchema`](modules.md#configpluginplatformschema) |
+| `key` | `string` |
-Ƭ **TaskItemMap**: `Record`\<`string`, \{ `desc?`: `string` ; `taskKey`: `string` }\>
+##### Returns
+
+`void`
#### Defined in
-tasks/types.d.ts:42
+@rnv/core/lib/plugins/types.d.ts:2
___
-### TaskObj
+### PluginListResponse
-Ƭ **TaskObj**: `Object`
+Ƭ **PluginListResponse**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `key` | `string` |
-| `taskInstance` | [`RnvTask`](modules.md#rnvtask) |
+| `allPlugins` | `Record`\<`string`, [`PluginListResponseItem`](modules.md#pluginlistresponseitem)\> |
+| `asArray` | [`PluginListResponseItem`](modules.md#pluginlistresponseitem)[] |
+| `asString` | `string` |
+| `plugins` | `string`[] |
#### Defined in
-tasks/types.d.ts:46
+@rnv/core/lib/plugins/types.d.ts:3
___
-### TaskOption
+### PluginListResponseItem
-Ƭ **TaskOption**: `Object`
+Ƭ **PluginListResponseItem**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `asArray?` | `string`[] |
-| `command` | `string` |
-| `description?` | `string` |
-| `isGlobalScope?` | `boolean` |
-| `isPriorityOrder?` | `boolean` |
-| `isPrivate?` | `boolean` |
| `name` | `string` |
-| `params?` | [`RnvTaskParameter`](modules.md#rnvtaskparameter)[] |
-| `provider?` | `string` |
-| `subCommand?` | `string` |
-| `subTasks?` | [`TaskOption`](modules.md#taskoption)[] |
+| `props?` | `Record`\<`string`, `string`\> |
| `value` | `string` |
+| `version?` | `string` |
#### Defined in
-tasks/types.d.ts:16
+@rnv/core/lib/plugins/types.d.ts:9
___
-### TimestampPathsConfig
+### ProgramOptionsKey
-Ƭ **TimestampPathsConfig**: `Object`
+Ƭ **ProgramOptionsKey**: keyof typeof [`RnvTaskOptions`](modules.md#rnvtaskoptions)
+
+#### Defined in
+
+@rnv/core/lib/tasks/taskOptions.d.ts:59
+
+___
+
+### PromptOptions
+
+Ƭ **PromptOptions**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `paths` | `string`[] |
-| `timestamp` | `number` |
+| `asString` | `string` |
+| `keysAsArray` | `string`[] |
+| `keysAsObject` | `Record`\<`string`, `string`\> |
+| `optionsAsArray` | `any`[] |
+| `valuesAsArray` | `any`[] |
+| `valuesAsObject` | `Record`\<`string`, `any`\> |
#### Defined in
-system/types.d.ts:32
+@rnv/core/lib/api/types.d.ts:95
-## Variables
+___
-### CoreEnvVars
+### PromptParams
-• `Const` **CoreEnvVars**: `Object`
+Ƭ **PromptParams**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `BASE` | () => `RnvEnvContext` |
-| `RNV_EXTENSIONS` | () => \{ `RNV_EXTENSIONS`: `string`[] } |
+| `choices?` | (\{ `name`: `string` ; `value`: `any` } \| `string`)[] |
+| `default?` | `any` |
+| `initialValue?` | `string` |
+| `logMessage?` | `string` |
+| `loop?` | `boolean` |
+| `message?` | `string` |
+| `name?` | `string` |
+| `pageSize?` | `number` |
+| `source?` | (`answersSoFar`: `any`, `input`: `string` \| `undefined`) => `Promise`\<`any`\> |
+| `type` | `string` |
+| `validate?` | (`i`: `string`) => `string` \| `boolean` |
+| `warningMessage?` | `string` |
#### Defined in
-env/index.d.ts:2
+@rnv/core/lib/api/types.d.ts:103
___
-### DEFAULTS
+### PromptRenderFn
-• `Const` **DEFAULTS**: `Object`
+Ƭ **PromptRenderFn**: (`i`: `number`, `obj`: `any`, `mapping`: `any`, `defaultVal`: `string`) => `string`
#### Type declaration
+▸ (`i`, `obj`, `mapping`, `defaultVal`): `string`
+
+##### Parameters
+
| Name | Type |
| :------ | :------ |
-| `author` | `string` |
-| `backgroundColor` | `string` |
-| `buildToolsVersion` | `string` |
-| `certificateProfile` | `string` |
-| `compileSdkVersion` | `number` |
-| `deploymentTarget` | `string` |
-| `devServerHost` | `string` |
-| `gradleWrapperVersion` | `string` |
-| `minSdkVersion` | `number` |
-| `signingConfig` | `string` |
-| `targetSdkVersion` | `number` |
+| `i` | `number` |
+| `obj` | `any` |
+| `mapping` | `any` |
+| `defaultVal` | `string` |
+
+##### Returns
+
+`string`
#### Defined in
-schema/defaults.d.ts:1
+@rnv/core/lib/api/types.d.ts:120
___
-### DEFAULT\_TASK\_DESCRIPTIONS
+### RenativeConfigVersion
-• `Const` **DEFAULT\_TASK\_DESCRIPTIONS**: `Record`\<`string`, `string`\>
+Ƭ **RenativeConfigVersion**: `string` \| \{ `version`: `string` }
#### Defined in
-tasks/constants.d.ts:62
+@rnv/core/lib/types.d.ts:4
___
-### ExecOptionsPresets
+### ResolveOptions
-• `Const` **ExecOptionsPresets**: `Object`
+Ƭ **ResolveOptions**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `FIRE_AND_FORGET` | [`ExecOptions`](modules.md#execoptions) |
-| `INHERIT_OUTPUT_NO_SPINNER` | [`ExecOptions`](modules.md#execoptions) |
-| `NO_SPINNER_FULL_ERROR_SUMMARY` | [`ExecOptions`](modules.md#execoptions) |
-| `SPINNER_FULL_ERROR_SUMMARY` | [`ExecOptions`](modules.md#execoptions) |
+| `basedir?` | `string` |
+| `extensions?` | `string`[] |
+| `forceForwardPaths?` | `boolean` |
+| `keepSuffix?` | `boolean` |
#### Defined in
-system/exec.d.ts:4
+@rnv/core/lib/system/types.d.ts:2
___
-### PARAMS
+### RnvApi
-• `Const` **PARAMS**: `Object`
+Ƭ **RnvApi**: `Object`
#### Type declaration
| Name | Type |
| :------ | :------ |
-| `all` | `string`[] |
-| `withAll` | (`arr?`: [`RnvTaskParameter`](modules.md#rnvtaskparameter)[]) => [`RnvTaskParameter`](modules.md#rnvtaskparameter)[] |
-| `withBase` | (`arr?`: [`RnvTaskParameter`](modules.md#rnvtaskparameter)[]) => [`RnvTaskParameter`](modules.md#rnvtaskparameter)[] |
-| `withConfigure` | (`arr?`: [`RnvTaskParameter`](modules.md#rnvtaskparameter)[]) => [`RnvTaskParameter`](modules.md#rnvtaskparameter)[] |
-| `withRun` | (`arr?`: [`RnvTaskParameter`](modules.md#rnvtaskparameter)[]) => [`RnvTaskParameter`](modules.md#rnvtaskparameter)[] |
+| `analytics` | [`RnvContextAnalytics`](modules.md#rnvcontextanalytics) |
+| `doResolve` | [`DoResolveFn`](modules.md#doresolvefn) |
+| `fsExistsSync` | typeof `fs.existsSync` |
+| `fsReadFileSync` | (`dest`: `fs.PathLike` \| `undefined`) => `Buffer` |
+| `fsReaddirSync` | (`dest`: `fs.PathLike` \| `undefined`) => `string`[] |
+| `fsWriteFileSync` | (`dest`: `string` \| `undefined`, `data`: `string`, `options?`: `fs.WriteFileOptions`) => `void` |
+| `getConfigProp` | [`GetConfigPropFn`](modules.md#getconfigpropfn) |
+| `isDefault` | `boolean` |
+| `logger` | [`RnvApiLogger`](modules.md#rnvapilogger) |
+| `path` | typeof `path` |
+| `prompt` | [`RnvApiPrompt`](modules.md#rnvapiprompt) |
+| `spinner` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
#### Defined in
-tasks/constants.d.ts:343
+@rnv/core/lib/api/types.d.ts:10
___
-### PARAM\_KEYS
-
-• `Const` **PARAM\_KEYS**: `Record`\<`string`, [`RnvTaskParameter`](modules.md#rnvtaskparameter)\>
-
-#### Defined in
-
-tasks/constants.d.ts:338
+### RnvApiChalk
-___
+Ƭ **RnvApiChalk**: `Object`
-### RENATIVE\_CONFIG\_BUILD\_NAME
+#### Type declaration
-• `Const` **RENATIVE\_CONFIG\_BUILD\_NAME**: ``"renative.build.json"``
+| Name | Type |
+| :------ | :------ |
+| `blue` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `bold` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `cyan` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `gray` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `green` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `grey` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `magenta` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `red` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `rgb` | (`red`: `number`, `green`: `number`, `blue`: `number`) => `any` |
+| `white` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
+| `yellow` | [`RnvApiChalkFn`](modules.md#rnvapichalkfn) |
#### Defined in
-constants.d.ts:5
+@rnv/core/lib/api/types.d.ts:49
___
-### RENATIVE\_CONFIG\_ENGINE\_NAME
+### RnvApiChalkFn
-• `Const` **RENATIVE\_CONFIG\_ENGINE\_NAME**: ``"renative.engine.json"``
+Ƭ **RnvApiChalkFn**: (`v`: `any`) => `any` & [`RnvApiChalk`](modules.md#rnvapichalk)
#### Defined in
-constants.d.ts:11
+@rnv/core/lib/api/types.d.ts:62
___
-### RENATIVE\_CONFIG\_LOCAL\_NAME
-
-• `Const` **RENATIVE\_CONFIG\_LOCAL\_NAME**: ``"renative.local.json"``
-
-#### Defined in
-
-constants.d.ts:2
+### RnvApiLogger
-___
+Ƭ **RnvApiLogger**: `Object`
-### RENATIVE\_CONFIG\_NAME
+#### Type declaration
-• `Const` **RENATIVE\_CONFIG\_NAME**: ``"renative.json"``
+| Name | Type |
+| :------ | :------ |
+| `chalk` | () => [`RnvApiChalk`](modules.md#rnvapichalk) |
+| `getCurrentCommand` | (`excludeDollar`: `boolean`) => `void` |
+| `isInfoEnabled` | () => `boolean` |
+| `logAndSave` | (`msg`: `string`, `skipLog?`: `boolean`) => `void` |
+| `logAppInfo` | (`c`: [`RnvContext`](modules.md#rnvcontext)) => `void` |
+| `logDebug` | (...`args`: `any`[]) => `void` |
+| `logDefault` | (`task`: `string`, `customChalk?`: `any`) => `void` |
+| `logError` | (`e`: `Error` \| `string` \| `unknown`, `opts?`: \{ `skipAnalytics`: `boolean` }) => `void` |
+| `logExitTask` | (`task`: `string`, `customChalk?`: (`s`: `string`) => `string`) => `void` |
+| `logHook` | (`hook`: `string`, `msg?`: `string`) => `void` |
+| `logInfo` | (`msg`: `string`) => `void` |
+| `logInitTask` | (`task`: `string`, `customChalk?`: `string` \| (`s`: `string`) => `string`) => `void` |
+| `logInitialize` | () => `void` |
+| `logRaw` | (...`args`: `string`[]) => `void` |
+| `logSuccess` | (`msg`: `string`) => `void` |
+| `logSummary` | (`opts?`: \{ `header`: `string` }) => `void` |
+| `logTask` | (`task`: `string`, `customChalk?`: `any`) => `void` |
+| `logToSummary` | (`v`: `string`, `sanitizePaths?`: () => `string`) => `void` |
+| `logWarning` | (`msg`: `string` \| `boolean` \| `unknown`, `opts?`: \{ `skipSanitizePaths?`: `boolean` }) => `void` |
+| `logWelcome` | () => `void` |
+| `printArrIntoBox` | (`arr`: `string`[], `prefix?`: `string`) => `string` |
+| `printBoxEnd` | () => `string` |
+| `printBoxStart` | (`str`: `string`, `str2?`: `string`) => `string` |
+| `printIntoBox` | (`str`: `string`) => `string` |
#### Defined in
-constants.d.ts:1
+@rnv/core/lib/api/types.d.ts:63
___
-### RENATIVE\_CONFIG\_PLATFORMS\_NAME
-
-• `Const` **RENATIVE\_CONFIG\_PLATFORMS\_NAME**: ``"renative.platforms.json"``
-
-#### Defined in
-
-constants.d.ts:10
+### RnvApiPrompt
-___
+Ƭ **RnvApiPrompt**: `Object`
-### RENATIVE\_CONFIG\_PLUGINS\_NAME
+#### Type declaration
-• `Const` **RENATIVE\_CONFIG\_PLUGINS\_NAME**: ``"renative.plugins.json"``
+| Name | Type |
+| :------ | :------ |
+| `generateOptions` | (`inputData`: `any`, `isMultiChoice?`: `boolean`, `mapping?`: `any`, `renderMethod?`: [`PromptRenderFn`](modules.md#promptrenderfn)) => [`PromptOptions`](modules.md#promptoptions) |
+| `inquirerPrompt` | (`options`: [`PromptParams`](modules.md#promptparams)) => `Promise`\<`any`\> |
+| `inquirerSeparator` | (`text?`: `string`) => `any` |
#### Defined in
-constants.d.ts:8
+@rnv/core/lib/api/types.d.ts:32
___
-### RENATIVE\_CONFIG\_PRIVATE\_NAME
-
-• `Const` **RENATIVE\_CONFIG\_PRIVATE\_NAME**: ``"renative.private.json"``
-
-#### Defined in
-
-constants.d.ts:3
+### RnvApiSpinner
-___
+Ƭ **RnvApiSpinner**: (`msg`: `string` \| \{ `text`: `string` }) => \{ `fail`: [`RnvApiSpinner`](modules.md#rnvapispinner) ; `start`: [`RnvApiSpinner`](modules.md#rnvapispinner) ; `succeed`: [`RnvApiSpinner`](modules.md#rnvapispinner) ; `text`: `string` }
-### RENATIVE\_CONFIG\_RUNTIME\_NAME
+#### Type declaration
-• `Const` **RENATIVE\_CONFIG\_RUNTIME\_NAME**: ``"renative.runtime.json"``
+▸ (`msg`): `Object`
-#### Defined in
+##### Parameters
-constants.d.ts:6
+| Name | Type |
+| :------ | :------ |
+| `msg` | `string` \| \{ `text`: `string` } |
-___
+##### Returns
-### RENATIVE\_CONFIG\_TEMPLATES\_NAME
+`Object`
-• `Const` **RENATIVE\_CONFIG\_TEMPLATES\_NAME**: ``"renative.templates.json"``
+| Name | Type |
+| :------ | :------ |
+| `fail` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
+| `start` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
+| `succeed` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
+| `text` | `string` |
#### Defined in
-constants.d.ts:9
+@rnv/core/lib/api/types.d.ts:24
___
-### RENATIVE\_CONFIG\_TEMPLATE\_NAME
+### RnvCLI
-• `Const` **RENATIVE\_CONFIG\_TEMPLATE\_NAME**: ``"renative.template.json"``
+Ƭ **RnvCLI**: `Record`\<`string`, `object`\>
#### Defined in
-constants.d.ts:4
+@rnv/core/lib/system/types.d.ts:36
___
-### RENATIVE\_CONFIG\_WORKSPACES\_NAME
-
-• `Const` **RENATIVE\_CONFIG\_WORKSPACES\_NAME**: ``"renative.workspaces.json"``
+### RnvContext
-#### Defined in
+Ƭ **RnvContext**\<`Payload`, `OKey`\>: `Object`
-constants.d.ts:7
+#### Type parameters
-___
+| Name | Type |
+| :------ | :------ |
+| `Payload` | `any` |
+| `OKey` | [`ProgramOptionsKey`](modules.md#programoptionskey) |
-### RootAppSchema
+#### Type declaration
-• `Const` **RootAppSchema**: `AnyZodObject`
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `_currentTask?` | `string` | - |
+| `_renativePluginCache` | `Record`\<`string`, [`ConfigFilePlugin`](modules.md#configfileplugin)\> | - |
+| `_requiresNpmInstall?` | `boolean` | - |
+| `assetConfig` | `object` | - |
+| `buildConfig` | [`RnvContextBuildConfig`](modules.md#rnvcontextbuildconfig) | complete object containing ALL renative.*.json files collected and merged during execution |
+| `buildHooks` | `Record`\<`string`, (`c`: [`RnvContext`](modules.md#rnvcontext)) => `Promise`\<`void`\>\> | - |
+| `buildPipes` | `Record`\<`string`, (`c`: [`RnvContext`](modules.md#rnvcontext)) => `Promise`\<`boolean`\>[]\> | - |
+| `cli` | `Record`\<`string`, `string` \| `undefined`\> | - |
+| `command` | `string` \| ``null`` | first command value from cli (ie "rnv run -p android") returns "run" |
+| `configPropsInjects` | [`OverridesOptions`](modules.md#overridesoptions) | - |
+| `engineConfigs` | [`ConfigFileEngine`](modules.md#configfileengine)[] | - |
+| `files` | [`RnvContextFiles`](modules.md#rnvcontextfiles) | - |
+| `injectableConfigProps` | `Record`\<`string`, [`ConfigProp`](modules.md#configprop)[[`ConfigPropKey`](modules.md#configpropkey)]\> | - |
+| `isBuildHooksReady` | `boolean` | - |
+| `isDefault` | `boolean` | - |
+| `isSystemLinux` | `boolean` | - |
+| `isSystemMac` | `boolean` | - |
+| `isSystemWin` | `boolean` | - |
+| `logging` | \{ `containsError`: `boolean` ; `containsWarning`: `boolean` ; `logMessages`: `string`[] } | - |
+| `logging.containsError` | `boolean` | - |
+| `logging.containsWarning` | `boolean` | - |
+| `logging.logMessages` | `string`[] | - |
+| `mutations` | \{ `pendingMutations`: [`DependencyMutation`](modules.md#dependencymutation)[] } | - |
+| `mutations.pendingMutations` | [`DependencyMutation`](modules.md#dependencymutation)[] | - |
+| `paths` | [`RnvContextPaths`](modules.md#rnvcontextpaths) | - |
+| `payload` | `Payload` | Extra payload object used by 3rd party (ie @rnv/sdk-apple) to decorate context with extra typed information |
+| `platform` | [`RnvPlatform`](modules.md#rnvplatform) | - |
+| `process` | `NodeJS.Process` | - |
+| `program` | [`RnvContextProgram`](modules.md#rnvcontextprogram)\<`OKey`\> | - |
+| `rnvVersion` | `string` | - |
+| `runningProcesses` | `ExecaChildProcess`[] | - |
+| `runtime` | [`RnvContextRuntime`](modules.md#rnvcontextruntime) | - |
+| `runtimePropsInjects` | [`OverridesOptions`](modules.md#overridesoptions) | - |
+| `subCommand` | `string` \| ``null`` | second command value from cli (ie "rnv hooks list") returns "list" |
+| `supportedPlatforms` | `string`[] | - |
+| `systemPropsInjects` | [`OverridesOptions`](modules.md#overridesoptions) | - |
+| `timeEnd` | `Date` | - |
+| `timeStart` | `Date` | - |
#### Defined in
-schema/configFiles/app.d.ts:38296
+@rnv/core/lib/context/types.d.ts:32
___
-### RootEngineSchema
-
-• `Const` **RootEngineSchema**: `z.ZodObject`\<\{ `custom`: `z.ZodOptional`\<`z.ZodAny`\> ; `engineExtension`: `z.ZodString` ; `extends`: `z.ZodOptional`\<`z.ZodString`\> ; `id`: `z.ZodString` ; `npm`: `z.ZodOptional`\<`z.ZodObject`\<\{ `dependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `devDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `optionalDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `peerDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> }, \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> }\>\> ; `overview`: `z.ZodString` ; `platforms`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodEnum`\<[``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]\>, `z.ZodObject`\<\{ `engine`: `z.ZodOptional`\<`z.ZodString`\> ; `npm`: `z.ZodOptional`\<`z.ZodObject`\<\{ `dependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `devDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `optionalDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `peerDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> }, \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `engine?`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } }, \{ `engine?`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } }\>\>\> ; `plugins`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `custom?`: `any` ; `engineExtension`: `string` ; `extends?`: `string` ; `id`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } ; `overview`: `string` ; `platforms?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, \{ `engine?`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } }\>\> ; `plugins?`: `Record`\<`string`, `string`\> }, \{ `custom?`: `any` ; `engineExtension`: `string` ; `extends?`: `string` ; `id`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } ; `overview`: `string` ; `platforms?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, \{ `engine?`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } }\>\> ; `plugins?`: `Record`\<`string`, `string`\> }\>
-
-#### Defined in
-
-schema/configFiles/engine.d.ts:2
+### RnvContextAnalytics
-___
+Ƭ **RnvContextAnalytics**: `Object`
-### RootGlobalSchema
+#### Type declaration
-• `Const` **RootGlobalSchema**: `z.ZodObject`\<\{ `appConfigsPath`: `z.ZodOptional`\<`z.ZodString`\> ; `defaultTargets`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodEnum`\<[``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]\>, `z.ZodString`\>\> ; `disableTelemetry`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `projectTemplates`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\>\> ; `sdks`: `z.ZodOptional`\<`z.ZodObject`\<\{ `ANDROID_NDK`: `z.ZodOptional`\<`z.ZodString`\> ; `ANDROID_SDK`: `z.ZodOptional`\<`z.ZodString`\> ; `KAIOS_SDK`: `z.ZodOptional`\<`z.ZodString`\> ; `TIZEN_SDK`: `z.ZodOptional`\<`z.ZodString`\> ; `WEBOS_SDK`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `ANDROID_NDK?`: `string` ; `ANDROID_SDK?`: `string` ; `KAIOS_SDK?`: `string` ; `TIZEN_SDK?`: `string` ; `WEBOS_SDK?`: `string` }, \{ `ANDROID_NDK?`: `string` ; `ANDROID_SDK?`: `string` ; `KAIOS_SDK?`: `string` ; `TIZEN_SDK?`: `string` ; `WEBOS_SDK?`: `string` }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appConfigsPath?`: `string` ; `defaultTargets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> ; `disableTelemetry?`: `boolean` ; `projectTemplates?`: `Record`\<`string`, {}\> ; `sdks?`: \{ `ANDROID_NDK?`: `string` ; `ANDROID_SDK?`: `string` ; `KAIOS_SDK?`: `string` ; `TIZEN_SDK?`: `string` ; `WEBOS_SDK?`: `string` } }, \{ `appConfigsPath?`: `string` ; `defaultTargets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> ; `disableTelemetry?`: `boolean` ; `projectTemplates?`: `Record`\<`string`, {}\> ; `sdks?`: \{ `ANDROID_NDK?`: `string` ; `ANDROID_SDK?`: `string` ; `KAIOS_SDK?`: `string` ; `TIZEN_SDK?`: `string` ; `WEBOS_SDK?`: `string` } }\>
+| Name | Type |
+| :------ | :------ |
+| `captureEvent` | (`ops`: \{ `platform?`: [`RnvPlatform`](modules.md#rnvplatform) ; `platforms?`: `string`[] ; `template?`: `string` ; `type`: `string` }) => `void` |
+| `captureException` | (`e`: `string` \| `Error`, `context`: \{ `extra`: `any` }) => `void` |
+| `teardown` | () => `Promise`\<`void`\> |
#### Defined in
-schema/configFiles/workspace.d.ts:2
+@rnv/core/lib/api/types.d.ts:37
___
-### RootIntegrationSchema
+### RnvContextBuildConfig
-• `Const` **RootIntegrationSchema**: `z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>
+Ƭ **RnvContextBuildConfig**: `Partial`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\> & \{ `_meta?`: \{ `currentAppConfigId`: `string` } ; `_refs?`: `Record`\<`string`, `string`\> }
#### Defined in
-schema/configFiles/integration.d.ts:2
+@rnv/core/lib/context/types.d.ts:86
___
-### RootLocalSchema
+### RnvContextFileKey
-• `Const` **RootLocalSchema**: `z.ZodObject`\<\{ `_meta`: `z.ZodOptional`\<`z.ZodObject`\<\{ `currentAppConfigId`: `z.ZodOptional`\<`z.ZodString`\> ; `requiresJetify`: `z.ZodOptional`\<`z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `currentAppConfigId?`: `string` ; `requiresJetify?`: `boolean` }, \{ `currentAppConfigId?`: `string` ; `requiresJetify?`: `boolean` }\>\> ; `defaultTargets`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodEnum`\<[``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]\>, `z.ZodString`\>\> ; `workspaceAppConfigsDir`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `_meta?`: \{ `currentAppConfigId?`: `string` ; `requiresJetify?`: `boolean` } ; `defaultTargets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> ; `workspaceAppConfigsDir?`: `string` }, \{ `_meta?`: \{ `currentAppConfigId?`: `string` ; `requiresJetify?`: `boolean` } ; `defaultTargets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> ; `workspaceAppConfigsDir?`: `string` }\>
+Ƭ **RnvContextFileKey**: ``"config"`` \| ``"configLocal"`` \| ``"configPrivate"``
#### Defined in
-schema/configFiles/local.d.ts:2
+@rnv/core/lib/context/types.d.ts:303
___
-### RootPluginSchema
-
-• `Const` **RootPluginSchema**: `z.ZodObject`\<\{ `android`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `androidtv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `androidwear`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `chromecast`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `custom`: `z.ZodOptional`\<`z.ZodAny`\> ; `deprecated`: `z.ZodOptional`\<`z.ZodString`\> ; `disableNpm`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `disablePluginTemplateOverrides`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `firetv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `fontSources`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `ios`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildType`: `z.ZodOptional`\<`z.ZodEnum`\<[``"dynamic"``, ``"static"``]\>\> ; `commit`: `z.ZodOptional`\<`z.ZodString`\> ; `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `git`: `z.ZodOptional`\<`z.ZodString`\> ; `isStatic`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `podName`: `z.ZodOptional`\<`z.ZodString`\> ; `podNames`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticFrameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `templateXcode`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AppDelegate_h`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateExtensions`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }\>\> ; `AppDelegate_mm`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateMethods`: `z.ZodOptional`\<`z.ZodObject`\<\{ `application`: `z.ZodObject`\<\{ `applicationDidBecomeActive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `continue`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didConnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didDisconnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFailToRegisterForRemoteNotificationsWithError`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFinishLaunchingWithOptions`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceiveRemoteNotification`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegister`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegisterForRemoteNotificationsWithDeviceToken`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `open`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `supportedInterfaceOrientationsFor`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> ; `userNotificationCenter`: `z.ZodObject`\<\{ `didReceiveNotificationResponse`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `willPresent`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> }, ``"strip"``, `z.ZodTypeAny`, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }\>\> ; `Info_plist`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `Podfile`: `z.ZodOptional`\<`z.ZodObject`\<\{ `header`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `injectLines`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `podDependencies`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `post_install`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sources`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticPods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }\>\> ; `project_pbxproj`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildPhases`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `inputPaths`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `shellPath`: `z.ZodString` ; `shellScript`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }\>, ``"many"``\>\> ; `buildSettings`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `frameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `headerFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `resourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }\>\> ; `version`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }\>\> ; `kaios`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `linux`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `macos`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `npm`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `pluginDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodNullable`\<`z.ZodString`\>\>\> ; `props`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `skipMerge`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `source`: `z.ZodOptional`\<`z.ZodString`\> ; `tizen`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `tizenmobile`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `tizenwatch`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `tvos`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildType`: `z.ZodOptional`\<`z.ZodEnum`\<[``"dynamic"``, ``"static"``]\>\> ; `commit`: `z.ZodOptional`\<`z.ZodString`\> ; `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `git`: `z.ZodOptional`\<`z.ZodString`\> ; `isStatic`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `podName`: `z.ZodOptional`\<`z.ZodString`\> ; `podNames`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticFrameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `templateXcode`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AppDelegate_h`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateExtensions`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }\>\> ; `AppDelegate_mm`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateMethods`: `z.ZodOptional`\<`z.ZodObject`\<\{ `application`: `z.ZodObject`\<\{ `applicationDidBecomeActive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `continue`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didConnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didDisconnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFailToRegisterForRemoteNotificationsWithError`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFinishLaunchingWithOptions`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceiveRemoteNotification`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegister`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegisterForRemoteNotificationsWithDeviceToken`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `open`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `supportedInterfaceOrientationsFor`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> ; `userNotificationCenter`: `z.ZodObject`\<\{ `didReceiveNotificationResponse`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `willPresent`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> }, ``"strip"``, `z.ZodTypeAny`, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }\>\> ; `Info_plist`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `Podfile`: `z.ZodOptional`\<`z.ZodObject`\<\{ `header`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `injectLines`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `podDependencies`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `post_install`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sources`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticPods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }\>\> ; `project_pbxproj`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildPhases`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `inputPaths`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `shellPath`: `z.ZodString` ; `shellScript`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }\>, ``"many"``\>\> ; `buildSettings`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `frameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `headerFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `resourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }\>\> ; `version`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }\>\> ; `version`: `z.ZodOptional`\<`z.ZodString`\> ; `web`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `webos`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `webpackConfig`: `z.ZodOptional`\<`z.ZodObject`\<\{ `moduleAliases`: `z.ZodOptional`\<`z.ZodUnion`\<[`z.ZodBoolean`, `z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `projectPath`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `projectPath`: `string` }, \{ `projectPath`: `string` }\>]\>\>]\>\> ; `modulePaths`: `z.ZodOptional`\<`z.ZodUnion`\<[`z.ZodBoolean`, `z.ZodArray`\<`z.ZodString`, ``"many"``\>]\>\> ; `nextTranspileModules`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] }, \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] }\>\> ; `webtv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `windows`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `xbox`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `android?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidwear?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `chromecast?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `custom?`: `any` ; `deprecated?`: `string` ; `disableNpm?`: `boolean` ; `disablePluginTemplateOverrides?`: `boolean` ; `disabled?`: `boolean` ; `firetv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `fontSources?`: `string`[] ; `ios?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `kaios?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `linux?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `macos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `npm?`: `Record`\<`string`, `string`\> ; `pluginDependencies?`: `Record`\<`string`, `string` \| ``null``\> ; `props?`: `Record`\<`string`, `string`\> ; `skipMerge?`: `boolean` ; `source?`: `string` ; `tizen?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenmobile?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenwatch?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tvos?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `version?`: `string` ; `web?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webpackConfig?`: \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] } ; `webtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `windows?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `xbox?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } }, \{ `android?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidwear?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `chromecast?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `custom?`: `any` ; `deprecated?`: `string` ; `disableNpm?`: `boolean` ; `disablePluginTemplateOverrides?`: `boolean` ; `disabled?`: `boolean` ; `firetv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `fontSources?`: `string`[] ; `ios?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `kaios?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `linux?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `macos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `npm?`: `Record`\<`string`, `string`\> ; `pluginDependencies?`: `Record`\<`string`, `string` \| ``null``\> ; `props?`: `Record`\<`string`, `string`\> ; `skipMerge?`: `boolean` ; `source?`: `string` ; `tizen?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenmobile?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenwatch?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tvos?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `version?`: `string` ; `web?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webpackConfig?`: \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] } ; `webtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `windows?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `xbox?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } }\>
+### RnvContextFileObj
-#### Defined in
+Ƭ **RnvContextFileObj**\<`T`\>: `Object`
-schema/configFiles/plugin.d.ts:2
+#### Type parameters
-___
+| Name |
+| :------ |
+| `T` |
-### RootPluginsSchema
+#### Type declaration
-• `Const` **RootPluginsSchema**: `z.ZodObject`\<\{ `custom`: `z.ZodOptional`\<`z.ZodAny`\> ; `disableRnvDefaultOverrides`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `pluginTemplates`: `z.ZodRecord`\<`z.ZodString`, `z.ZodObject`\<\{ `android`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `androidtv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `androidwear`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `chromecast`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `deprecated`: `z.ZodOptional`\<`z.ZodString`\> ; `disableNpm`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `disablePluginTemplateOverrides`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `firetv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `projectName`: `z.ZodOptional`\<`z.ZodString`\> ; `skipImplementation`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `skipLinking`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `templateAndroid`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AndroidManifest_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android:name`: `z.ZodString` ; `android:required`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `children`: `z.ZodArray`\<`z.ZodType`\<`_ManifestChildType`, `z.ZodTypeDef`, `_ManifestChildType`\>, ``"many"``\> ; `package`: `z.ZodOptional`\<`z.ZodString`\> ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }, \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` }\>\> ; `MainActivity_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `onCreate`: `z.ZodDefault`\<`z.ZodOptional`\<`z.ZodString`\>\> ; `resultMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] }\>\> ; `MainApplication_java`: `z.ZodOptional`\<`z.ZodObject`\<\{ `createMethods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `imports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `methods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageParams`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packages`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }, \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] }\>\> ; `app_build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `afterEvaluate`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `apply`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `buildTypes`: `z.ZodOptional`\<`z.ZodObject`\<\{ `debug`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `release`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `debug?`: `string`[] ; `release?`: `string`[] }, \{ `debug?`: `string`[] ; `release?`: `string`[] }\>\> ; `defaultConfig`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `implementation`: `z.ZodOptional`\<`z.ZodString`\> ; `implementations`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }, \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] }\>\> ; `build_gradle`: `z.ZodOptional`\<`z.ZodObject`\<\{ `allprojects`: `z.ZodObject`\<\{ `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `repositories`: `Record`\<`string`, `boolean`\> }, \{ `repositories`: `Record`\<`string`, `boolean`\> }\> ; `buildscript`: `z.ZodObject`\<\{ `dependencies`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `repositories`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }, \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> }\> ; `dexOptions`: `z.ZodRecord`\<`z.ZodString`, `z.ZodBoolean`\> ; `injectAfterAll`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `plugins`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }, \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] }\>\> ; `gradle_properties`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodBoolean`, `z.ZodNumber`]\>\>\> ; `strings_xml`: `z.ZodOptional`\<`z.ZodObject`\<\{ `children`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `child_value`: `z.ZodString` ; `name`: `z.ZodString` ; `tag`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }, \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }\>, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }, \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }, \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } }\>\> ; `fontSources`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `ios`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildType`: `z.ZodOptional`\<`z.ZodEnum`\<[``"dynamic"``, ``"static"``]\>\> ; `commit`: `z.ZodOptional`\<`z.ZodString`\> ; `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `git`: `z.ZodOptional`\<`z.ZodString`\> ; `isStatic`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `podName`: `z.ZodOptional`\<`z.ZodString`\> ; `podNames`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticFrameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `templateXcode`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AppDelegate_h`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateExtensions`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }\>\> ; `AppDelegate_mm`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateMethods`: `z.ZodOptional`\<`z.ZodObject`\<\{ `application`: `z.ZodObject`\<\{ `applicationDidBecomeActive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `continue`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didConnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didDisconnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFailToRegisterForRemoteNotificationsWithError`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFinishLaunchingWithOptions`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceiveRemoteNotification`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegister`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegisterForRemoteNotificationsWithDeviceToken`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `open`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `supportedInterfaceOrientationsFor`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> ; `userNotificationCenter`: `z.ZodObject`\<\{ `didReceiveNotificationResponse`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `willPresent`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> }, ``"strip"``, `z.ZodTypeAny`, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }\>\> ; `Info_plist`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `Podfile`: `z.ZodOptional`\<`z.ZodObject`\<\{ `header`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `injectLines`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `podDependencies`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `post_install`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sources`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticPods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }\>\> ; `project_pbxproj`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildPhases`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `inputPaths`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `shellPath`: `z.ZodString` ; `shellScript`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }\>, ``"many"``\>\> ; `buildSettings`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `frameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `headerFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `resourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }\>\> ; `version`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }\>\> ; `kaios`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `linux`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `macos`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `npm`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `pluginDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodNullable`\<`z.ZodString`\>\>\> ; `props`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `skipMerge`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `source`: `z.ZodOptional`\<`z.ZodString`\> ; `tizen`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `tizenmobile`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `tizenwatch`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `tvos`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildType`: `z.ZodOptional`\<`z.ZodEnum`\<[``"dynamic"``, ``"static"``]\>\> ; `commit`: `z.ZodOptional`\<`z.ZodString`\> ; `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `git`: `z.ZodOptional`\<`z.ZodString`\> ; `isStatic`: `z.ZodOptional`\<`z.ZodBoolean`\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> ; `podName`: `z.ZodOptional`\<`z.ZodString`\> ; `podNames`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticFrameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `templateXcode`: `z.ZodOptional`\<`z.ZodObject`\<\{ `AppDelegate_h`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateExtensions`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }, \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] }\>\> ; `AppDelegate_mm`: `z.ZodOptional`\<`z.ZodObject`\<\{ `appDelegateImports`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `appDelegateMethods`: `z.ZodOptional`\<`z.ZodObject`\<\{ `application`: `z.ZodObject`\<\{ `applicationDidBecomeActive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `continue`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didConnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didDisconnectCarInterfaceController`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFailToRegisterForRemoteNotificationsWithError`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didFinishLaunchingWithOptions`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceive`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didReceiveRemoteNotification`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegister`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `didRegisterForRemoteNotificationsWithDeviceToken`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `open`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `supportedInterfaceOrientationsFor`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> ; `userNotificationCenter`: `z.ZodObject`\<\{ `didReceiveNotificationResponse`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> ; `willPresent`: `z.ZodArray`\<`z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `order`: `z.ZodNumber` ; `value`: `z.ZodString` ; `weight`: `z.ZodNumber` }, ``"strip"``, `z.ZodTypeAny`, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }, \{ `order`: `number` ; `value`: `string` ; `weight`: `number` }\>]\>, ``"many"``\> }, ``"strip"``, `z.ZodTypeAny`, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }, \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] }\> }, ``"strip"``, `z.ZodTypeAny`, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }, \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }, \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } }\>\> ; `Info_plist`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `Podfile`: `z.ZodOptional`\<`z.ZodObject`\<\{ `header`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `injectLines`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `podDependencies`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `post_install`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sources`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `staticPods`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }, \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] }\>\> ; `project_pbxproj`: `z.ZodOptional`\<`z.ZodObject`\<\{ `buildPhases`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `inputPaths`: `z.ZodArray`\<`z.ZodString`, ``"many"``\> ; `shellPath`: `z.ZodString` ; `shellScript`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }, \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }\>, ``"many"``\>\> ; `buildSettings`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `frameworks`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `headerFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `resourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `sourceFiles`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }, \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }, \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } }\>\> ; `version`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }, \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` }\>\> ; `version`: `z.ZodOptional`\<`z.ZodString`\> ; `web`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `webos`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `webpackConfig`: `z.ZodOptional`\<`z.ZodObject`\<\{ `moduleAliases`: `z.ZodOptional`\<`z.ZodUnion`\<[`z.ZodBoolean`, `z.ZodRecord`\<`z.ZodString`, `z.ZodUnion`\<[`z.ZodString`, `z.ZodObject`\<\{ `projectPath`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `projectPath`: `string` }, \{ `projectPath`: `string` }\>]\>\>]\>\> ; `modulePaths`: `z.ZodOptional`\<`z.ZodUnion`\<[`z.ZodBoolean`, `z.ZodArray`\<`z.ZodString`, ``"many"``\>]\>\> ; `nextTranspileModules`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] }, \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] }\>\> ; `webtv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `windows`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> ; `xbox`: `z.ZodOptional`\<`z.ZodObject`\<\{ `disabled`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `forceLinking`: `z.ZodOptional`\<`z.ZodDefault`\<`z.ZodBoolean`\>\> ; `path`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }, \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `android?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidwear?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `chromecast?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `deprecated?`: `string` ; `disableNpm?`: `boolean` ; `disablePluginTemplateOverrides?`: `boolean` ; `disabled?`: `boolean` ; `firetv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `fontSources?`: `string`[] ; `ios?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `kaios?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `linux?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `macos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `npm?`: `Record`\<`string`, `string`\> ; `pluginDependencies?`: `Record`\<`string`, `string` \| ``null``\> ; `props?`: `Record`\<`string`, `string`\> ; `skipMerge?`: `boolean` ; `source?`: `string` ; `tizen?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenmobile?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenwatch?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tvos?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `version?`: `string` ; `web?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webpackConfig?`: \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] } ; `webtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `windows?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `xbox?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } }, \{ `android?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidwear?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `chromecast?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `deprecated?`: `string` ; `disableNpm?`: `boolean` ; `disablePluginTemplateOverrides?`: `boolean` ; `disabled?`: `boolean` ; `firetv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `fontSources?`: `string`[] ; `ios?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `kaios?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `linux?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `macos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `npm?`: `Record`\<`string`, `string`\> ; `pluginDependencies?`: `Record`\<`string`, `string` \| ``null``\> ; `props?`: `Record`\<`string`, `string`\> ; `skipMerge?`: `boolean` ; `source?`: `string` ; `tizen?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenmobile?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenwatch?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tvos?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `version?`: `string` ; `web?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webpackConfig?`: \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] } ; `webtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `windows?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `xbox?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `custom?`: `any` ; `disableRnvDefaultOverrides?`: `boolean` ; `pluginTemplates`: `Record`\<`string`, \{ `android?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidwear?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `chromecast?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `deprecated?`: `string` ; `disableNpm?`: `boolean` ; `disablePluginTemplateOverrides?`: `boolean` ; `disabled?`: `boolean` ; `firetv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `fontSources?`: `string`[] ; `ios?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `kaios?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `linux?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `macos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `npm?`: `Record`\<`string`, `string`\> ; `pluginDependencies?`: `Record`\<`string`, `string` \| ``null``\> ; `props?`: `Record`\<`string`, `string`\> ; `skipMerge?`: `boolean` ; `source?`: `string` ; `tizen?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenmobile?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenwatch?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tvos?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `version?`: `string` ; `web?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webpackConfig?`: \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] } ; `webtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `windows?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `xbox?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } }\> }, \{ `custom?`: `any` ; `disableRnvDefaultOverrides?`: `boolean` ; `pluginTemplates`: `Record`\<`string`, \{ `android?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `androidwear?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `chromecast?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `deprecated?`: `string` ; `disableNpm?`: `boolean` ; `disablePluginTemplateOverrides?`: `boolean` ; `disabled?`: `boolean` ; `firetv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `implementation?`: `string` ; `package?`: `string` ; `path?`: `string` ; `projectName?`: `string` ; `skipImplementation?`: `boolean` ; `skipLinking?`: `boolean` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate?`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `strings_xml?`: \{ `children?`: \{ `child_value`: `string` ; `name`: `string` ; `tag`: `string` }[] } } } ; `fontSources?`: `string`[] ; `ios?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `kaios?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `linux?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `macos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `npm?`: `Record`\<`string`, `string`\> ; `pluginDependencies?`: `Record`\<`string`, `string` \| ``null``\> ; `props?`: `Record`\<`string`, `string`\> ; `skipMerge?`: `boolean` ; `source?`: `string` ; `tizen?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenmobile?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tizenwatch?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `tvos?`: \{ `buildType?`: ``"dynamic"`` \| ``"static"`` ; `commit?`: `string` ; `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `git?`: `string` ; `isStatic?`: `boolean` ; `path?`: `string` ; `podName?`: `string` ; `podNames?`: `string`[] ; `staticFrameworks?`: `string`[] ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `version?`: `string` } ; `version?`: `string` ; `web?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webos?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `webpackConfig?`: \{ `moduleAliases?`: `boolean` \| `Record`\<`string`, `string` \| \{ `projectPath`: `string` }\> ; `modulePaths?`: `boolean` \| `string`[] ; `nextTranspileModules?`: `string`[] } ; `webtv?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `windows?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } ; `xbox?`: \{ `disabled?`: `boolean` ; `forceLinking?`: `boolean` ; `path?`: `string` } }\> }\>
+| Name | Type |
+| :------ | :------ |
+| `config?` | `T` |
+| `configLocal?` | [`ConfigFileLocal`](modules.md#configfilelocal) |
+| `configPrivate?` | [`ConfigFilePrivate`](modules.md#configfileprivate) |
+| `config_original?` | `T` |
+| `configs` | `T`[] |
+| `configsLocal` | [`ConfigFileLocal`](modules.md#configfilelocal)[] |
+| `configsPrivate` | [`ConfigFilePrivate`](modules.md#configfileprivate)[] |
#### Defined in
-schema/configFiles/plugins.d.ts:5335
+@rnv/core/lib/context/types.d.ts:171
___
-### RootPrivateSchema
-
-• `Const` **RootPrivateSchema**: `z.ZodObject`\<\{ `platforms`: `z.ZodOptional`\<`z.ZodObject`\<\{ `android`: `z.ZodOptional`\<`z.ZodObject`\<\{ `keyAlias`: `z.ZodOptional`\<`z.ZodString`\> ; `keyPassword`: `z.ZodOptional`\<`z.ZodString`\> ; `storeFile`: `z.ZodOptional`\<`z.ZodString`\> ; `storePassword`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }\>\> ; `androidtv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `keyAlias`: `z.ZodOptional`\<`z.ZodString`\> ; `keyPassword`: `z.ZodOptional`\<`z.ZodString`\> ; `storeFile`: `z.ZodOptional`\<`z.ZodString`\> ; `storePassword`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }\>\> ; `androidwear`: `z.ZodOptional`\<`z.ZodObject`\<\{ `keyAlias`: `z.ZodOptional`\<`z.ZodString`\> ; `keyPassword`: `z.ZodOptional`\<`z.ZodString`\> ; `storeFile`: `z.ZodOptional`\<`z.ZodString`\> ; `storePassword`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }\>\> ; `chromecast`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `firetv`: `z.ZodOptional`\<`z.ZodObject`\<\{ `keyAlias`: `z.ZodOptional`\<`z.ZodString`\> ; `keyPassword`: `z.ZodOptional`\<`z.ZodString`\> ; `storeFile`: `z.ZodOptional`\<`z.ZodString`\> ; `storePassword`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }, \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` }\>\> ; `ios`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `kaios`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `linux`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `macos`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `tizen`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `tizenmobile`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `tizenwatch`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `tvos`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `web`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `webos`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `webtv`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `windows`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> ; `xbox`: `z.ZodOptional`\<`z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `android?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidtv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidwear?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `chromecast?`: {} ; `firetv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `ios?`: {} ; `kaios?`: {} ; `linux?`: {} ; `macos?`: {} ; `tizen?`: {} ; `tizenmobile?`: {} ; `tizenwatch?`: {} ; `tvos?`: {} ; `web?`: {} ; `webos?`: {} ; `webtv?`: {} ; `windows?`: {} ; `xbox?`: {} }, \{ `android?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidtv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidwear?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `chromecast?`: {} ; `firetv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `ios?`: {} ; `kaios?`: {} ; `linux?`: {} ; `macos?`: {} ; `tizen?`: {} ; `tizenmobile?`: {} ; `tizenwatch?`: {} ; `tvos?`: {} ; `web?`: {} ; `webos?`: {} ; `webtv?`: {} ; `windows?`: {} ; `xbox?`: {} }\>\> ; `private`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodAny`\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `platforms?`: \{ `android?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidtv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidwear?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `chromecast?`: {} ; `firetv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `ios?`: {} ; `kaios?`: {} ; `linux?`: {} ; `macos?`: {} ; `tizen?`: {} ; `tizenmobile?`: {} ; `tizenwatch?`: {} ; `tvos?`: {} ; `web?`: {} ; `webos?`: {} ; `webtv?`: {} ; `windows?`: {} ; `xbox?`: {} } ; `private?`: `Record`\<`string`, `any`\> }, \{ `platforms?`: \{ `android?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidtv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `androidwear?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `chromecast?`: {} ; `firetv?`: \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } ; `ios?`: {} ; `kaios?`: {} ; `linux?`: {} ; `macos?`: {} ; `tizen?`: {} ; `tizenmobile?`: {} ; `tizenwatch?`: {} ; `tvos?`: {} ; `web?`: {} ; `webos?`: {} ; `webtv?`: {} ; `windows?`: {} ; `xbox?`: {} } ; `private?`: `Record`\<`string`, `any`\> }\>
-
-#### Defined in
-
-schema/configFiles/private.d.ts:18
+### RnvContextFiles
-___
+Ƭ **RnvContextFiles**: `Object`
-### RootProjectSchema
+#### Type declaration
-• `Const` **RootProjectSchema**: `AnyZodObject`
+| Name | Type |
+| :------ | :------ |
+| `appConfig` | [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileApp`](modules.md#configfileapp)\> |
+| `dotRnv` | \{ `config`: [`ConfigFileWorkspace`](modules.md#configfileworkspace) ; `configWorkspaces?`: [`ConfigFileWorkspaces`](modules.md#configfileworkspaces) } |
+| `dotRnv.config` | [`ConfigFileWorkspace`](modules.md#configfileworkspace) |
+| `dotRnv.configWorkspaces?` | [`ConfigFileWorkspaces`](modules.md#configfileworkspaces) |
+| `project` | [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileProject`](modules.md#configfileproject)\> & \{ `assets`: \{ `config?`: [`ConfigFileRuntime`](modules.md#configfileruntime) } ; `builds`: `Record`\<`string`, [`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\> ; `package`: [`NpmPackageFile`](modules.md#npmpackagefile) } |
+| `rnv` | \{ `package`: [`NpmPackageFile`](modules.md#npmpackagefile) } |
+| `rnv.package` | [`NpmPackageFile`](modules.md#npmpackagefile) |
+| `rnvConfigTemplates` | \{ `config?`: [`ConfigFileTemplates`](modules.md#configfiletemplates) ; `package?`: [`NpmPackageFile`](modules.md#npmpackagefile) } |
+| `rnvConfigTemplates.config?` | [`ConfigFileTemplates`](modules.md#configfiletemplates) |
+| `rnvConfigTemplates.package?` | [`NpmPackageFile`](modules.md#npmpackagefile) |
+| `rnvCore` | \{ `package`: [`NpmPackageFile`](modules.md#npmpackagefile) } |
+| `rnvCore.package` | [`NpmPackageFile`](modules.md#npmpackagefile) |
+| `scopedConfigTemplates` | `Record`\<`string`, [`ConfigFileTemplates`](modules.md#configfiletemplates)\> |
+| `workspace` | [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileWorkspace`](modules.md#configfileworkspace)\> & \{ `appConfig`: [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileApp`](modules.md#configfileapp)\> ; `project`: [`RnvContextFileObj`](modules.md#rnvcontextfileobj)\<[`ConfigFileProject`](modules.md#configfileproject)\> } |
#### Defined in
-schema/configFiles/project.d.ts:38585
+@rnv/core/lib/context/types.d.ts:142
___
-### RootTemplateSchema
+### RnvContextPathObj
-• `Const` **RootTemplateSchema**: `z.ZodObject`\<\{ `defaults`: `z.ZodOptional`\<`z.ZodObject`\<\{ `defaultCommandSchemes`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodEnum`\<[``"run"``, ``"export"``, ``"build"``]\>, `z.ZodString`\>\> ; `portOffset`: `z.ZodOptional`\<`z.ZodNumber`\> ; `ports`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodEnum`\<[``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]\>, `z.ZodNumber`\>\> ; `supportedPlatforms`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodEnum`\<[``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]\>, ``"many"``\>\> ; `targets`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodEnum`\<[``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]\>, `z.ZodString`\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `defaultCommandSchemes?`: `Partial`\<`Record`\<``"build"`` \| ``"run"`` \| ``"export"``, `string`\>\> ; `portOffset?`: `number` ; `ports?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `number`\>\> ; `supportedPlatforms?`: (``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``)[] ; `targets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> }, \{ `defaultCommandSchemes?`: `Partial`\<`Record`\<``"build"`` \| ``"run"`` \| ``"export"``, `string`\>\> ; `portOffset?`: `number` ; `ports?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `number`\>\> ; `supportedPlatforms?`: (``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``)[] ; `targets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> }\>\> ; `engines`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodLiteral`\<``"source:rnv"``\>\>\> ; `templateConfig`: `z.ZodOptional`\<`z.ZodObject`\<\{ `bootstrapQuestions`: `z.ZodArray`\<`z.ZodObject`\<\{ `configProp`: `z.ZodOptional`\<`z.ZodObject`\<\{ `key`: `z.ZodString` ; `prop`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `key`: `string` ; `prop`: `string` }, \{ `key`: `string` ; `prop`: `string` }\>\> ; `options`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodObject`\<\{ `title`: `z.ZodString` ; `value`: `z.ZodObject`\<{}, ``"strip"``, `z.ZodTypeAny`, {}, {}\> }, ``"strip"``, `z.ZodTypeAny`, \{ `title`: `string` ; `value`: {} }, \{ `title`: `string` ; `value`: {} }\>, ``"many"``\>\> ; `title`: `z.ZodString` ; `type`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `configProp?`: \{ `key`: `string` ; `prop`: `string` } ; `options?`: \{ `title`: `string` ; `value`: {} }[] ; `title`: `string` ; `type`: `string` }, \{ `configProp?`: \{ `key`: `string` ; `prop`: `string` } ; `options?`: \{ `title`: `string` ; `value`: {} }[] ; `title`: `string` ; `type`: `string` }\>, ``"many"``\> ; `includedPaths`: `z.ZodOptional`\<`z.ZodArray`\<`z.ZodString`, ``"many"``\>\> ; `packageTemplate`: `z.ZodOptional`\<`z.ZodObject`\<\{ `dependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `devDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `name`: `z.ZodOptional`\<`z.ZodString`\> ; `optionalDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `peerDependencies`: `z.ZodOptional`\<`z.ZodRecord`\<`z.ZodString`, `z.ZodString`\>\> ; `version`: `z.ZodOptional`\<`z.ZodString`\> }, ``"strip"``, `z.ZodTypeAny`, \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `name?`: `string` ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> ; `version?`: `string` }, \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `name?`: `string` ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> ; `version?`: `string` }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `bootstrapQuestions`: \{ `configProp?`: \{ `key`: `string` ; `prop`: `string` } ; `options?`: \{ `title`: `string` ; `value`: {} }[] ; `title`: `string` ; `type`: `string` }[] ; `includedPaths?`: `string`[] ; `packageTemplate?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `name?`: `string` ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> ; `version?`: `string` } }, \{ `bootstrapQuestions`: \{ `configProp?`: \{ `key`: `string` ; `prop`: `string` } ; `options?`: \{ `title`: `string` ; `value`: {} }[] ; `title`: `string` ; `type`: `string` }[] ; `includedPaths?`: `string`[] ; `packageTemplate?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `name?`: `string` ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> ; `version?`: `string` } }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `defaults?`: \{ `defaultCommandSchemes?`: `Partial`\<`Record`\<``"build"`` \| ``"run"`` \| ``"export"``, `string`\>\> ; `portOffset?`: `number` ; `ports?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `number`\>\> ; `supportedPlatforms?`: (``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``)[] ; `targets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> } ; `engines?`: `Record`\<`string`, ``"source:rnv"``\> ; `templateConfig?`: \{ `bootstrapQuestions`: \{ `configProp?`: \{ `key`: `string` ; `prop`: `string` } ; `options?`: \{ `title`: `string` ; `value`: {} }[] ; `title`: `string` ; `type`: `string` }[] ; `includedPaths?`: `string`[] ; `packageTemplate?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `name?`: `string` ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> ; `version?`: `string` } } }, \{ `defaults?`: \{ `defaultCommandSchemes?`: `Partial`\<`Record`\<``"build"`` \| ``"run"`` \| ``"export"``, `string`\>\> ; `portOffset?`: `number` ; `ports?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `number`\>\> ; `supportedPlatforms?`: (``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``)[] ; `targets?`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, `string`\>\> } ; `engines?`: `Record`\<`string`, ``"source:rnv"``\> ; `templateConfig?`: \{ `bootstrapQuestions`: \{ `configProp?`: \{ `key`: `string` ; `prop`: `string` } ; `options?`: \{ `title`: `string` ; `value`: {} }[] ; `title`: `string` ; `type`: `string` }[] ; `includedPaths?`: `string`[] ; `packageTemplate?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `name?`: `string` ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> ; `version?`: `string` } } }\>
+Ƭ **RnvContextPathObj**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `appConfigsDir` | `string` |
+| `config` | `string` |
+| `configExists?` | `boolean` |
+| `configLocal` | `string` |
+| `configLocalExists?` | `boolean` |
+| `configPrivate` | `string` |
+| `configPrivateExists?` | `boolean` |
+| `configs` | `string`[] |
+| `configsLocal` | `string`[] |
+| `configsPrivate` | `string`[] |
+| `dir` | `string` |
+| `dirs` | `string`[] |
+| `fontsDir` | `string` |
+| `fontsDirs` | `string`[] |
+| `pluginDirs` | `string`[] |
#### Defined in
-schema/configFiles/template.d.ts:2
+@rnv/core/lib/context/types.d.ts:279
___
-### RootTemplatesSchema
+### RnvContextPaths
-• `Const` **RootTemplatesSchema**: `z.ZodObject`\<\{ `engineTemplates`: `z.ZodRecord`\<`z.ZodString`, `z.ZodObject`\<\{ `id`: `z.ZodString` ; `key`: `z.ZodOptional`\<`z.ZodString`\> ; `version`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `id`: `string` ; `key?`: `string` ; `version`: `string` }, \{ `id`: `string` ; `key?`: `string` ; `version`: `string` }\>\> ; `integrationTemplates`: `z.ZodRecord`\<`z.ZodString`, `z.ZodObject`\<\{ `version`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `version`: `string` }, \{ `version`: `string` }\>\> ; `platformTemplates`: `z.ZodRecord`\<`z.ZodEnum`\<[``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]\>, `z.ZodObject`\<\{ `engine`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `engine`: `string` }, \{ `engine`: `string` }\>\> ; `projectTemplates`: `z.ZodRecord`\<`z.ZodString`, `z.ZodObject`\<\{ `description`: `z.ZodString` }, ``"strip"``, `z.ZodTypeAny`, \{ `description`: `string` }, \{ `description`: `string` }\>\> }, ``"strip"``, `z.ZodTypeAny`, \{ `engineTemplates`: `Record`\<`string`, \{ `id`: `string` ; `key?`: `string` ; `version`: `string` }\> ; `integrationTemplates`: `Record`\<`string`, \{ `version`: `string` }\> ; `platformTemplates`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, \{ `engine`: `string` }\>\> ; `projectTemplates`: `Record`\<`string`, \{ `description`: `string` }\> }, \{ `engineTemplates`: `Record`\<`string`, \{ `id`: `string` ; `key?`: `string` ; `version`: `string` }\> ; `integrationTemplates`: `Record`\<`string`, \{ `version`: `string` }\> ; `platformTemplates`: `Partial`\<`Record`\<``"android"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"chromecast"`` \| ``"firetv"`` \| ``"ios"`` \| ``"kaios"`` \| ``"macos"`` \| ``"tizen"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"web"`` \| ``"webtv"`` \| ``"webos"`` \| ``"windows"`` \| ``"linux"`` \| ``"xbox"``, \{ `engine`: `string` }\>\> ; `projectTemplates`: `Record`\<`string`, \{ `description`: `string` }\> }\>
+Ƭ **RnvContextPaths**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `IS_LINKED` | `boolean` |
+| `IS_NPX_MODE` | `boolean` |
+| `appConfig` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) |
+| `appConfigBase` | `string` |
+| `buildHooks` | \{ `dir`: `string` ; `dist`: \{ `dir`: `string` ; `index`: `string` } ; `src`: \{ `dir`: `string` ; `index`: `string` ; `indexTs`: `string` } ; `tsconfig`: `string` } |
+| `buildHooks.dir` | `string` |
+| `buildHooks.dist` | \{ `dir`: `string` ; `index`: `string` } |
+| `buildHooks.dist.dir` | `string` |
+| `buildHooks.dist.index` | `string` |
+| `buildHooks.src` | \{ `dir`: `string` ; `index`: `string` ; `indexTs`: `string` } |
+| `buildHooks.src.dir` | `string` |
+| `buildHooks.src.index` | `string` |
+| `buildHooks.src.indexTs` | `string` |
+| `buildHooks.tsconfig` | `string` |
+| `dotRnv` | \{ `config`: `string` ; `configWorkspaces`: `string` ; `dir`: `string` } |
+| `dotRnv.config` | `string` |
+| `dotRnv.configWorkspaces` | `string` |
+| `dotRnv.dir` | `string` |
+| `project` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) & \{ `appConfigBase`: \{ `dir`: `string` ; `fontsDir`: `string` ; `fontsDirs`: `string`[] ; `pluginsDir`: `string` } ; `appConfigsDirNames`: `string`[] ; `appConfigsDirs`: `string`[] ; `assets`: \{ `config`: `string` ; `dir`: `string` ; `runtimeDir`: `string` } ; `babelConfig?`: `string` ; `builds`: \{ `config`: `string` ; `dir`: `string` } ; `dir`: `string` ; `dotRnvDir`: `string` ; `fontSourceDirs?`: `string`[] ; `nodeModulesDir`: `string` ; `package?`: `string` ; `platformTemplatesDirs`: `Record`\<`string`, `string`\> ; `srcDir?`: `string` } |
+| `rnv` | \{ `dir`: `string` ; `package`: `string` } |
+| `rnv.dir` | `string` |
+| `rnv.package` | `string` |
+| `rnvConfigTemplates` | \{ `config`: `string` ; `dir`: `string` ; `package`: `string` ; `pluginTemplatesDir`: `string` } |
+| `rnvConfigTemplates.config` | `string` |
+| `rnvConfigTemplates.dir` | `string` |
+| `rnvConfigTemplates.package` | `string` |
+| `rnvConfigTemplates.pluginTemplatesDir` | `string` |
+| `rnvCore` | \{ `dir`: `string` ; `package`: `string` ; `templateFilesDir`: `string` } |
+| `rnvCore.dir` | `string` |
+| `rnvCore.package` | `string` |
+| `rnvCore.templateFilesDir` | `string` |
+| `scopedConfigTemplates` | \{ `configs`: `Record`\<`string`, `string`\> ; `pluginTemplatesDirs`: `Record`\<`string`, `string`\> } |
+| `scopedConfigTemplates.configs` | `Record`\<`string`, `string`\> |
+| `scopedConfigTemplates.pluginTemplatesDirs` | `Record`\<`string`, `string`\> |
+| `template` | \{ `appConfigBase`: \{ `dir`: `string` } ; `appConfigsDir`: `string` ; `assets`: \{ `dir`: `string` } ; `builds`: \{ `dir`: `string` } ; `config`: `string` ; `configTemplate`: `string` ; `dir`: `string` } |
+| `template.appConfigBase` | \{ `dir`: `string` } |
+| `template.appConfigBase.dir` | `string` |
+| `template.appConfigsDir` | `string` |
+| `template.assets` | \{ `dir`: `string` } |
+| `template.assets.dir` | `string` |
+| `template.builds` | \{ `dir`: `string` } |
+| `template.builds.dir` | `string` |
+| `template.config` | `string` |
+| `template.configTemplate` | `string` |
+| `template.dir` | `string` |
+| `user` | \{ `currentDir`: `string` ; `homeDir`: `string` } |
+| `user.currentDir` | `string` |
+| `user.homeDir` | `string` |
+| `workspace` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) & \{ `appConfig`: [`RnvContextPathObj`](modules.md#rnvcontextpathobj) ; `project`: [`RnvContextPathObj`](modules.md#rnvcontextpathobj) & \{ `appConfigBase`: \{ `dir`: `string` } ; `assets`: `string` ; `builds`: `string` } } |
#### Defined in
-schema/configFiles/templates.d.ts:2
+@rnv/core/lib/context/types.d.ts:180
___
-### SUPPORTED\_PLATFORMS
-
-• `Const` **SUPPORTED\_PLATFORMS**: readonly [``"ios"``, ``"android"``, ``"firetv"``, ``"androidtv"``, ``"androidwear"``, ``"web"``, ``"webtv"``, ``"tizen"``, ``"tizenmobile"``, ``"tvos"``, ``"webos"``, ``"macos"``, ``"windows"``, ``"linux"``, ``"tizenwatch"``, ``"kaios"``, ``"chromecast"``, ``"xbox"``]
-
-#### Defined in
-
-constants.d.ts:12
+### RnvContextPlatform
-___
+Ƭ **RnvContextPlatform**: `Object`
-### TASK\_APP\_CONFIGURE
+#### Type declaration
-• `Const` **TASK\_APP\_CONFIGURE**: ``"app configure"``
+| Name | Type |
+| :------ | :------ |
+| `engine?` | [`RnvEngine`](modules.md#rnvengine) |
+| `isConnected` | `boolean` |
+| `isValid?` | `boolean` |
+| `platform` | [`RnvPlatformKey`](modules.md#rnvplatformkey) |
+| `port?` | `number` |
#### Defined in
-tasks/constants.d.ts:53
+@rnv/core/lib/context/types.d.ts:296
___
-### TASK\_APP\_CREATE
-
-• `Const` **TASK\_APP\_CREATE**: ``"app create"``
+### RnvContextProgram
-#### Defined in
+Ƭ **RnvContextProgram**\<`OKey`\>: `Object`
-tasks/constants.d.ts:54
+#### Type parameters
-___
+| Name | Type |
+| :------ | :------ |
+| `OKey` | [`ProgramOptionsKey`](modules.md#programoptionskey) |
-### TASK\_BUILD
+#### Type declaration
-• `Const` **TASK\_BUILD**: ``"build"``
+| Name | Type |
+| :------ | :------ |
+| `allowUnknownOption` | (`p`: `boolean`) => `void` |
+| `args?` | `string`[] |
+| `isHelpInvoked?` | `boolean` |
+| `option?` | (`cmd`: `string`, `desc`: `string`) => `void` |
+| `opts` | \() => `CamelCasedProperties`\<[`ParamKeys`](modules.md#paramkeys)\<`OKey`, `T`\>\> |
+| `outputHelp` | () => `void` |
+| `parse?` | (`arg`: `string`[]) => `void` |
+| `rawArgs?` | `string`[] |
+| `showHelpAfterError` | () => `void` |
#### Defined in
-tasks/constants.d.ts:7
+@rnv/core/lib/context/types.d.ts:21
___
-### TASK\_CLEAN
-
-• `Const` **TASK\_CLEAN**: ``"clean"``
-
-#### Defined in
-
-tasks/constants.d.ts:15
+### RnvContextRuntime
-___
+Ƭ **RnvContextRuntime**: `Object`
-### TASK\_CONFIGURE
+#### Type declaration
-• `Const` **TASK\_CONFIGURE**: ``"configure"``
+| Name | Type |
+| :------ | :------ |
+| `_platformBuildsSuffix?` | `string` |
+| `_skipNativeDepResolutions` | `boolean` |
+| `_skipPluginScopeWarnings` | `boolean` |
+| `appConfigDir?` | `string` |
+| `appDir?` | `string` |
+| `appId?` | `string` |
+| `availablePlatforms` | [`RnvPlatformKey`](modules.md#rnvplatformkey)[] |
+| `bundleAssets` | `boolean` |
+| `currentEngine?` | [`RnvEngine`](modules.md#rnvengine) |
+| `currentPlatform?` | [`RnvEnginePlatform`](modules.md#rnvengineplatform) |
+| `currentTemplate?` | `string` |
+| `disableReset` | `boolean` |
+| `engine?` | [`RnvEngine`](modules.md#rnvengine) |
+| `enginesById` | `Record`\<`string`, [`RnvEngine`](modules.md#rnvengine)\> |
+| `enginesByIndex` | [`RnvEngine`](modules.md#rnvengine)[] |
+| `enginesByPlatform` | `Record`\<`string`, [`RnvEngine`](modules.md#rnvengine)\> |
+| `forceBuildHookRebuild` | `boolean` |
+| `hasAllEnginesRegistered` | `boolean` |
+| `hosted` | `boolean` |
+| `isAppConfigured?` | `boolean` |
+| `isTargetTrue` | `boolean` |
+| `isWSConfirmed` | `boolean` |
+| `localhost?` | `string` |
+| `missingEnginePlugins` | `Record`\<`string`, `string`\> |
+| `modulesByIndex` | [`RnvModule`](modules.md#rnvmodule)[] |
+| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
+| `platformBuildsProjectPath?` | `string` |
+| `pluginVersions` | `Record`\<`string`, `string`\> |
+| `plugins` | `Record`\<`string`, [`RnvPlugin`](modules.md#rnvplugin)\> |
+| `port` | `number` |
+| `requiresBootstrap` | `boolean` |
+| `rnvVersionProject?` | `string` |
+| `rnvVersionRunner?` | `string` |
+| `runtimeExtraProps` | `Record`\<`string`, `string`\> |
+| `scheme?` | `string` |
+| `selectedWorkspace?` | `string` |
+| `shouldOpenBrowser?` | `boolean` |
+| `skipActiveServerCheck` | `boolean` |
+| `skipBuildHooks` | `boolean` |
+| `skipPackageUpdate?` | `boolean` |
+| `supportedPlatforms` | [`RnvContextPlatform`](modules.md#rnvcontextplatform)[] |
+| `target?` | `string` |
+| `targetUDID?` | `string` |
+| `task?` | `string` |
+| `timestamp?` | `number` |
+| `versionCheckCompleted` | `boolean` |
+| `webpackTarget?` | `string` |
#### Defined in
-tasks/constants.d.ts:3
+@rnv/core/lib/context/types.d.ts:92
___
-### TASK\_CONFIGURE\_SOFT
-
-• `Const` **TASK\_CONFIGURE\_SOFT**: ``"configureSoft"``
+### RnvEngine
-#### Defined in
+Ƭ **RnvEngine**\<`OKey`, `Modules`, `OKeys`\>: `Object`
-tasks/constants.d.ts:56
+#### Type parameters
-___
+| Name | Type |
+| :------ | :------ |
+| `OKey` | extends `string` = `string` |
+| `Modules` | extends [[`RnvModule`](modules.md#rnvmodule), ...RnvModule[]] = `any` |
+| `OKeys` | extends `string` = `OKey` \| `ExtractModuleOKey`\<`Modules`[`number`]\> |
-### TASK\_CRYPTO\_DECRYPT
+#### Type declaration
-• `Const` **TASK\_CRYPTO\_DECRYPT**: ``"crypto decrypt"``
+| Name | Type |
+| :------ | :------ |
+| `config` | [`ConfigFileEngine`](modules.md#configfileengine) |
+| `getContext` | () => [`RnvContext`](modules.md#rnvcontext)\<`UnionToIntersection`\<`ExtractModulePayload`\<`Modules`[`number`]\>\>, `OKeys`\> |
+| `id` | `string` |
+| `initContextPayload` | () => `void` |
+| `originalTemplatePlatformProjectDir?` | `string` |
+| `originalTemplatePlatformsDir?` | `string` |
+| `outputDirName?` | `string` |
+| `platforms` | [`RnvEnginePlatforms`](modules.md#rnvengineplatforms) |
+| `projectDirName` | `string` |
+| `rootPath?` | `string` |
+| `runtimeExtraProps` | `Record`\<`string`, `string`\> |
+| `serverDirName` | `string` |
+| `tasks` | [`RnvTaskMap`](modules.md#rnvtaskmap)\<`OKeys`\> |
#### Defined in
-tasks/constants.d.ts:43
+@rnv/core/lib/engines/types.d.ts:23
___
-### TASK\_CRYPTO\_ENCRYPT
-
-• `Const` **TASK\_CRYPTO\_ENCRYPT**: ``"crypto encrypt"``
-
-#### Defined in
-
-tasks/constants.d.ts:42
+### RnvEngineInstallConfig
-___
+Ƭ **RnvEngineInstallConfig**: `Object`
-### TASK\_CRYPTO\_INSTALL\_CERTS
+#### Type declaration
-• `Const` **TASK\_CRYPTO\_INSTALL\_CERTS**: ``"crypto installCerts"``
+| Name | Type |
+| :------ | :------ |
+| `configPath?` | `string` |
+| `engineRootPath?` | `string` |
+| `key` | `string` |
+| `version?` | `string` |
#### Defined in
-tasks/constants.d.ts:44
+@rnv/core/lib/engines/types.d.ts:48
___
-### TASK\_CRYPTO\_INSTALL\_PROFILE
-
-• `Const` **TASK\_CRYPTO\_INSTALL\_PROFILE**: ``"crypto installProfile"``
-
-#### Defined in
-
-tasks/constants.d.ts:46
+### RnvEnginePlatform
-___
+Ƭ **RnvEnginePlatform**: `Object`
-### TASK\_CRYPTO\_INSTALL\_PROFILES
+#### Type declaration
-• `Const` **TASK\_CRYPTO\_INSTALL\_PROFILES**: ``"crypto installProfiles"``
+| Name | Type |
+| :------ | :------ |
+| `defaultPort` | `number` |
+| `extensions` | `string`[] |
+| `isWebHosted?` | `boolean` |
#### Defined in
-tasks/constants.d.ts:45
+@rnv/core/lib/engines/types.d.ts:38
___
-### TASK\_CRYPTO\_UPDATE\_PROFILE
+### RnvEnginePlatforms
-• `Const` **TASK\_CRYPTO\_UPDATE\_PROFILE**: ``"crypto updateProfile"``
+Ƭ **RnvEnginePlatforms**: `Partial`\<`Record`\<[`RnvPlatformKey`](modules.md#rnvplatformkey), [`RnvEnginePlatform`](modules.md#rnvengineplatform)\>\>
#### Defined in
-tasks/constants.d.ts:47
+@rnv/core/lib/engines/types.d.ts:6
___
-### TASK\_CRYPTO\_UPDATE\_PROFILES
-
-• `Const` **TASK\_CRYPTO\_UPDATE\_PROFILES**: ``"crypto updateProfiles"``
-
-#### Defined in
-
-tasks/constants.d.ts:48
+### RnvEngineTemplate
-___
+Ƭ **RnvEngineTemplate**: `Object`
-### TASK\_DEBUG
+#### Type declaration
-• `Const` **TASK\_DEBUG**: ``"debug"``
+| Name | Type |
+| :------ | :------ |
+| `id` | `string` |
+| `packageName?` | `string` |
#### Defined in
-tasks/constants.d.ts:11
+@rnv/core/lib/engines/types.d.ts:43
___
-### TASK\_DEPLOY
+### RnvEngineTemplateMap
-• `Const` **TASK\_DEPLOY**: ``"deploy"``
+Ƭ **RnvEngineTemplateMap**: `Record`\<`string`, [`RnvEngineTemplate`](modules.md#rnvenginetemplate)\>
#### Defined in
-tasks/constants.d.ts:13
+@rnv/core/lib/engines/types.d.ts:47
___
-### TASK\_DOCTOR
+### RnvEnvContext
-• `Const` **TASK\_DOCTOR**: ``"doctor"``
+Ƭ **RnvEnvContext**: `Record`\<`string`, `string` \| `number` \| `string`[] \| `undefined` \| `boolean`\>
#### Defined in
-tasks/constants.d.ts:4
+@rnv/core/lib/env/types.d.ts:1
___
-### TASK\_EJECT
-
-• `Const` **TASK\_EJECT**: ``"eject"``
+### RnvEnvContextOptions
-#### Defined in
-
-tasks/constants.d.ts:58
-
-___
+Ƭ **RnvEnvContextOptions**: `Object`
-### TASK\_EXPORT
+#### Type declaration
-• `Const` **TASK\_EXPORT**: ``"export"``
+| Name | Type |
+| :------ | :------ |
+| `exludeEnvKeys?` | `string`[] |
+| `includedEnvKeys?` | `string`[] |
#### Defined in
-tasks/constants.d.ts:10
+@rnv/core/lib/env/types.d.ts:2
___
-### TASK\_HELP
+### RnvError
-• `Const` **TASK\_HELP**: ``"help"``
+Ƭ **RnvError**: `any`
#### Defined in
-tasks/constants.d.ts:6
+@rnv/core/lib/types.d.ts:7
___
-### TASK\_HOOKS\_LIST
-
-• `Const` **TASK\_HOOKS\_LIST**: ``"hooks list"``
+### RnvModule
-#### Defined in
+Ƭ **RnvModule**\<`OKey`, `Payload`\>: `Object`
-tasks/constants.d.ts:50
+#### Type parameters
-___
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `string` |
+| `Payload` | `object` |
-### TASK\_HOOKS\_PIPES
+#### Type declaration
-• `Const` **TASK\_HOOKS\_PIPES**: ``"hooks pipes"``
+| Name | Type |
+| :------ | :------ |
+| `getContext` | () => [`RnvContext`](modules.md#rnvcontext)\<`Payload`, `OKey`\> |
+| `initContextPayload` | () => `void` |
+| `name` | `string` |
+| `originalTasks` | `ReadonlyArray`\<[`RnvTask`](modules.md#rnvtask)\<`OKey`\>\> |
+| `tasks` | [`RnvTaskMap`](modules.md#rnvtaskmap)\<`OKey`\> |
#### Defined in
-tasks/constants.d.ts:51
+@rnv/core/lib/modules/types.d.ts:9
___
-### TASK\_HOOKS\_RUN
+### RnvModuleType
-• `Const` **TASK\_HOOKS\_RUN**: ``"hooks run"``
+Ƭ **RnvModuleType**: ``"engine"`` \| ``"public"`` \| ``"internal"``
#### Defined in
-tasks/constants.d.ts:49
+@rnv/core/lib/modules/types.d.ts:16
___
-### TASK\_INFO
+### RnvPlatform
-• `Const` **TASK\_INFO**: ``"info"``
+Ƭ **RnvPlatform**: [`RnvPlatformKey`](modules.md#rnvplatformkey) \| ``null``
#### Defined in
-tasks/constants.d.ts:8
+@rnv/core/lib/types.d.ts:3
___
-### TASK\_INSTALL
+### RnvPlatformKey
-• `Const` **TASK\_INSTALL**: ``"install"``
+Ƭ **RnvPlatformKey**: keyof typeof [`RnvPlatformName`](modules.md#rnvplatformname)
#### Defined in
-tasks/constants.d.ts:18
+@rnv/core/lib/types.d.ts:2
___
-### TASK\_KILL
+### RnvPlugin
-• `Const` **TASK\_KILL**: ``"kill"``
+Ƭ **RnvPlugin**: [`ConfigPluginSchema`](modules.md#configpluginschema) & \{ `_id?`: `string` ; `_scopes?`: `string`[] ; `config?`: [`ConfigFilePlugin`](modules.md#configfileplugin) ; `packageName?`: `string` ; `scope?`: `string` }
#### Defined in
-tasks/constants.d.ts:57
+@rnv/core/lib/plugins/types.d.ts:19
___
-### TASK\_LINK
-
-• `Const` **TASK\_LINK**: ``"link"``
-
-#### Defined in
-
-tasks/constants.d.ts:16
+### RnvPluginScope
-___
+Ƭ **RnvPluginScope**: `Object`
-### TASK\_LOG
+#### Type declaration
-• `Const` **TASK\_LOG**: ``"log"``
+| Name | Type |
+| :------ | :------ |
+| `npmVersion?` | `string` |
+| `scope` | `string` |
#### Defined in
-tasks/constants.d.ts:14
+@rnv/core/lib/plugins/types.d.ts:15
___
-### TASK\_NEW
-
-• `Const` **TASK\_NEW**: ``"new"``
+### RnvTask
-#### Defined in
+Ƭ **RnvTask**\<`OKey`, `Payload`\>: `Object`
-tasks/constants.d.ts:5
+#### Type parameters
-___
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `string` |
+| `Payload` | `object` |
-### TASK\_PACKAGE
+#### Type declaration
-• `Const` **TASK\_PACKAGE**: ``"package"``
+| Name | Type |
+| :------ | :------ |
+| `beforeDependsOn?` | [`RnvTaskFn`](modules.md#rnvtaskfn)\<`OKey`\> |
+| `dependsOn?` | `string`[] |
+| `description` | `string` |
+| `fn?` | [`RnvTaskFn`](modules.md#rnvtaskfn)\<`OKey`, `Payload`\> |
+| `fnHelp?` | [`RnvTaskHelpFn`](modules.md#rnvtaskhelpfn) |
+| `forceBuildHookRebuild?` | `boolean` |
+| `ignoreEngines?` | `boolean` |
+| `isGlobalScope?` | `boolean` |
+| `isPriorityOrder?` | `boolean` |
+| `isPrivate?` | `boolean` |
+| `key` | `string` |
+| `options?` | `ReadonlyArray`\<[`RnvTaskOption`](modules.md#rnvtaskoption)\<`OKey`\>\> |
+| `ownerID?` | `string` |
+| `ownerType?` | [`RnvModuleType`](modules.md#rnvmoduletype) |
+| `platforms?` | [`RnvPlatformKey`](modules.md#rnvplatformkey)[] |
+| `task` | `string` |
#### Defined in
-tasks/constants.d.ts:12
+@rnv/core/lib/tasks/types.d.ts:23
___
-### TASK\_PKG
-
-• `Const` **TASK\_PKG**: ``"pkg"``
-
-#### Defined in
+### RnvTaskFn
-tasks/constants.d.ts:52
+Ƭ **RnvTaskFn**\<`OKey`, `Payload`\>: (`opts`: \{ `ctx`: [`RnvContext`](modules.md#rnvcontext)\<`Payload`, `OKey`\> ; `originTaskName`: `string` \| `undefined` ; `parentTaskName`: `string` \| `undefined` ; `shouldSkip`: `boolean` ; `taskName`: `string` }) => `Promise`\<`any`\>
-___
+#### Type parameters
-### TASK\_PLATFORM\_CONFIGURE
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `OKey` |
+| `Payload` | `any` |
-• `Const` **TASK\_PLATFORM\_CONFIGURE**: ``"platform configure"``
+#### Type declaration
-#### Defined in
+▸ (`opts`): `Promise`\<`any`\>
-tasks/constants.d.ts:32
+##### Parameters
-___
+| Name | Type |
+| :------ | :------ |
+| `opts` | `Object` |
+| `opts.ctx` | [`RnvContext`](modules.md#rnvcontext)\<`Payload`, `OKey`\> |
+| `opts.originTaskName` | `string` \| `undefined` |
+| `opts.parentTaskName` | `string` \| `undefined` |
+| `opts.shouldSkip` | `boolean` |
+| `opts.taskName` | `string` |
-### TASK\_PLATFORM\_CONNECT
+##### Returns
-• `Const` **TASK\_PLATFORM\_CONNECT**: ``"platform connect"``
+`Promise`\<`any`\>
#### Defined in
-tasks/constants.d.ts:33
+@rnv/core/lib/tasks/types.d.ts:69
___
-### TASK\_PLATFORM\_EJECT
+### RnvTaskHelpFn
-• `Const` **TASK\_PLATFORM\_EJECT**: ``"platform eject"``
+Ƭ **RnvTaskHelpFn**: () => `Promise`\<`void`\>
-#### Defined in
-
-tasks/constants.d.ts:34
+#### Type declaration
-___
+▸ (): `Promise`\<`void`\>
-### TASK\_PLATFORM\_LIST
+##### Returns
-• `Const` **TASK\_PLATFORM\_LIST**: ``"platform list"``
+`Promise`\<`void`\>
#### Defined in
-tasks/constants.d.ts:35
+@rnv/core/lib/tasks/types.d.ts:76
___
-### TASK\_PLATFORM\_SETUP
-
-• `Const` **TASK\_PLATFORM\_SETUP**: ``"platform setup"``
-
-#### Defined in
-
-tasks/constants.d.ts:36
+### RnvTaskMap
-___
+Ƭ **RnvTaskMap**\<`OKey`, `Payload`\>: `Record`\<`string`, [`RnvTask`](modules.md#rnvtask)\<`OKey`, `Payload`\>\>
-### TASK\_PLUGIN\_ADD
+#### Type parameters
-• `Const` **TASK\_PLUGIN\_ADD**: ``"plugin add"``
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `string` |
+| `Payload` | `object` |
#### Defined in
-tasks/constants.d.ts:39
+@rnv/core/lib/tasks/types.d.ts:68
___
-### TASK\_PLUGIN\_LIST
-
-• `Const` **TASK\_PLUGIN\_LIST**: ``"plugin list"``
+### RnvTaskOption
-#### Defined in
+Ƭ **RnvTaskOption**\<`OKey`\>: `Object`
-tasks/constants.d.ts:40
+#### Type parameters
-___
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `string` |
-### TASK\_PLUGIN\_UPDATE
+#### Type declaration
-• `Const` **TASK\_PLUGIN\_UPDATE**: ``"plugin update"``
+| Name | Type |
+| :------ | :------ |
+| `altKey?` | `OKey` extends `string` ? `OKey` : `never` |
+| `description` | `string` |
+| `examples?` | `string`[] |
+| `isRequired?` | `boolean` |
+| `isValueType?` | `boolean` |
+| `isVariadic?` | `boolean` |
+| `key` | `OKey` extends `string` ? `OKey` : `never` |
+| `shortcut?` | `string` |
#### Defined in
-tasks/constants.d.ts:41
+@rnv/core/lib/tasks/types.d.ts:58
___
-### TASK\_PROJECT\_CONFIGURE
+### RuntimePropKey
-• `Const` **TASK\_PROJECT\_CONFIGURE**: ``"project configure"``
+Ƭ **RuntimePropKey**: keyof [`RnvContextRuntime`](modules.md#rnvcontextruntime)
#### Defined in
-tasks/constants.d.ts:37
+@rnv/core/lib/context/types.d.ts:141
___
-### TASK\_PROJECT\_UPGRADE
+### TaskItemMap
-• `Const` **TASK\_PROJECT\_UPGRADE**: ``"project upgrade"``
+Ƭ **TaskItemMap**: `Record`\<`string`, \{ `desc?`: `string` ; `taskKey`: `string` }\>
#### Defined in
-tasks/constants.d.ts:38
+@rnv/core/lib/tasks/types.d.ts:77
___
-### TASK\_PUBLISH
+### TaskOptionValue
-• `Const` **TASK\_PUBLISH**: ``"publish"``
+Ƭ **TaskOptionValue**: `any`
#### Defined in
-tasks/constants.d.ts:19
+@rnv/core/lib/tasks/types.d.ts:5
___
-### TASK\_RUN
+### TaskPromptOption
-• `Const` **TASK\_RUN**: ``"run"``
+Ƭ **TaskPromptOption**: `Object`
-#### Defined in
-
-tasks/constants.d.ts:2
-
-___
-
-### TASK\_START
+#### Type declaration
-• `Const` **TASK\_START**: ``"start"``
+| Name | Type |
+| :------ | :------ |
+| `asArray?` | `string`[] |
+| `command` | `string` |
+| `description?` | `string` |
+| `isGlobalScope?` | `boolean` |
+| `isPriorityOrder?` | `boolean` |
+| `isPrivate?` | `boolean` |
+| `name` | `string` |
+| `params?` | [`RnvTaskOption`](modules.md#rnvtaskoption)[] |
+| `providers` | `string`[] |
+| `subCommand?` | `string` |
+| `subTasks?` | [`TaskPromptOption`](modules.md#taskpromptoption)[] |
+| `value` | \{ `subTsks?`: [`TaskPromptOption`](modules.md#taskpromptoption)[] ; `taskName`: `string` } |
+| `value.subTsks?` | [`TaskPromptOption`](modules.md#taskpromptoption)[] |
+| `value.taskName` | `string` |
#### Defined in
-tasks/constants.d.ts:9
+@rnv/core/lib/tasks/types.d.ts:41
___
-### TASK\_STATUS
-
-• `Const` **TASK\_STATUS**: ``"status"``
-
-#### Defined in
-
-tasks/constants.d.ts:20
+### TimestampPathsConfig
-___
+Ƭ **TimestampPathsConfig**: `Object`
-### TASK\_SWITCH
+#### Type declaration
-• `Const` **TASK\_SWITCH**: ``"switch"``
+| Name | Type |
+| :------ | :------ |
+| `paths` | `string`[] |
+| `timestamp` | `number` |
#### Defined in
-tasks/constants.d.ts:21
+@rnv/core/lib/system/types.d.ts:32
___
-### TASK\_TARGET
+### UnionKey
-• `Const` **TASK\_TARGET**: ``"target"``
+Ƭ **UnionKey**\<`T`\>: `T` extends `string` ? `T` : `never`
-#### Defined in
-
-tasks/constants.d.ts:24
+#### Type parameters
-___
+| Name |
+| :------ |
+| `T` |
-### TASK\_TARGET\_LAUNCH
+#### Defined in
-• `Const` **TASK\_TARGET\_LAUNCH**: ``"target launch"``
+@rnv/core/lib/tasks/types.d.ts:6
-#### Defined in
+## Variables
-tasks/constants.d.ts:22
+### CoreEnvVars
-___
+• `Const` **CoreEnvVars**: `Object`
-### TASK\_TARGET\_LIST
+#### Type declaration
-• `Const` **TASK\_TARGET\_LIST**: ``"target list"``
+| Name | Type |
+| :------ | :------ |
+| `BASE` | () => [`RnvEnvContext`](modules.md#rnvenvcontext) |
+| `RNV_EXTENSIONS` | () => \{ `RNV_EXTENSIONS`: `string`[] } |
#### Defined in
-tasks/constants.d.ts:23
+@rnv/core/lib/env/index.d.ts:2
___
-### TASK\_TELEMETRY\_DISABLE
-
-• `Const` **TASK\_TELEMETRY\_DISABLE**: ``"telemetry disable"``
-
-#### Defined in
-
-tasks/constants.d.ts:59
+### DEFAULTS
-___
+• `Const` **DEFAULTS**: `Object`
-### TASK\_TELEMETRY\_ENABLE
+#### Type declaration
-• `Const` **TASK\_TELEMETRY\_ENABLE**: ``"telemetry enable"``
+| Name | Type |
+| :------ | :------ |
+| `author` | `string` |
+| `backgroundColor` | `string` |
+| `buildToolsVersion` | `string` |
+| `certificateProfile` | `string` |
+| `compileSdkVersion` | `number` |
+| `deploymentTarget` | `string` |
+| `devServerHost` | `string` |
+| `gradleWrapperVersion` | `string` |
+| `minSdkVersion` | `number` |
+| `signingConfig` | `string` |
+| `targetSdkVersion` | `number` |
#### Defined in
-tasks/constants.d.ts:60
+@rnv/core/lib/schema/defaults.d.ts:1
___
-### TASK\_TELEMETRY\_STATUS
+### ExecOptionsPresets
+
+• `Const` **ExecOptionsPresets**: `Object`
+
+#### Type declaration
-• `Const` **TASK\_TELEMETRY\_STATUS**: ``"telemetry status"``
+| Name | Type |
+| :------ | :------ |
+| `FIRE_AND_FORGET` | [`ExecOptions`](modules.md#execoptions) |
+| `INHERIT_OUTPUT_NO_SPINNER` | [`ExecOptions`](modules.md#execoptions) |
+| `NO_SPINNER_FULL_ERROR_SUMMARY` | [`ExecOptions`](modules.md#execoptions) |
+| `SPINNER_FULL_ERROR_SUMMARY` | [`ExecOptions`](modules.md#execoptions) |
#### Defined in
-tasks/constants.d.ts:61
+@rnv/core/lib/system/exec.d.ts:3
___
-### TASK\_TEMPLATE\_ADD
+### RnvFileName
+
+• `Const` **RnvFileName**: `Object`
+
+#### Type declaration
-• `Const` **TASK\_TEMPLATE\_ADD**: ``"template add"``
+| Name | Type |
+| :------ | :------ |
+| `appliedOverride` | ``"applied_overrides.json"`` |
+| `package` | ``"package.json"`` |
+| `renative` | ``"renative.json"`` |
+| `renativeBuild` | ``"renative.build.json"`` |
+| `renativeEngine` | ``"renative.engine.json"`` |
+| `renativeLocal` | ``"renative.local.json"`` |
+| `renativePlatforms` | ``"renative.platforms.json"`` |
+| `renativePrivate` | ``"renative.private.json"`` |
+| `renativeRuntime` | ``"renative.runtime.json"`` |
+| `renativeTemplate` | ``"renative.template.json"`` |
+| `renativeTemplates` | ``"renative.templates.json"`` |
+| `renativeWorkspaces` | ``"renative.workspaces.json"`` |
#### Defined in
-tasks/constants.d.ts:25
+@rnv/core/lib/enums/fileName.d.ts:1
___
-### TASK\_TEMPLATE\_APPLY
+### RnvFolderName
+
+• `Const` **RnvFolderName**: `Object`
+
+#### Type declaration
-• `Const` **TASK\_TEMPLATE\_APPLY**: ``"template apply"``
+| Name | Type |
+| :------ | :------ |
+| `UP` | ``".."`` |
+| `buildHooks` | ``"buildHooks"`` |
+| `dotRnv` | ``".rnv"`` |
+| `nodeModules` | ``"node_modules"`` |
+| `npmCache` | ``"npm_cache"`` |
+| `platformAssets` | ``"platformAssets"`` |
+| `platformBuilds` | ``"platformBuilds"`` |
+| `secrets` | ``"secrets"`` |
+| `templateFiles` | ``"templateFiles"`` |
+| `templateOverrides` | ``"templateOverrides"`` |
#### Defined in
-tasks/constants.d.ts:27
+@rnv/core/lib/enums/folderName.d.ts:1
___
-### TASK\_TEMPLATE\_LIST
+### RnvPlatformName
+
+• `Const` **RnvPlatformName**: `Object`
-• `Const` **TASK\_TEMPLATE\_LIST**: ``"template list"``
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `android` | ``"android"`` |
+| `androidtv` | ``"androidtv"`` |
+| `androidwear` | ``"androidwear"`` |
+| `chromecast` | ``"chromecast"`` |
+| `firetv` | ``"firetv"`` |
+| `ios` | ``"ios"`` |
+| `kaios` | ``"kaios"`` |
+| `linux` | ``"linux"`` |
+| `macos` | ``"macos"`` |
+| `tizen` | ``"tizen"`` |
+| `tizenmobile` | ``"tizenmobile"`` |
+| `tizenwatch` | ``"tizenwatch"`` |
+| `tvos` | ``"tvos"`` |
+| `web` | ``"web"`` |
+| `webos` | ``"webos"`` |
+| `webtv` | ``"webtv"`` |
+| `windows` | ``"windows"`` |
+| `xbox` | ``"xbox"`` |
#### Defined in
-tasks/constants.d.ts:26
+@rnv/core/lib/enums/platformName.d.ts:1
___
-### TASK\_UNLINK
+### RnvPlatforms
-• `Const` **TASK\_UNLINK**: ``"unlink"``
+• `Const` **RnvPlatforms**: readonly [``"web"``, ``"ios"``, ``"android"``, ``"androidtv"``, ``"firetv"``, ``"tvos"``, ``"macos"``, ``"linux"``, ``"windows"``, ``"tizen"``, ``"webos"``, ``"chromecast"``, ``"kaios"``, ``"webtv"``, ``"androidwear"``, ``"tizenwatch"``, ``"tizenmobile"``, ``"xbox"``]
#### Defined in
-tasks/constants.d.ts:17
+@rnv/core/lib/enums/platformName.d.ts:21
___
-### TASK\_WORKSPACE\_ADD
+### RnvTaskCoreOptionPresets
-• `Const` **TASK\_WORKSPACE\_ADD**: ``"workspace add"``
+• `Const` **RnvTaskCoreOptionPresets**: `Object`
+
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `withCore` | (`arr?`: readonly `RnvTaskOption`[]) => readonly `RnvTaskOption`[] |
#### Defined in
-tasks/constants.d.ts:28
+@rnv/core/lib/tasks/taskOptions.d.ts:60
___
-### TASK\_WORKSPACE\_CONFIGURE
-
-• `Const` **TASK\_WORKSPACE\_CONFIGURE**: ``"workspace configure"``
+### RnvTaskName
-#### Defined in
+• `Const` **RnvTaskName**: `Object`
-tasks/constants.d.ts:55
+#### Type declaration
-___
+| Name | Type |
+| :------ | :------ |
+| `appConfigure` | ``"app configure"`` |
+| `appCreate` | ``"app create"`` |
+| `appSwitch` | ``"app switch"`` |
+| `build` | ``"build"`` |
+| `clean` | ``"clean"`` |
+| `config` | ``"config"`` |
+| `configure` | ``"configure"`` |
+| `configureSoft` | ``"configureSoft"`` |
+| `cryptoDecrypt` | ``"crypto decrypt"`` |
+| `cryptoEncrypt` | ``"crypto encrypt"`` |
+| `cryptoInstallCerts` | ``"crypto installCerts"`` |
+| `cryptoInstallProfile` | ``"crypto installProfile"`` |
+| `cryptoInstallProfiles` | ``"crypto installProfiles"`` |
+| `cryptoUpdateProfile` | ``"crypto updateProfile"`` |
+| `cryptoUpdateProfiles` | ``"crypto updateProfiles"`` |
+| `debug` | ``"debug"`` |
+| `deploy` | ``"deploy"`` |
+| `doctor` | ``"doctor"`` |
+| `eject` | ``"eject"`` |
+| `export` | ``"export"`` |
+| `help` | ``"help"`` |
+| `hooksList` | ``"hooks list"`` |
+| `hooksPipes` | ``"hooks pipes"`` |
+| `hooksRun` | ``"hooks run"`` |
+| `info` | ``"info"`` |
+| `kill` | ``"kill"`` |
+| `link` | ``"link"`` |
+| `log` | ``"log"`` |
+| `new` | ``"new"`` |
+| `package` | ``"package"`` |
+| `patchReset` | ``"patch reset"`` |
+| `pkg` | ``"pkg"`` |
+| `platformConfigure` | ``"platform configure"`` |
+| `platformConnect` | ``"platform connect"`` |
+| `platformEject` | ``"platform eject"`` |
+| `platformList` | ``"platform list"`` |
+| `pluginAdd` | ``"plugin add"`` |
+| `pluginList` | ``"plugin list"`` |
+| `pluginUpdate` | ``"plugin update"`` |
+| `projectConfigure` | ``"project configure"`` |
+| `projectPlatforms` | ``"project platforms"`` |
+| `projectUpgrade` | ``"project upgrade"`` |
+| `publish` | ``"publish"`` |
+| `run` | ``"run"`` |
+| `sdkConfigure` | ``"sdk configure"`` |
+| `start` | ``"start"`` |
+| `switch` | ``"switch"`` |
+| `target` | ``"target"`` |
+| `targetLaunch` | ``"target launch"`` |
+| `targetList` | ``"target list"`` |
+| `telemetryDisable` | ``"telemetry disable"`` |
+| `telemetryEnable` | ``"telemetry enable"`` |
+| `telemetryStatus` | ``"telemetry status"`` |
+| `templateAdd` | ``"template add"`` |
+| `templateApply` | ``"template apply"`` |
+| `templateList` | ``"template list"`` |
+| `tizenCertificate` | ``"tizen certificate"`` |
+| `unlink` | ``"unlink"`` |
+| `workspaceAdd` | ``"workspace add"`` |
+| `workspaceConfigure` | ``"workspace configure"`` |
+| `workspaceConnect` | ``"workspace connect"`` |
+| `workspaceList` | ``"workspace list"`` |
+| `workspaceUpdate` | ``"workspace update"`` |
+
+#### Defined in
+
+@rnv/core/lib/enums/taskName.d.ts:1
+
+___
+
+### RnvTaskOptionPresets
+
+• `Const` **RnvTaskOptionPresets**: `Object`
-### TASK\_WORKSPACE\_CONNECT
+#### Type declaration
-• `Const` **TASK\_WORKSPACE\_CONNECT**: ``"workspace connect"``
+| Name | Type |
+| :------ | :------ |
+| `withConfigure` | (`arr?`: readonly `RnvTaskOption`[]) => readonly `RnvTaskOption`[] |
+| `withRun` | (`arr?`: readonly `RnvTaskOption`[]) => readonly `RnvTaskOption`[] |
#### Defined in
-tasks/constants.d.ts:29
+@rnv/core/lib/tasks/taskOptions.d.ts:63
___
-### TASK\_WORKSPACE\_LIST
+### RnvTaskOptions
-• `Const` **TASK\_WORKSPACE\_LIST**: ``"workspace list"``
-
-#### Defined in
+• `Const` **RnvTaskOptions**: `Object`
-tasks/constants.d.ts:30
+#### Type declaration
-___
+| Name | Type |
+| :------ | :------ |
+| `app-config-ID` | `RnvTaskOption` |
+| `appConfigID` | `RnvTaskOption` |
+| `ci` | `RnvTaskOption` |
+| `config-name` | `RnvTaskOption` |
+| `configName` | `RnvTaskOption` |
+| `debug` | `RnvTaskOption` |
+| `debug-ip` | `RnvTaskOption` |
+| `debugIp` | `RnvTaskOption` |
+| `device` | `RnvTaskOption` |
+| `engine` | `RnvTaskOption` |
+| `exe-method` | `RnvTaskOption` |
+| `exeMethod` | `RnvTaskOption` |
+| `help` | `RnvTaskOption` |
+| `hooks` | `RnvTaskOption` |
+| `host` | `RnvTaskOption` |
+| `host-ip` | `RnvTaskOption` |
+| `hostIp` | `RnvTaskOption` |
+| `hosted` | `RnvTaskOption` |
+| `info` | `RnvTaskOption` |
+| `json` | `RnvTaskOption` |
+| `max-error-length` | `RnvTaskOption` |
+| `maxErrorLength` | `RnvTaskOption` |
+| `mono` | `RnvTaskOption` |
+| `no-intro` | `RnvTaskOption` |
+| `no-summary` | `RnvTaskOption` |
+| `noIntro` | `RnvTaskOption` |
+| `noSummary` | `RnvTaskOption` |
+| `npx-mode` | `RnvTaskOption` |
+| `npxMode` | `RnvTaskOption` |
+| `offline` | `RnvTaskOption` |
+| `only` | `RnvTaskOption` |
+| `package-manager` | `RnvTaskOption` |
+| `packageManager` | `RnvTaskOption` |
+| `platform` | `RnvTaskOption` |
+| `port` | `RnvTaskOption` |
+| `print-exec` | `RnvTaskOption` |
+| `printExec` | `RnvTaskOption` |
+| `reset` | `RnvTaskOption` |
+| `reset-assets` | `RnvTaskOption` |
+| `reset-hard` | `RnvTaskOption` |
+| `resetAssets` | `RnvTaskOption` |
+| `resetHard` | `RnvTaskOption` |
+| `scheme` | `RnvTaskOption` |
+| `skip-dependency-check` | `RnvTaskOption` |
+| `skip-overrides-check` | `RnvTaskOption` |
+| `skip-rnv-check` | `RnvTaskOption` |
+| `skip-tasks` | `RnvTaskOption` |
+| `skipDependencyCheck` | `RnvTaskOption` |
+| `skipOverridesCheck` | `RnvTaskOption` |
+| `skipRnvCheck` | `RnvTaskOption` |
+| `skipTasks` | `RnvTaskOption` |
+| `target` | `RnvTaskOption` |
+| `telemetry-debug` | `RnvTaskOption` |
+| `telemetryDebug` | `RnvTaskOption` |
+| `unlinked` | `RnvTaskOption` |
+| `yes` | `RnvTaskOption` |
+
+#### Defined in
+
+@rnv/core/lib/tasks/taskOptions.d.ts:1
+
+___
+
+### ZodFileSchema
+
+• `Const` **ZodFileSchema**: `Object`
-### TASK\_WORKSPACE\_UPDATE
+#### Type declaration
-• `Const` **TASK\_WORKSPACE\_UPDATE**: ``"workspace update"``
+| Name | Type |
+| :------ | :------ |
+| `zodConfigFileApp` | `AnyZodObject` |
+| `zodConfigFileEngine` | `ZodObject` |
+| `zodConfigFileIntegration` | `ZodObject` |
+| `zodConfigFileLocal` | `ZodObject` |
+| `zodConfigFileOverrides` | `ZodObject` |
+| `zodConfigFilePlugin` | `AnyZodObject` |
+| `zodConfigFilePrivate` | `ZodObject` |
+| `zodConfigFileProject` | `AnyZodObject` |
+| `zodConfigFileRoot` | `AnyZodObject` |
+| `zodConfigFileRuntime` | `ZodObject` |
+| `zodConfigFileTemplate` | `AnyZodObject` |
+| `zodConfigFileTemplates` | `AnyZodObject` |
+| `zodConfigFileWorkspace` | `ZodObject` |
+| `zodConfigFileWorkspaces` | `ZodObject` |
#### Defined in
-tasks/constants.d.ts:31
+@rnv/core/lib/schema/index.d.ts:22
___
-### USER\_HOME\_DIR
+### ZodSharedSchema
+
+• `Const` **ZodSharedSchema**: `Object`
-• `Const` **USER\_HOME\_DIR**: `string`
+#### Type declaration
+
+| Name | Type |
+| :------ | :------ |
+| `_base` | typeof `_base` |
+| `_common` | typeof `_common` |
+| `_pAndroid` | typeof `_pAndroid` |
+| `_pBase` | typeof `_pBase` |
+| `_pIos` | typeof `_pIos` |
+| `_platforms` | typeof `_platforms` |
+| `_platformsFragmentsAndroid` | typeof `_platformsFragmentsAndroid` |
+| `_platformsFragmentsBase` | typeof `_platformsFragmentsBase` |
+| `_platformsFragmentsElectron` | typeof `_platformsFragmentsElectron` |
+| `_platformsFragmentsIos` | typeof `_platformsFragmentsIos` |
+| `_platformsFragmentsLightning` | typeof `_platformsFragmentsLightning` |
+| `_platformsFragmentsNextJs` | typeof `_platformsFragmentsNextJs` |
+| `_platformsFragmentsReactNative` | typeof `_platformsFragmentsReactNative` |
+| `_platformsFragmentsTemplateAndroid` | typeof `_platformsFragmentsTemplateAndroid` |
+| `_platformsFragmentsTemplateXcode` | typeof `_platformsFragmentsTemplateXcode` |
+| `_platformsFragmentsTizen` | typeof `_platformsFragmentsTizen` |
+| `_platformsFragmentsWeb` | typeof `_platformsFragmentsWeb` |
+| `_platformsFragmentsWebos` | typeof `_platformsFragmentsWebos` |
+| `_platformsFragmentsWindows` | typeof `_platformsFragmentsWindows` |
+| `_plugins` | typeof `_plugins` |
+| `_shared` | typeof `_shared` |
#### Defined in
-context/defaults.d.ts:2
+@rnv/core/lib/schema/index.d.ts:530
___
@@ -2470,7 +3199,7 @@ ___
#### Defined in
-system/is.d.ts:2
+@rnv/core/lib/system/is.d.ts:2
___
@@ -2480,7 +3209,7 @@ ___
#### Defined in
-system/is.d.ts:1
+@rnv/core/lib/system/is.d.ts:1
___
@@ -2490,7 +3219,7 @@ ___
#### Defined in
-system/is.d.ts:3
+@rnv/core/lib/system/is.d.ts:3
___
@@ -2500,50 +3229,13 @@ ___
#### Defined in
-system/exec.d.ts:46
+@rnv/core/lib/system/exec.d.ts:45
## Functions
-### \_getConfigProp
-
-▸ **_getConfigProp**\<`T`\>(`c`, `platform`, `key`, `defaultVal?`, `sourceObj?`): \{ `crypto?`: \{ `isOptional?`: `boolean` ; `path`: `string` } ; `currentTemplate`: `string` ; `custom?`: `any` ; `defaults?`: \{ `defaultCommandSchemes?`: `Partial`\<`Record`\<``"run"`` \| ``"build"`` \| ``"export"``, `string`\>\> ; `portOffset?`: `number` ; `ports?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `number`\>\> ; `supportedPlatforms?`: (``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``)[] ; `targets?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `string`\>\> } ; `enableHookRebuild?`: `boolean` ; `engines?`: `Record`\<`string`, ``"source:rnv"``\> ; `env?`: `Record`\<`string`, `any`\> ; `extendsTemplate?`: `string` ; `integrations?`: `Record`\<`string`, {}\> ; `isMonorepo?`: `boolean` ; `isNew?`: `boolean` ; `isTemplate?`: `boolean` ; `monoRoot?`: `string` ; `paths?`: \{ `appConfigsDir?`: `string` ; `appConfigsDirs?`: `string`[] ; `platformAssetsDir?`: `string` ; `platformBuildsDir?`: `string` ; `platformTemplatesDirs?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `string`\>\> ; `pluginTemplates?`: `Record`\<`string`, \{ `npm?`: `string` ; `path`: `string` }\> } ; `permissions?`: \{ `android?`: `Record`\<`string`, \{ `key`: `string` ; `security`: `string` }\> ; `ios?`: `Record`\<`string`, \{ `desc`: `string` }\> } ; `pipes?`: `string`[] ; `projectName`: `string` ; `projectVersion`: `string` ; `runtime?`: `any` ; `skipAutoUpdate?`: `boolean` ; `tasks?`: \{ `install?`: \{ `platform?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, \{ `ignore?`: `boolean` ; `ignoreTasks?`: `string`[] }\>\> ; `script`: `string` } } ; `templates`: `Record`\<`string`, \{ `version`: `string` }\> ; `workspaceID`: `string` } & \{ `custom?`: `any` ; `extend?`: `string` ; `extendsTemplate?`: `string` ; `hidden?`: `boolean` ; `id?`: `string` ; `skipBootstrapCopy?`: `boolean` } & \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } & \{ `BrowserWindow?`: \{ `height?`: `number` ; `webPreferences?`: \{ `devTools?`: `boolean` } ; `width?`: `number` } ; `aab?`: `boolean` ; `allowProvisioningUpdates?`: `boolean` ; `appName?`: `string` ; `appleId?`: `string` ; `assetFolderPlatform?`: `string` ; `assetSources?`: `string`[] ; `author?`: `string` ; `backgroundColor?`: `string` ; `buildToolsVersion?`: `string` ; `bundleAssets?`: `boolean` ; `bundleIsDev?`: `boolean` ; `certificateProfile?`: `string` ; `codeSignIdentities?`: `Record`\<`string`, `string`\> ; `codeSignIdentity?`: `string` ; `commandLineArguments?`: `string`[] ; `compileSdkVersion?`: `number` ; `custom?`: `any` ; `deploymentTarget?`: `string` ; `description?`: `string` ; `devServerHost?`: `string` ; `disableSigning?`: `boolean` ; `electronConfig?`: `any` ; `enableAndroidX?`: `string` \| `boolean` ; `enableJetifier?`: `string` \| `boolean` ; `enableSourceMaps?`: `boolean` ; `engine?`: `string` ; `entitlements?`: `Record`\<`string`, `string`\> ; `entryFile?`: `string` ; `environment?`: `string` ; `excludedArchs?`: `string`[] ; `excludedFeatures?`: `string`[] ; `excludedPermissions?`: `string`[] ; `excludedPlugins?`: `string`[] ; `exportDir?`: `string` ; `exportOptions?`: \{ `compileBitcode?`: `boolean` ; `method?`: `string` ; `provisioningProfiles?`: `Record`\<`string`, `string`\> ; `signingCertificate?`: `string` ; `signingStyle?`: `string` ; `teamID?`: `string` ; `uploadBitcode?`: `boolean` ; `uploadSymbols?`: `boolean` } ; `extendPlatform?`: ``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"`` ; `extraGradleParams?`: `string` ; `firebaseId?`: `string` ; `fontSources?`: `string`[] ; `getJsBundleFile?`: `string` ; `googleServicesVersion?`: `string` ; `gradleBuildToolsVersion?`: `string` ; `gradleWrapperVersion?`: `string` ; `hostedShellHeaders?`: `string` ; `iconColor?`: `string` ; `id?`: `string` ; `idSuffix?`: `string` ; `ignoreLogs?`: `boolean` ; `ignoreWarnings?`: `boolean` ; `includedFeatures?`: `string`[] ; `includedFonts?`: `string`[] ; `includedPermissions?`: `string`[] ; `includedPlugins?`: `string`[] ; `keyAlias?`: `string` ; `kotlinVersion?`: `string` ; `license?`: `string` ; `minSdkVersion?`: `number` ; `minifyEnabled?`: `boolean` ; `multipleAPKs?`: `boolean` ; `ndkVersion?`: `string` ; `newArchEnabled?`: `boolean` ; `nextTranspileModules?`: `string`[] ; `orientationSupport?`: \{ `phone?`: `string`[] ; `tab?`: `string`[] } ; `outputDir?`: `string` ; `package?`: `string` ; `pagesDir?`: `string` ; `provisionProfileSpecifier?`: `string` ; `provisionProfileSpecifiers?`: `Record`\<`string`, `string`\> ; `provisioningProfiles?`: `Record`\<`string`, `string`\> ; `provisioningStyle?`: `string` ; `reactNativeEngine?`: ``"jsc"`` \| ``"v8-android"`` \| ``"v8-android-nointl"`` \| ``"v8-android-jit"`` \| ``"v8-android-jit-nointl"`` \| ``"hermes"`` ; `runScheme?`: `string` ; `runtime?`: `any` ; `scheme?`: `string` ; `schemeTarget?`: `string` ; `sdk?`: `string` ; `signingConfig?`: `string` ; `splashScreen?`: `boolean` ; `storeFile?`: `string` ; `supportLibVersion?`: `string` ; `systemCapabilities?`: `Record`\<`string`, `boolean`\> ; `target?`: `string` ; `targetSdkVersion?`: `number` ; `teamID?`: `string` ; `teamIdentifier?`: `string` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `SplashActivity_java?`: {} ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `colors_xml?`: {} ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `gradle_wrapper_properties?`: {} ; `proguard_rules_pro?`: {} ; `settings_gradle?`: {} ; `strings_xml?`: {} ; `styles_xml?`: {} } ; `templateVSProject?`: \{ `additionalMetroOptions?`: `Record`\<`string`, `any`\> ; `appPath?`: `string` ; `arch?`: `string` ; `autolink?`: `boolean` ; `build?`: `boolean` ; `buildLogDirectory?`: `string` ; `bundle?`: `boolean` ; `devPort?`: `string` ; `device?`: `boolean` ; `directDebugging?`: `boolean` ; `emulator?`: `boolean` ; `experimentalNuGetDependency?`: `boolean` ; `info?`: `boolean` ; `language?`: `string` ; `launch?`: `boolean` ; `logging?`: `boolean` ; `msbuildprops?`: `string` ; `nuGetTestFeed?`: `string` ; `nuGetTestVersion?`: `string` ; `overwrite?`: `boolean` ; `packageExtension?`: `string` ; `packager?`: `boolean` ; `proj?`: `string` ; `reactNativeEngine?`: `string` ; `release?`: `boolean` ; `remoteDebugging?`: `boolean` ; `root?`: `string` ; `singleproc?`: `boolean` ; `sln?`: `string` ; `target?`: `string` ; `telemetry?`: `boolean` ; `useWinUI3?`: `boolean` } ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `testFlightId?`: `string` ; `timestampBuildFiles?`: `string`[] ; `title?`: `string` ; `urlScheme?`: `string` ; `version?`: `string` ; `versionCode?`: `string` ; `versionCodeFormat?`: `string` ; `versionCodeOffset?`: `number` ; `versionFormat?`: `string` ; `webpackConfig?`: \{ `customScripts?`: `string`[] ; `publicUrl?`: `string` } }[`T`]
-
-#### Type parameters
-
-| Name | Type |
-| :------ | :------ |
-| `T` | extends ``"id"`` \| ``"custom"`` \| ``"backgroundColor"`` \| ``"hidden"`` \| ``"title"`` \| ``"target"`` \| ``"description"`` \| ``"crypto"`` \| ``"environment"`` \| ``"env"`` \| ``"extend"`` \| ``"package"`` \| ``"projectName"`` \| ``"templateAndroid"`` \| ``"version"`` \| ``"templateXcode"`` \| ``"nextTranspileModules"`` \| ``"webpackConfig"`` \| ``"fontSources"`` \| ``"reactNativeEngine"`` \| ``"teamID"`` \| ``"provisioningProfiles"`` \| ``"pagesDir"`` \| ``"outputDir"`` \| ``"exportDir"`` \| ``"electronConfig"`` \| ``"BrowserWindow"`` \| ``"iconColor"`` \| ``"templateVSProject"`` \| ``"certificateProfile"`` \| ``"appName"`` \| ``"timestampBuildFiles"`` \| ``"devServerHost"`` \| ``"hostedShellHeaders"`` \| ``"enableAndroidX"`` \| ``"enableJetifier"`` \| ``"signingConfig"`` \| ``"minSdkVersion"`` \| ``"multipleAPKs"`` \| ``"aab"`` \| ``"extraGradleParams"`` \| ``"minifyEnabled"`` \| ``"targetSdkVersion"`` \| ``"compileSdkVersion"`` \| ``"kotlinVersion"`` \| ``"ndkVersion"`` \| ``"supportLibVersion"`` \| ``"googleServicesVersion"`` \| ``"gradleBuildToolsVersion"`` \| ``"gradleWrapperVersion"`` \| ``"excludedFeatures"`` \| ``"includedFeatures"`` \| ``"buildToolsVersion"`` \| ``"disableSigning"`` \| ``"storeFile"`` \| ``"keyAlias"`` \| ``"newArchEnabled"`` \| ``"ignoreWarnings"`` \| ``"ignoreLogs"`` \| ``"deploymentTarget"`` \| ``"orientationSupport"`` \| ``"excludedArchs"`` \| ``"urlScheme"`` \| ``"teamIdentifier"`` \| ``"scheme"`` \| ``"schemeTarget"`` \| ``"appleId"`` \| ``"provisioningStyle"`` \| ``"codeSignIdentity"`` \| ``"commandLineArguments"`` \| ``"provisionProfileSpecifier"`` \| ``"provisionProfileSpecifiers"`` \| ``"allowProvisioningUpdates"`` \| ``"codeSignIdentities"`` \| ``"systemCapabilities"`` \| ``"entitlements"`` \| ``"runScheme"`` \| ``"sdk"`` \| ``"testFlightId"`` \| ``"firebaseId"`` \| ``"exportOptions"`` \| ``"extendPlatform"`` \| ``"assetFolderPlatform"`` \| ``"engine"`` \| ``"entryFile"`` \| ``"bundleAssets"`` \| ``"enableSourceMaps"`` \| ``"bundleIsDev"`` \| ``"getJsBundleFile"`` \| ``"includedPermissions"`` \| ``"excludedPermissions"`` \| ``"idSuffix"`` \| ``"versionCode"`` \| ``"versionFormat"`` \| ``"versionCodeFormat"`` \| ``"versionCodeOffset"`` \| ``"author"`` \| ``"license"`` \| ``"includedFonts"`` \| ``"splashScreen"`` \| ``"assetSources"`` \| ``"includedPlugins"`` \| ``"excludedPlugins"`` \| ``"runtime"`` \| ``"extendsTemplate"`` \| ``"skipBootstrapCopy"`` \| ``"workspaceID"`` \| ``"projectVersion"`` \| ``"isMonorepo"`` \| ``"isTemplate"`` \| ``"defaults"`` \| ``"pipes"`` \| ``"templates"`` \| ``"currentTemplate"`` \| ``"paths"`` \| ``"permissions"`` \| ``"engines"`` \| ``"enableHookRebuild"`` \| ``"monoRoot"`` \| ``"tasks"`` \| ``"integrations"`` \| ``"skipAutoUpdate"`` \| ``"isNew"`` \| ``"storePassword"`` \| ``"keyPassword"`` |
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `key` | `T` |
-| `defaultVal?` | \{ `crypto?`: \{ `isOptional?`: `boolean` ; `path`: `string` } ; `currentTemplate`: `string` ; `custom?`: `any` ; `defaults?`: \{ `defaultCommandSchemes?`: `Partial`\<`Record`\<``"run"`` \| ``"build"`` \| ``"export"``, `string`\>\> ; `portOffset?`: `number` ; `ports?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `number`\>\> ; `supportedPlatforms?`: (``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``)[] ; `targets?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `string`\>\> } ; `enableHookRebuild?`: `boolean` ; `engines?`: `Record`\<`string`, ``"source:rnv"``\> ; `env?`: `Record`\<`string`, `any`\> ; `extendsTemplate?`: `string` ; `integrations?`: `Record`\<`string`, {}\> ; `isMonorepo?`: `boolean` ; `isNew?`: `boolean` ; `isTemplate?`: `boolean` ; `monoRoot?`: `string` ; `paths?`: \{ `appConfigsDir?`: `string` ; `appConfigsDirs?`: `string`[] ; `platformAssetsDir?`: `string` ; `platformBuildsDir?`: `string` ; `platformTemplatesDirs?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `string`\>\> ; `pluginTemplates?`: `Record`\<`string`, \{ `npm?`: `string` ; `path`: `string` }\> } ; `permissions?`: \{ `android?`: `Record`\<`string`, \{ `key`: `string` ; `security`: `string` }\> ; `ios?`: `Record`\<`string`, \{ `desc`: `string` }\> } ; `pipes?`: `string`[] ; `projectName`: `string` ; `projectVersion`: `string` ; `runtime?`: `any` ; `skipAutoUpdate?`: `boolean` ; `tasks?`: \{ `install?`: \{ `platform?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, \{ `ignore?`: `boolean` ; `ignoreTasks?`: `string`[] }\>\> ; `script`: `string` } } ; `templates`: `Record`\<`string`, \{ `version`: `string` }\> ; `workspaceID`: `string` } & \{ `custom?`: `any` ; `extend?`: `string` ; `extendsTemplate?`: `string` ; `hidden?`: `boolean` ; `id?`: `string` ; `skipBootstrapCopy?`: `boolean` } & \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } & \{ `BrowserWindow?`: \{ `height?`: `number` ; `webPreferences?`: \{ `devTools?`: `boolean` } ; `width?`: `number` } ; `aab?`: `boolean` ; `allowProvisioningUpdates?`: `boolean` ; `appName?`: `string` ; `appleId?`: `string` ; `assetFolderPlatform?`: `string` ; `assetSources?`: `string`[] ; `author?`: `string` ; `backgroundColor?`: `string` ; `buildToolsVersion?`: `string` ; `bundleAssets?`: `boolean` ; `bundleIsDev?`: `boolean` ; `certificateProfile?`: `string` ; `codeSignIdentities?`: `Record`\<`string`, `string`\> ; `codeSignIdentity?`: `string` ; `commandLineArguments?`: `string`[] ; `compileSdkVersion?`: `number` ; `custom?`: `any` ; `deploymentTarget?`: `string` ; `description?`: `string` ; `devServerHost?`: `string` ; `disableSigning?`: `boolean` ; `electronConfig?`: `any` ; `enableAndroidX?`: `string` \| `boolean` ; `enableJetifier?`: `string` \| `boolean` ; `enableSourceMaps?`: `boolean` ; `engine?`: `string` ; `entitlements?`: `Record`\<`string`, `string`\> ; `entryFile?`: `string` ; `environment?`: `string` ; `excludedArchs?`: `string`[] ; `excludedFeatures?`: `string`[] ; `excludedPermissions?`: `string`[] ; `excludedPlugins?`: `string`[] ; `exportDir?`: `string` ; `exportOptions?`: \{ `compileBitcode?`: `boolean` ; `method?`: `string` ; `provisioningProfiles?`: `Record`\<`string`, `string`\> ; `signingCertificate?`: `string` ; `signingStyle?`: `string` ; `teamID?`: `string` ; `uploadBitcode?`: `boolean` ; `uploadSymbols?`: `boolean` } ; `extendPlatform?`: ``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"`` ; `extraGradleParams?`: `string` ; `firebaseId?`: `string` ; `fontSources?`: `string`[] ; `getJsBundleFile?`: `string` ; `googleServicesVersion?`: `string` ; `gradleBuildToolsVersion?`: `string` ; `gradleWrapperVersion?`: `string` ; `hostedShellHeaders?`: `string` ; `iconColor?`: `string` ; `id?`: `string` ; `idSuffix?`: `string` ; `ignoreLogs?`: `boolean` ; `ignoreWarnings?`: `boolean` ; `includedFeatures?`: `string`[] ; `includedFonts?`: `string`[] ; `includedPermissions?`: `string`[] ; `includedPlugins?`: `string`[] ; `keyAlias?`: `string` ; `kotlinVersion?`: `string` ; `license?`: `string` ; `minSdkVersion?`: `number` ; `minifyEnabled?`: `boolean` ; `multipleAPKs?`: `boolean` ; `ndkVersion?`: `string` ; `newArchEnabled?`: `boolean` ; `nextTranspileModules?`: `string`[] ; `orientationSupport?`: \{ `phone?`: `string`[] ; `tab?`: `string`[] } ; `outputDir?`: `string` ; `package?`: `string` ; `pagesDir?`: `string` ; `provisionProfileSpecifier?`: `string` ; `provisionProfileSpecifiers?`: `Record`\<`string`, `string`\> ; `provisioningProfiles?`: `Record`\<`string`, `string`\> ; `provisioningStyle?`: `string` ; `reactNativeEngine?`: ``"jsc"`` \| ``"v8-android"`` \| ``"v8-android-nointl"`` \| ``"v8-android-jit"`` \| ``"v8-android-jit-nointl"`` \| ``"hermes"`` ; `runScheme?`: `string` ; `runtime?`: `any` ; `scheme?`: `string` ; `schemeTarget?`: `string` ; `sdk?`: `string` ; `signingConfig?`: `string` ; `splashScreen?`: `boolean` ; `storeFile?`: `string` ; `supportLibVersion?`: `string` ; `systemCapabilities?`: `Record`\<`string`, `boolean`\> ; `target?`: `string` ; `targetSdkVersion?`: `number` ; `teamID?`: `string` ; `teamIdentifier?`: `string` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `SplashActivity_java?`: {} ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `colors_xml?`: {} ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `gradle_wrapper_properties?`: {} ; `proguard_rules_pro?`: {} ; `settings_gradle?`: {} ; `strings_xml?`: {} ; `styles_xml?`: {} } ; `templateVSProject?`: \{ `additionalMetroOptions?`: `Record`\<`string`, `any`\> ; `appPath?`: `string` ; `arch?`: `string` ; `autolink?`: `boolean` ; `build?`: `boolean` ; `buildLogDirectory?`: `string` ; `bundle?`: `boolean` ; `devPort?`: `string` ; `device?`: `boolean` ; `directDebugging?`: `boolean` ; `emulator?`: `boolean` ; `experimentalNuGetDependency?`: `boolean` ; `info?`: `boolean` ; `language?`: `string` ; `launch?`: `boolean` ; `logging?`: `boolean` ; `msbuildprops?`: `string` ; `nuGetTestFeed?`: `string` ; `nuGetTestVersion?`: `string` ; `overwrite?`: `boolean` ; `packageExtension?`: `string` ; `packager?`: `boolean` ; `proj?`: `string` ; `reactNativeEngine?`: `string` ; `release?`: `boolean` ; `remoteDebugging?`: `boolean` ; `root?`: `string` ; `singleproc?`: `boolean` ; `sln?`: `string` ; `target?`: `string` ; `telemetry?`: `boolean` ; `useWinUI3?`: `boolean` } ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `testFlightId?`: `string` ; `timestampBuildFiles?`: `string`[] ; `title?`: `string` ; `urlScheme?`: `string` ; `version?`: `string` ; `versionCode?`: `string` ; `versionCodeFormat?`: `string` ; `versionCodeOffset?`: `number` ; `versionFormat?`: `string` ; `webpackConfig?`: \{ `customScripts?`: `string`[] ; `publicUrl?`: `string` } }[`T`] |
-| `sourceObj?` | `Partial`\<`_ConfigRootMerged`\> |
-
-#### Returns
-
-\{ `crypto?`: \{ `isOptional?`: `boolean` ; `path`: `string` } ; `currentTemplate`: `string` ; `custom?`: `any` ; `defaults?`: \{ `defaultCommandSchemes?`: `Partial`\<`Record`\<``"run"`` \| ``"build"`` \| ``"export"``, `string`\>\> ; `portOffset?`: `number` ; `ports?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `number`\>\> ; `supportedPlatforms?`: (``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``)[] ; `targets?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `string`\>\> } ; `enableHookRebuild?`: `boolean` ; `engines?`: `Record`\<`string`, ``"source:rnv"``\> ; `env?`: `Record`\<`string`, `any`\> ; `extendsTemplate?`: `string` ; `integrations?`: `Record`\<`string`, {}\> ; `isMonorepo?`: `boolean` ; `isNew?`: `boolean` ; `isTemplate?`: `boolean` ; `monoRoot?`: `string` ; `paths?`: \{ `appConfigsDir?`: `string` ; `appConfigsDirs?`: `string`[] ; `platformAssetsDir?`: `string` ; `platformBuildsDir?`: `string` ; `platformTemplatesDirs?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, `string`\>\> ; `pluginTemplates?`: `Record`\<`string`, \{ `npm?`: `string` ; `path`: `string` }\> } ; `permissions?`: \{ `android?`: `Record`\<`string`, \{ `key`: `string` ; `security`: `string` }\> ; `ios?`: `Record`\<`string`, \{ `desc`: `string` }\> } ; `pipes?`: `string`[] ; `projectName`: `string` ; `projectVersion`: `string` ; `runtime?`: `any` ; `skipAutoUpdate?`: `boolean` ; `tasks?`: \{ `install?`: \{ `platform?`: `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, \{ `ignore?`: `boolean` ; `ignoreTasks?`: `string`[] }\>\> ; `script`: `string` } } ; `templates`: `Record`\<`string`, \{ `version`: `string` }\> ; `workspaceID`: `string` } & \{ `custom?`: `any` ; `extend?`: `string` ; `extendsTemplate?`: `string` ; `hidden?`: `boolean` ; `id?`: `string` ; `skipBootstrapCopy?`: `boolean` } & \{ `keyAlias?`: `string` ; `keyPassword?`: `string` ; `storeFile?`: `string` ; `storePassword?`: `string` } & \{ `BrowserWindow?`: \{ `height?`: `number` ; `webPreferences?`: \{ `devTools?`: `boolean` } ; `width?`: `number` } ; `aab?`: `boolean` ; `allowProvisioningUpdates?`: `boolean` ; `appName?`: `string` ; `appleId?`: `string` ; `assetFolderPlatform?`: `string` ; `assetSources?`: `string`[] ; `author?`: `string` ; `backgroundColor?`: `string` ; `buildToolsVersion?`: `string` ; `bundleAssets?`: `boolean` ; `bundleIsDev?`: `boolean` ; `certificateProfile?`: `string` ; `codeSignIdentities?`: `Record`\<`string`, `string`\> ; `codeSignIdentity?`: `string` ; `commandLineArguments?`: `string`[] ; `compileSdkVersion?`: `number` ; `custom?`: `any` ; `deploymentTarget?`: `string` ; `description?`: `string` ; `devServerHost?`: `string` ; `disableSigning?`: `boolean` ; `electronConfig?`: `any` ; `enableAndroidX?`: `string` \| `boolean` ; `enableJetifier?`: `string` \| `boolean` ; `enableSourceMaps?`: `boolean` ; `engine?`: `string` ; `entitlements?`: `Record`\<`string`, `string`\> ; `entryFile?`: `string` ; `environment?`: `string` ; `excludedArchs?`: `string`[] ; `excludedFeatures?`: `string`[] ; `excludedPermissions?`: `string`[] ; `excludedPlugins?`: `string`[] ; `exportDir?`: `string` ; `exportOptions?`: \{ `compileBitcode?`: `boolean` ; `method?`: `string` ; `provisioningProfiles?`: `Record`\<`string`, `string`\> ; `signingCertificate?`: `string` ; `signingStyle?`: `string` ; `teamID?`: `string` ; `uploadBitcode?`: `boolean` ; `uploadSymbols?`: `boolean` } ; `extendPlatform?`: ``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"`` ; `extraGradleParams?`: `string` ; `firebaseId?`: `string` ; `fontSources?`: `string`[] ; `getJsBundleFile?`: `string` ; `googleServicesVersion?`: `string` ; `gradleBuildToolsVersion?`: `string` ; `gradleWrapperVersion?`: `string` ; `hostedShellHeaders?`: `string` ; `iconColor?`: `string` ; `id?`: `string` ; `idSuffix?`: `string` ; `ignoreLogs?`: `boolean` ; `ignoreWarnings?`: `boolean` ; `includedFeatures?`: `string`[] ; `includedFonts?`: `string`[] ; `includedPermissions?`: `string`[] ; `includedPlugins?`: `string`[] ; `keyAlias?`: `string` ; `kotlinVersion?`: `string` ; `license?`: `string` ; `minSdkVersion?`: `number` ; `minifyEnabled?`: `boolean` ; `multipleAPKs?`: `boolean` ; `ndkVersion?`: `string` ; `newArchEnabled?`: `boolean` ; `nextTranspileModules?`: `string`[] ; `orientationSupport?`: \{ `phone?`: `string`[] ; `tab?`: `string`[] } ; `outputDir?`: `string` ; `package?`: `string` ; `pagesDir?`: `string` ; `provisionProfileSpecifier?`: `string` ; `provisionProfileSpecifiers?`: `Record`\<`string`, `string`\> ; `provisioningProfiles?`: `Record`\<`string`, `string`\> ; `provisioningStyle?`: `string` ; `reactNativeEngine?`: ``"jsc"`` \| ``"v8-android"`` \| ``"v8-android-nointl"`` \| ``"v8-android-jit"`` \| ``"v8-android-jit-nointl"`` \| ``"hermes"`` ; `runScheme?`: `string` ; `runtime?`: `any` ; `scheme?`: `string` ; `schemeTarget?`: `string` ; `sdk?`: `string` ; `signingConfig?`: `string` ; `splashScreen?`: `boolean` ; `storeFile?`: `string` ; `supportLibVersion?`: `string` ; `systemCapabilities?`: `Record`\<`string`, `boolean`\> ; `target?`: `string` ; `targetSdkVersion?`: `number` ; `teamID?`: `string` ; `teamIdentifier?`: `string` ; `templateAndroid?`: \{ `AndroidManifest_xml?`: \{ `android:name`: `string` ; `android:required?`: `boolean` ; `children`: `_ManifestChildType`[] ; `package?`: `string` ; `tag`: `string` } ; `MainActivity_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `onCreate`: `string` ; `resultMethods?`: `string`[] } ; `MainApplication_java?`: \{ `createMethods?`: `string`[] ; `imports?`: `string`[] ; `methods?`: `string`[] ; `packageParams?`: `string`[] ; `packages?`: `string`[] } ; `SplashActivity_java?`: {} ; `app_build_gradle?`: \{ `afterEvaluate?`: `string`[] ; `apply`: `string`[] ; `buildTypes?`: \{ `debug?`: `string`[] ; `release?`: `string`[] } ; `defaultConfig`: `string`[] ; `implementation?`: `string` ; `implementations?`: `string`[] } ; `build_gradle?`: \{ `allprojects`: \{ `repositories`: `Record`\<`string`, `boolean`\> } ; `buildscript`: \{ `dependencies`: `Record`\<`string`, `boolean`\> ; `repositories`: `Record`\<`string`, `boolean`\> } ; `dexOptions`: `Record`\<`string`, `boolean`\> ; `injectAfterAll`: `string`[] ; `plugins`: `string`[] } ; `colors_xml?`: {} ; `gradle_properties?`: `Record`\<`string`, `string` \| `number` \| `boolean`\> ; `gradle_wrapper_properties?`: {} ; `proguard_rules_pro?`: {} ; `settings_gradle?`: {} ; `strings_xml?`: {} ; `styles_xml?`: {} } ; `templateVSProject?`: \{ `additionalMetroOptions?`: `Record`\<`string`, `any`\> ; `appPath?`: `string` ; `arch?`: `string` ; `autolink?`: `boolean` ; `build?`: `boolean` ; `buildLogDirectory?`: `string` ; `bundle?`: `boolean` ; `devPort?`: `string` ; `device?`: `boolean` ; `directDebugging?`: `boolean` ; `emulator?`: `boolean` ; `experimentalNuGetDependency?`: `boolean` ; `info?`: `boolean` ; `language?`: `string` ; `launch?`: `boolean` ; `logging?`: `boolean` ; `msbuildprops?`: `string` ; `nuGetTestFeed?`: `string` ; `nuGetTestVersion?`: `string` ; `overwrite?`: `boolean` ; `packageExtension?`: `string` ; `packager?`: `boolean` ; `proj?`: `string` ; `reactNativeEngine?`: `string` ; `release?`: `boolean` ; `remoteDebugging?`: `boolean` ; `root?`: `string` ; `singleproc?`: `boolean` ; `sln?`: `string` ; `target?`: `string` ; `telemetry?`: `boolean` ; `useWinUI3?`: `boolean` } ; `templateXcode?`: \{ `AppDelegate_h?`: \{ `appDelegateExtensions?`: `string`[] ; `appDelegateImports?`: `string`[] } ; `AppDelegate_mm?`: \{ `appDelegateImports?`: `string`[] ; `appDelegateMethods?`: \{ `application`: \{ `applicationDidBecomeActive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `continue`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didConnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didDisconnectCarInterfaceController`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFailToRegisterForRemoteNotificationsWithError`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didFinishLaunchingWithOptions`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceive`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didReceiveRemoteNotification`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegister`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `didRegisterForRemoteNotificationsWithDeviceToken`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `open`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `supportedInterfaceOrientationsFor`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } ; `userNotificationCenter`: \{ `didReceiveNotificationResponse`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] ; `willPresent`: (`string` \| \{ `order`: `number` ; `value`: `string` ; `weight`: `number` })[] } } } ; `Info_plist?`: {} ; `Podfile?`: \{ `header?`: `string`[] ; `injectLines?`: `string`[] ; `podDependencies?`: `string`[] ; `post_install?`: `string`[] ; `sources?`: `string`[] ; `staticPods?`: `string`[] } ; `project_pbxproj?`: \{ `buildPhases?`: \{ `inputPaths`: `string`[] ; `shellPath`: `string` ; `shellScript`: `string` }[] ; `buildSettings?`: `Record`\<`string`, `string`\> ; `frameworks?`: `string`[] ; `headerFiles?`: `string`[] ; `resourceFiles?`: `string`[] ; `sourceFiles?`: `string`[] } } ; `testFlightId?`: `string` ; `timestampBuildFiles?`: `string`[] ; `title?`: `string` ; `urlScheme?`: `string` ; `version?`: `string` ; `versionCode?`: `string` ; `versionCodeFormat?`: `string` ; `versionCodeOffset?`: `number` ; `versionFormat?`: `string` ; `webpackConfig?`: \{ `customScripts?`: `string`[] ; `publicUrl?`: `string` } }[`T`]
-
-#### Defined in
-
-context/contextProps.d.ts:8
-
-___
-
### applyTemplate
-▸ **applyTemplate**(`c`, `selectedTemplate?`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `selectedTemplate?` | `string` |
+▸ **applyTemplate**(): `Promise`\<`boolean`\>
#### Returns
@@ -2551,7 +3243,7 @@ ___
#### Defined in
-templates/index.d.ts:8
+@rnv/core/lib/templates/index.d.ts:3
___
@@ -2565,7 +3257,7 @@ ___
#### Defined in
-projects/npm.d.ts:3
+@rnv/core/lib/projects/npm.d.ts:3
___
@@ -2586,19 +3278,13 @@ ___
#### Defined in
-system/fs.d.ts:41
+@rnv/core/lib/system/fs.d.ts:40
___
### buildHooks
-▸ **buildHooks**(`c`): `Promise`\<``true``\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **buildHooks**(): `Promise`\<``true``\>
#### Returns
@@ -2606,7 +3292,7 @@ ___
#### Defined in
-buildHooks/index.d.ts:3
+@rnv/core/lib/buildHooks/index.d.ts:2
___
@@ -2620,39 +3306,13 @@ ___
#### Defined in
-logger/index.d.ts:2
-
-___
-
-### checkAndBootstrapIfRequired
-
-▸ **checkAndBootstrapIfRequired**(`c`): `Promise`\<``true``\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-
-#### Returns
-
-`Promise`\<``true``\>
-
-#### Defined in
-
-projects/index.d.ts:4
+@rnv/core/lib/logger/index.d.ts:2
___
-### checkAndCreateGitignore
-
-▸ **checkAndCreateGitignore**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
+### checkAndCreateProjectPackage
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **checkAndCreateProjectPackage**(): `Promise`\<`boolean`\>
#### Returns
@@ -2660,27 +3320,21 @@ ___
#### Defined in
-projects/index.d.ts:5
+@rnv/core/lib/projects/package.d.ts:3
___
-### checkAndCreateProjectPackage
-
-▸ **checkAndCreateProjectPackage**(`c`): `Promise`\<`boolean`\>
+### checkAndInstallPackageDependenciesIfRequired
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **checkAndInstallPackageDependenciesIfRequired**(): `Promise`\<`void`\>
#### Returns
-`Promise`\<`boolean`\>
+`Promise`\<`void`\>
#### Defined in
-projects/package.d.ts:2
+@rnv/core/lib/projects/npm.d.ts:6
___
@@ -2694,19 +3348,19 @@ ___
#### Defined in
-migrator/index.d.ts:1
+@rnv/core/lib/migrator/index.d.ts:1
___
### checkForPluginDependencies
-▸ **checkForPluginDependencies**(`c`): `Promise`\<`void`\>
+▸ **checkForPluginDependencies**(`postInjectHandler?`): `Promise`\<`void`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `postInjectHandler?` | [`AsyncCallback`](modules.md#asynccallback) |
#### Returns
@@ -2714,19 +3368,13 @@ ___
#### Defined in
-plugins/index.d.ts:12
+@rnv/core/lib/plugins/index.d.ts:12
___
### checkIfProjectAndNodeModulesExists
-▸ **checkIfProjectAndNodeModulesExists**(`c`): `Promise`\<`void`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **checkIfProjectAndNodeModulesExists**(): `Promise`\<`void`\>
#### Returns
@@ -2734,27 +3382,7 @@ ___
#### Defined in
-projects/dependencyManager.d.ts:3
-
-___
-
-### checkIfTemplateConfigured
-
-▸ **checkIfTemplateConfigured**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-
-#### Returns
-
-`Promise`\<`boolean`\>
-
-#### Defined in
-
-configs/templates.d.ts:2
+@rnv/core/lib/projects/npm.d.ts:1
___
@@ -2768,33 +3396,7 @@ ___
#### Defined in
-projects/npm.d.ts:2
-
-___
-
-### checkRequiredPackage
-
-▸ **checkRequiredPackage**(`c`, `pkg`, `version`, `type`, `skipAsking?`, `skipInstall?`, `skipVersionCheck?`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `pkg` | `string` |
-| `version` | `string` |
-| `type` | `NpmDepKey` |
-| `skipAsking?` | `boolean` |
-| `skipInstall?` | `boolean` |
-| `skipVersionCheck?` | `boolean` |
-
-#### Returns
-
-`Promise`\<`boolean`\>
-
-#### Defined in
-
-projects/dependencyManager.d.ts:4
+@rnv/core/lib/projects/npm.d.ts:2
___
@@ -2814,7 +3416,7 @@ ___
#### Defined in
-system/fs.d.ts:51
+@rnv/core/lib/system/fs.d.ts:50
___
@@ -2834,7 +3436,7 @@ ___
#### Defined in
-system/fs.d.ts:31
+@rnv/core/lib/system/fs.d.ts:30
___
@@ -2848,19 +3450,13 @@ ___
#### Defined in
-projects/npm.d.ts:8
+@rnv/core/lib/projects/npm.d.ts:8
___
### cleanPlaformAssets
-▸ **cleanPlaformAssets**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **cleanPlaformAssets**(): `Promise`\<`boolean`\>
#### Returns
@@ -2868,20 +3464,20 @@ ___
#### Defined in
-projects/index.d.ts:12
+@rnv/core/lib/projects/assets.d.ts:5
___
### cleanPlatformBuild
-▸ **cleanPlatformBuild**(`c`, `platform`): `Promise`\<`void`\>
+▸ **cleanPlatformBuild**(`platform`, `cleanAllPlatforms?`): `Promise`\<`void`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
+| `cleanAllPlatforms?` | `boolean` |
#### Returns
@@ -2889,7 +3485,7 @@ ___
#### Defined in
-platforms/index.d.ts:9
+@rnv/core/lib/platforms/index.d.ts:7
___
@@ -2910,7 +3506,7 @@ ___
#### Defined in
-system/exec.d.ts:44
+@rnv/core/lib/system/exec.d.ts:43
___
@@ -2922,62 +3518,21 @@ ___
| Name | Type |
| :------ | :------ |
-| `commandName` | `string` |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-system/exec.d.ts:45
-
-___
-
-### configureEngines
-
-▸ **configureEngines**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-
-#### Returns
-
-`Promise`\<`boolean`\>
-
-#### Defined in
-
-engines/index.d.ts:10
-
-___
-
-### configureEntryPoint
-
-▸ **configureEntryPoint**(`c`, `platform`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
+| `commandName` | `string` |
#### Returns
-`Promise`\<`boolean`\>
+`boolean`
#### Defined in
-templates/index.d.ts:5
+@rnv/core/lib/system/exec.d.ts:44
___
-### configureFonts
+### configureEngines
-▸ **configureFonts**(`c`): `Promise`\<`boolean`\>
+▸ **configureEngines**(`c`): `Promise`\<`boolean`\>
#### Parameters
@@ -2991,19 +3546,13 @@ ___
#### Defined in
-projects/index.d.ts:6
+@rnv/core/lib/engines/index.d.ts:8
___
### configurePlugins
-▸ **configurePlugins**(`c`): `Promise`\<``true``\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **configurePlugins**(): `Promise`\<``true``\>
#### Returns
@@ -3011,19 +3560,13 @@ ___
#### Defined in
-plugins/index.d.ts:6
+@rnv/core/lib/plugins/index.d.ts:6
___
### configureRuntimeDefaults
-▸ **configureRuntimeDefaults**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **configureRuntimeDefaults**(): `Promise`\<`boolean`\>
#### Returns
@@ -3031,19 +3574,13 @@ ___
#### Defined in
-context/runtime.d.ts:2
+@rnv/core/lib/context/runtime.d.ts:1
___
### configureTemplateFiles
-▸ **configureTemplateFiles**(`c`): `Promise`\<`void`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **configureTemplateFiles**(): `Promise`\<`void`\>
#### Returns
@@ -3051,21 +3588,19 @@ ___
#### Defined in
-templates/index.d.ts:4
+@rnv/core/lib/templates/index.d.ts:1
___
### copyAssetsFolder
-▸ **copyAssetsFolder**(`c`, `platform`, `subPath?`, `customFn?`): `Promise`\<`void`\>
+▸ **copyAssetsFolder**(`destPath?`, `customFn?`): `Promise`\<`void`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `subPath?` | `string` |
+| `destPath?` | `string` |
| `customFn?` | (`c`: [`RnvContext`](modules.md#rnvcontext), `platform`: [`RnvPlatform`](modules.md#rnvplatform)) => `void` |
#### Returns
@@ -3074,20 +3609,13 @@ ___
#### Defined in
-projects/index.d.ts:9
+@rnv/core/lib/projects/assets.d.ts:4
___
### copyBuildsFolder
-▸ **copyBuildsFolder**(`c`, `platform`): `Promise`\<`void`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
+▸ **copyBuildsFolder**(): `Promise`\<`void`\>
#### Returns
@@ -3095,7 +3623,7 @@ ___
#### Defined in
-projects/index.d.ts:10
+@rnv/core/lib/projects/appConfig.d.ts:1
___
@@ -3116,7 +3644,7 @@ ___
#### Defined in
-system/fs.d.ts:53
+@rnv/core/lib/system/fs.d.ts:52
___
@@ -3139,7 +3667,7 @@ ___
#### Defined in
-system/fs.d.ts:20
+@rnv/core/lib/system/fs.d.ts:20
___
@@ -3164,7 +3692,7 @@ ___
#### Defined in
-system/fs.d.ts:23
+@rnv/core/lib/system/fs.d.ts:23
___
@@ -3187,7 +3715,7 @@ ___
#### Defined in
-system/fs.d.ts:27
+@rnv/core/lib/system/fs.d.ts:26
___
@@ -3215,7 +3743,7 @@ ___
#### Defined in
-system/fs.d.ts:26
+@rnv/core/lib/system/fs.d.ts:25
___
@@ -3242,19 +3770,13 @@ ___
#### Defined in
-system/fs.d.ts:25
+@rnv/core/lib/system/fs.d.ts:24
___
### copyRuntimeAssets
-▸ **copyRuntimeAssets**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **copyRuntimeAssets**(): `Promise`\<`boolean`\>
#### Returns
@@ -3262,13 +3784,27 @@ ___
#### Defined in
-projects/index.d.ts:7
+@rnv/core/lib/projects/assets.d.ts:3
___
### copySharedPlatforms
-▸ **copySharedPlatforms**(`c`): `Promise`\<`void`\>
+▸ **copySharedPlatforms**(): `Promise`\<`void`\>
+
+#### Returns
+
+`Promise`\<`void`\>
+
+#### Defined in
+
+@rnv/core/lib/platforms/index.d.ts:10
+
+___
+
+### copyTemplatePluginsSync
+
+▸ **copyTemplatePluginsSync**(`c`): `void`
#### Parameters
@@ -3278,43 +3814,42 @@ ___
#### Returns
-`Promise`\<`void`\>
+`void`
#### Defined in
-platforms/index.d.ts:14
+@rnv/core/lib/plugins/index.d.ts:14
___
-### copyTemplatePluginsSync
+### createDependencyMutation
-▸ **copyTemplatePluginsSync**(`c`): `void`
+▸ **createDependencyMutation**(`opts`): [`DependencyMutation`](modules.md#dependencymutation)
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `opts` | [`DependencyMutation`](modules.md#dependencymutation) |
#### Returns
-`void`
+[`DependencyMutation`](modules.md#dependencymutation)
#### Defined in
-plugins/index.d.ts:14
+@rnv/core/lib/projects/mutations.d.ts:2
___
### createPlatformBuild
-▸ **createPlatformBuild**(`c`, `platform`): `Promise`\<`void`\>
+▸ **createPlatformBuild**(`platform`): `Promise`\<`void`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
#### Returns
@@ -3323,7 +3858,7 @@ ___
#### Defined in
-platforms/index.d.ts:10
+@rnv/core/lib/platforms/index.d.ts:8
___
@@ -3338,7 +3873,7 @@ ___
| `_api?` | `Object` |
| `_api.analytics` | [`RnvContextAnalytics`](modules.md#rnvcontextanalytics) |
| `_api.doResolve` | [`DoResolveFn`](modules.md#doresolvefn) |
-| `_api.getConfigProp` | [`GetConfigPropFn`](modules.md#getconfigpropfn) |
+| `_api.getConfigProp` | \(`key`: `T`, `defaultVal?`: [`ConfigPlatformSchemaFragment`](modules.md#configplatformschemafragment)[`T`], `obj?`: `Partial`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\>) => [`ConfigPlatformSchemaFragment`](modules.md#configplatformschemafragment)[`T`] |
| `_api.logger` | [`RnvApiLogger`](modules.md#rnvapilogger) |
| `_api.prompt` | [`RnvApiPrompt`](modules.md#rnvapiprompt) |
| `_api.spinner` | [`RnvApiSpinner`](modules.md#rnvapispinner) |
@@ -3349,19 +3884,19 @@ ___
#### Defined in
-api/index.d.ts:3
+@rnv/core/lib/api/index.d.ts:3
___
### createRnvContext
-▸ **createRnvContext**(`ctx?`): `void`
+▸ **createRnvContext**(`ctxOpts?`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `ctx?` | [`CreateContextOptions`](modules.md#createcontextoptions) |
+| `ctxOpts?` | [`CreateContextOptions`](modules.md#createcontextoptions) |
#### Returns
@@ -3369,19 +3904,181 @@ ___
#### Defined in
-context/index.d.ts:3
+@rnv/core/lib/context/index.d.ts:3
+
+___
+
+### createRnvEngine
+
+▸ **createRnvEngine**\<`OKey`, `Modules`\>(`opts`): [`RnvEngine`](modules.md#rnvengine)\<`OKey`, `Modules`\>
+
+#### Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `OKey` | extends `string` = `never` |
+| `Modules` | extends [[`RnvModule`](modules.md#rnvmodule), ...RnvModule[]] = [[`RnvModule`](modules.md#rnvmodule)\<`never`, `object`\>] |
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `opts` | [`CreateRnvEngineOpts`](modules.md#creaternvengineopts)\<`OKey`, `Modules`\> |
+
+#### Returns
+
+[`RnvEngine`](modules.md#rnvengine)\<`OKey`, `Modules`\>
+
+#### Defined in
+
+@rnv/core/lib/engines/creators.d.ts:3
+
+___
+
+### createRnvModule
+
+▸ **createRnvModule**\<`OKey`, `Payload`\>(`opts`): [`RnvModule`](modules.md#rnvmodule)\<`OKey`, `Payload`\>
+
+#### Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `never` |
+| `Payload` | `object` |
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `opts` | [`CreateRnvModuleOpts`](modules.md#creaternvmoduleopts)\<`OKey`, `Payload`\> |
+
+#### Returns
+
+[`RnvModule`](modules.md#rnvmodule)\<`OKey`, `Payload`\>
+
+#### Defined in
+
+@rnv/core/lib/modules/creators.d.ts:2
+
+___
+
+### createTask
+
+▸ **createTask**\<`OKey`\>(`task`): [`RnvTask`](modules.md#rnvtask)\<`OKey`\>
+
+#### Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `never` |
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `task` | [`CreateRnvTaskOpt`](modules.md#creaternvtaskopt)\<`OKey`\> |
+
+#### Returns
+
+[`RnvTask`](modules.md#rnvtask)\<`OKey`\>
+
+#### Defined in
+
+@rnv/core/lib/tasks/creators.d.ts:3
+
+___
+
+### createTaskMap
+
+▸ **createTaskMap**\<`OKey`, `Payload`\>(`opts`): [`RnvTaskMap`](modules.md#rnvtaskmap)\<`OKey`, `Payload`\>
+
+#### Type parameters
+
+| Name |
+| :------ |
+| `OKey` |
+| `Payload` |
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `opts` | `Object` |
+| `opts.ownerID` | `string` |
+| `opts.ownerType` | [`RnvModuleType`](modules.md#rnvmoduletype) |
+| `opts.tasks` | readonly [`RnvTask`](modules.md#rnvtask)\<`OKey`, `Payload`\>[] |
+
+#### Returns
+
+[`RnvTaskMap`](modules.md#rnvtaskmap)\<`OKey`, `Payload`\>
+
+#### Defined in
+
+@rnv/core/lib/tasks/creators.d.ts:8
+
+___
+
+### createTaskOptionsMap
+
+▸ **createTaskOptionsMap**\<`OKey`\>(`opts`): `TaskOptionsMap`\<`OKey`\>
+
+#### Type parameters
+
+| Name |
+| :------ |
+| `OKey` |
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `opts` | readonly [`RnvTaskOption`](modules.md#rnvtaskoption)\<`OKey`\>[] |
+
+#### Returns
+
+`TaskOptionsMap`\<`OKey`\>
+
+#### Defined in
+
+@rnv/core/lib/tasks/creators.d.ts:5
+
+___
+
+### createTaskOptionsPreset
+
+▸ **createTaskOptionsPreset**\<`OKey`, `PKey`\>(`opts`): `TaskOptionsPreset`\<`OKey`, `PKey`\>
+
+#### Type parameters
+
+| Name | Type |
+| :------ | :------ |
+| `OKey` | `OKey` |
+| `PKey` | extends `string` |
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `opts` | `Record`\<`PKey`, readonly [`RnvTaskOption`](modules.md#rnvtaskoption)\<`OKey`\>[]\> |
+
+#### Returns
+
+`TaskOptionsPreset`\<`OKey`, `PKey`\>
+
+#### Defined in
+
+@rnv/core/lib/tasks/creators.d.ts:7
___
### createWorkspace
-▸ **createWorkspace**(`c`, `workspaceID`, `workspacePath`): `Promise`\<``true``\>
+▸ **createWorkspace**(`workspaceID`, `workspacePath`): `Promise`\<``true``\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `workspaceID` | `string` |
| `workspacePath` | `string` |
@@ -3391,7 +4088,7 @@ ___
#### Defined in
-configs/workspaces.d.ts:3
+@rnv/core/lib/configs/workspaces.d.ts:3
___
@@ -3424,7 +4121,7 @@ will be treated as a filepath from root of resolved package (i.e. will ignore su
#### Defined in
-system/resolve.d.ts:18
+@rnv/core/lib/system/resolve.d.ts:18
___
@@ -3447,19 +4144,18 @@ ___
#### Defined in
-system/resolve.d.ts:19
+@rnv/core/lib/system/resolve.d.ts:19
___
### ejectPlatform
-▸ **ejectPlatform**(`c`, `platform`): `void`
+▸ **ejectPlatform**(`platform`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `platform` | `string` |
#### Returns
@@ -3468,13 +4164,13 @@ ___
#### Defined in
-platforms/index.d.ts:15
+@rnv/core/lib/platforms/index.d.ts:11
___
### execCLI
-▸ **execCLI**(`c`, `cli`, `command`, `opts?`): `Promise`\<`string`\>
+▸ **execCLI**(`cli`, `command`, `opts?`): `Promise`\<`string`\>
Execute CLI command
@@ -3482,7 +4178,6 @@ Execute CLI command
| Name | Type | Description |
| :------ | :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) | the trusty old c object |
| `cli` | `string` | the cli to be executed |
| `command` | `string` | the command to be executed |
| `opts?` | [`ExecOptions`](modules.md#execoptions) | the options for the command |
@@ -3493,7 +4188,7 @@ Execute CLI command
#### Defined in
-system/exec.d.ts:21
+@rnv/core/lib/system/exec.d.ts:20
___
@@ -3514,23 +4209,22 @@ ___
#### Defined in
-system/exec.d.ts:32
+@rnv/core/lib/system/exec.d.ts:31
___
### executeAsync
-▸ **executeAsync**(`_c`, `_cmd?`, `_opts?`): `Promise`\<`string`\>
+▸ **executeAsync**(`cmd`, `opts?`): `Promise`\<`string`\>
Execute a plain command
#### Parameters
-| Name | Type |
-| :------ | :------ |
-| `_c` | `string` \| `string`[] \| [`RnvContext`](modules.md#rnvcontext) |
-| `_cmd?` | `string` \| `string`[] \| [`ExecOptions`](modules.md#execoptions) |
-| `_opts?` | [`ExecOptions`](modules.md#execoptions) |
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `cmd` | `string` \| `string`[] | - |
+| `opts?` | [`ExecOptions`](modules.md#execoptions) | the options for the command |
#### Returns
@@ -3538,24 +4232,19 @@ Execute a plain command
#### Defined in
-system/exec.d.ts:31
+@rnv/core/lib/system/exec.d.ts:30
___
-### executeEngineTask
+### executePipe
-▸ **executeEngineTask**(`c`, `task`, `parentTask?`, `originTask?`, `tasks?`, `isFirstTask?`): `Promise`\<`void`\>
+▸ **executePipe**(`key`): `Promise`\<`void`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `task` | `string` |
-| `parentTask?` | `string` |
-| `originTask?` | `string` |
-| `tasks?` | `Record`\<`string`, [`RnvTask`](modules.md#rnvtask)\> |
-| `isFirstTask?` | `boolean` |
+| `key` | `string` |
#### Returns
@@ -3563,22 +4252,40 @@ ___
#### Defined in
-tasks/index.d.ts:10
+@rnv/core/lib/buildHooks/index.d.ts:1
+
+___
+
+### executeRnvCore
+
+▸ **executeRnvCore**(): `Promise`\<`boolean`\>
+
+#### Returns
+
+`Promise`\<`boolean`\>
+
+#### Defined in
+
+@rnv/core/lib/runner.d.ts:2
___
-### executeOrSkipTask
+### executeTask
-▸ **executeOrSkipTask**(`c`, `task`, `parentTask`, `originTask?`): `Promise`\<`undefined`\>
+▸ **executeTask**(`opts`): `Promise`\<`undefined`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `task` | `string` |
-| `parentTask` | `string` |
-| `originTask?` | `string` |
+| `opts` | `Object` |
+| `opts.alternativeTaskInOnlyMode?` | `string` |
+| `opts.isFirstTask?` | `boolean` |
+| `opts.isOptional?` | `boolean` |
+| `opts.originTaskName?` | `string` |
+| `opts.parentTaskName?` | `string` |
+| `opts.skipInOnlyMode?` | `boolean` |
+| `opts.taskName` | `string` |
#### Returns
@@ -3586,34 +4293,42 @@ ___
#### Defined in
-tasks/index.d.ts:8
+@rnv/core/lib/tasks/taskExecutors.d.ts:2
___
-### executePipe
+### executeTelnet
-▸ **executePipe**(`c`, `key`): `Promise`\<`void`\>
+▸ **executeTelnet**(`port`, `command`): `Promise`\<`string`\>
+
+Connect to a local telnet server and execute a command
#### Parameters
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `key` | `string` |
+| Name | Type | Description |
+| :------ | :------ | :------ |
+| `port` | `string` | where do you want me to connect to? |
+| `command` | `string` | the command to be executed once I'm connected |
#### Returns
-`Promise`\<`void`\>
+`Promise`\<`string`\>
#### Defined in
-buildHooks/index.d.ts:2
+@rnv/core/lib/system/exec.d.ts:41
___
-### executeRnvCore
+### exitRnvCore
+
+▸ **exitRnvCore**(`code`): `Promise`\<`void`\>
+
+#### Parameters
-▸ **executeRnvCore**(): `Promise`\<`void`\>
+| Name | Type |
+| :------ | :------ |
+| `code` | `number` |
#### Returns
@@ -3621,76 +4336,67 @@ ___
#### Defined in
-runner.d.ts:1
+@rnv/core/lib/runner.d.ts:1
___
-### executeTask
+### extractSingleExecutableTask
-▸ **executeTask**(`c`, `task`, `parentTask?`, `originTask?`, `isFirstTask?`): `Promise`\<`undefined`\>
+▸ **extractSingleExecutableTask**(`suitableTasks`, `taskName`): `Promise`\<[`RnvTask`](modules.md#rnvtask)\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `task` | `string` |
-| `parentTask?` | `string` |
-| `originTask?` | `string` |
-| `isFirstTask?` | `boolean` |
+| `suitableTasks` | [`RnvTask`](modules.md#rnvtask)[] |
+| `taskName` | `string` |
#### Returns
-`Promise`\<`undefined`\>
+`Promise`\<[`RnvTask`](modules.md#rnvtask)\>
#### Defined in
-tasks/index.d.ts:7
+@rnv/core/lib/tasks/taskFinder.d.ts:7
___
-### executeTelnet
-
-▸ **executeTelnet**(`c`, `port`, `command`): `Promise`\<`string`\>
-
-Connect to a local telnet server and execute a command
-
-#### Parameters
+### findSuitableTask
-| Name | Type | Description |
-| :------ | :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) | - |
-| `port` | `string` | where do you want me to connect to? |
-| `command` | `string` | the command to be executed once I'm connected |
+▸ **findSuitableTask**(): `Promise`\<[`RnvTask`](modules.md#rnvtask)\>
#### Returns
-`Promise`\<`string`\>
+`Promise`\<[`RnvTask`](modules.md#rnvtask)\>
#### Defined in
-system/exec.d.ts:42
+@rnv/core/lib/tasks/taskFinder.d.ts:2
___
-### findSuitableTask
+### findTasksByTaskName
-▸ **findSuitableTask**(`c`, `specificTask?`): `Promise`\<[`RnvTask`](modules.md#rnvtask)\>
+▸ **findTasksByTaskName**(`taskName`): `Object`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `specificTask?` | `string` |
+| `taskName` | `string` |
#### Returns
-`Promise`\<[`RnvTask`](modules.md#rnvtask)\>
+`Object`
+
+| Name | Type |
+| :------ | :------ |
+| `available` | [`RnvTask`](modules.md#rnvtask)\<`string`, `object`\>[] |
+| `match` | [`RnvTask`](modules.md#rnvtask)[] |
#### Defined in
-tasks/index.d.ts:6
+@rnv/core/lib/tasks/taskFinder.d.ts:3
___
@@ -3711,7 +4417,7 @@ ___
#### Defined in
-doctor/index.d.ts:2
+@rnv/core/lib/formatter/index.d.ts:2
___
@@ -3731,7 +4437,7 @@ ___
#### Defined in
-doctor/index.d.ts:3
+@rnv/core/lib/formatter/index.d.ts:3
___
@@ -3752,7 +4458,7 @@ ___
#### Defined in
-system/fs.d.ts:49
+@rnv/core/lib/system/fs.d.ts:48
___
@@ -3773,7 +4479,7 @@ ___
#### Defined in
-system/fs.d.ts:12
+@rnv/core/lib/system/fs.d.ts:12
___
@@ -3794,7 +4500,7 @@ ___
#### Defined in
-system/fs.d.ts:7
+@rnv/core/lib/system/fs.d.ts:7
___
@@ -3814,7 +4520,7 @@ ___
#### Defined in
-system/fs.d.ts:8
+@rnv/core/lib/system/fs.d.ts:8
___
@@ -3834,7 +4540,7 @@ ___
#### Defined in
-system/fs.d.ts:10
+@rnv/core/lib/system/fs.d.ts:10
___
@@ -3854,7 +4560,7 @@ ___
#### Defined in
-system/fs.d.ts:15
+@rnv/core/lib/system/fs.d.ts:15
___
@@ -3875,7 +4581,7 @@ ___
#### Defined in
-system/fs.d.ts:18
+@rnv/core/lib/system/fs.d.ts:18
___
@@ -3895,7 +4601,7 @@ ___
#### Defined in
-system/fs.d.ts:11
+@rnv/core/lib/system/fs.d.ts:11
___
@@ -3916,7 +4622,7 @@ ___
#### Defined in
-system/fs.d.ts:19
+@rnv/core/lib/system/fs.d.ts:19
___
@@ -3936,7 +4642,7 @@ ___
#### Defined in
-system/fs.d.ts:9
+@rnv/core/lib/system/fs.d.ts:9
___
@@ -3957,7 +4663,7 @@ ___
#### Defined in
-system/fs.d.ts:13
+@rnv/core/lib/system/fs.d.ts:13
___
@@ -3977,7 +4683,7 @@ ___
#### Defined in
-system/fs.d.ts:14
+@rnv/core/lib/system/fs.d.ts:14
___
@@ -3998,7 +4704,7 @@ ___
#### Defined in
-system/fs.d.ts:17
+@rnv/core/lib/system/fs.d.ts:17
___
@@ -4018,7 +4724,7 @@ ___
#### Defined in
-system/fs.d.ts:16
+@rnv/core/lib/system/fs.d.ts:16
___
@@ -4040,19 +4746,13 @@ ___
#### Defined in
-system/fs.d.ts:6
+@rnv/core/lib/system/fs.d.ts:6
___
-### generateBuildConfig
-
-▸ **generateBuildConfig**(`_c?`): `void`
-
-#### Parameters
+### generateBuildConfig
-| Name | Type |
-| :------ | :------ |
-| `_c?` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **generateBuildConfig**(): `void`
#### Returns
@@ -4060,7 +4760,7 @@ ___
#### Defined in
-configs/buildConfig.d.ts:2
+@rnv/core/lib/configs/buildConfig.d.ts:1
___
@@ -4074,7 +4774,7 @@ ___
#### Defined in
-context/defaults.d.ts:9
+@rnv/core/lib/context/defaults.d.ts:8
___
@@ -4096,7 +4796,7 @@ ___
#### Defined in
-context/index.d.ts:2
+@rnv/core/lib/context/index.d.ts:2
___
@@ -4110,32 +4810,21 @@ ___
#### Defined in
-logger/defaults.d.ts:2
+@rnv/core/lib/logger/defaults.d.ts:2
___
### generateEngineExtensions
-▸ **generateEngineExtensions**(`exts`, `config`): `string`[]
+▸ **generateEngineExtensions**(`id`, `exts`, `engineExtension`): `string`[]
#### Parameters
| Name | Type |
| :------ | :------ |
+| `id` | `string` |
| `exts` | `string`[] |
-| `config` | `Object` |
-| `config.custom?` | `any` |
-| `config.engineExtension` | `string` |
-| `config.extends?` | `string` |
-| `config.id` | `string` |
-| `config.npm?` | `Object` |
-| `config.npm.dependencies?` | `Record`\<`string`, `string`\> |
-| `config.npm.devDependencies?` | `Record`\<`string`, `string`\> |
-| `config.npm.optionalDependencies?` | `Record`\<`string`, `string`\> |
-| `config.npm.peerDependencies?` | `Record`\<`string`, `string`\> |
-| `config.overview` | `string` |
-| `config.platforms?` | `Partial`\<`Record`\<``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``, \{ `engine?`: `string` ; `npm?`: \{ `dependencies?`: `Record`\<`string`, `string`\> ; `devDependencies?`: `Record`\<`string`, `string`\> ; `optionalDependencies?`: `Record`\<`string`, `string`\> ; `peerDependencies?`: `Record`\<`string`, `string`\> } }\>\> |
-| `config.plugins?` | `Record`\<`string`, `string`\> |
+| `engineExtension` | `string` |
#### Returns
@@ -4143,62 +4832,61 @@ ___
#### Defined in
-engines/index.d.ts:8
+@rnv/core/lib/engines/index.d.ts:7
___
-### generateEngineTasks
+### generateLocalConfig
-▸ **generateEngineTasks**(`taskArr`): [`RnvTaskMap`](modules.md#rnvtaskmap)
+▸ **generateLocalConfig**(`resetAppId?`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `taskArr` | [`RnvTask`](modules.md#rnvtask)[] |
+| `resetAppId?` | `boolean` |
#### Returns
-[`RnvTaskMap`](modules.md#rnvtaskmap)
+`void`
#### Defined in
-engines/index.d.ts:9
+@rnv/core/lib/configs/configLocal.d.ts:1
___
-### generateLocalConfig
-
-▸ **generateLocalConfig**(`c`, `resetAppId?`): `void`
-
-#### Parameters
+### generateLocalJsonSchemas
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `resetAppId?` | `boolean` |
+▸ **generateLocalJsonSchemas**(): `Promise`\<`boolean`\>
#### Returns
-`void`
+`Promise`\<`boolean`\>
#### Defined in
-configs/configLocal.d.ts:2
+@rnv/core/lib/schema/schemaManager.d.ts:1
___
-### generateLocalJsonSchemas
+### generateLookupPaths
-▸ **generateLocalJsonSchemas**(): `Promise`\<`boolean`\>
+▸ **generateLookupPaths**(`pkgName`): `string`[]
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `pkgName` | `string` |
#### Returns
-`Promise`\<`boolean`\>
+`string`[]
#### Defined in
-schema/schemaManager.d.ts:1
+@rnv/core/lib/configs/index.d.ts:3
___
@@ -4221,19 +4909,13 @@ ___
#### Defined in
-api/index.d.ts:13
+@rnv/core/lib/api/index.d.ts:13
___
### generatePlatformAssetsRuntimeConfig
-▸ **generatePlatformAssetsRuntimeConfig**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **generatePlatformAssetsRuntimeConfig**(): `Promise`\<`boolean`\>
#### Returns
@@ -4241,39 +4923,27 @@ ___
#### Defined in
-configs/platformAssets.d.ts:2
+@rnv/core/lib/configs/platformAssets.d.ts:1
___
### generatePlatformChoices
-▸ **generatePlatformChoices**(`c`): \{ `isConnected`: `boolean` ; `name`: `string` ; `value`: ``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"`` }[]
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **generatePlatformChoices**(): \{ `isConnected`: `boolean` ; `name`: `string` ; `value`: ``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"`` }[]
#### Returns
-\{ `isConnected`: `boolean` ; `name`: `string` ; `value`: ``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"`` }[]
+\{ `isConnected`: `boolean` ; `name`: `string` ; `value`: ``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"`` }[]
#### Defined in
-platforms/index.d.ts:4
+@rnv/core/lib/platforms/index.d.ts:2
___
### generatePlatformTemplatePaths
-▸ **generatePlatformTemplatePaths**(`c`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **generatePlatformTemplatePaths**(): `void`
#### Returns
@@ -4281,7 +4951,7 @@ ___
#### Defined in
-configs/configProject.d.ts:8
+@rnv/core/lib/configs/configProject.d.ts:7
___
@@ -4301,7 +4971,7 @@ ___
#### Defined in
-context/defaults.d.ts:4
+@rnv/core/lib/context/defaults.d.ts:3
___
@@ -4315,27 +4985,27 @@ ___
#### Defined in
-context/defaults.d.ts:3
+@rnv/core/lib/context/defaults.d.ts:2
___
-### getAllSuitableTasks
+### generateStringFromTaskOption
-▸ **getAllSuitableTasks**(`c`): `Record`\<`string`, [`TaskOption`](modules.md#taskoption)\>
+▸ **generateStringFromTaskOption**(`opt`): `string`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `opt` | [`RnvTaskOption`](modules.md#rnvtaskoption) |
#### Returns
-`Record`\<`string`, [`TaskOption`](modules.md#taskoption)\>
+`string`
#### Defined in
-tasks/index.d.ts:5
+@rnv/core/lib/tasks/taskHelpers.d.ts:4
___
@@ -4349,20 +5019,18 @@ ___
#### Defined in
-api/provider.d.ts:2
+@rnv/core/lib/api/provider.d.ts:2
___
### getAppConfigBuildsFolder
-▸ **getAppConfigBuildsFolder**(`c`, `platform`, `customPath?`): `string`
+▸ **getAppConfigBuildsFolder**(`customPath?`): `string`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
| `customPath?` | `string` |
#### Returns
@@ -4371,19 +5039,18 @@ ___
#### Defined in
-context/contextProps.d.ts:783
+@rnv/core/lib/context/contextProps.d.ts:9
___
### getAppFolder
-▸ **getAppFolder**(`c`, `isRelativePath?`): `string`
+▸ **getAppFolder**(`isRelativePath?`): `string`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `isRelativePath?` | `boolean` |
#### Returns
@@ -4392,197 +5059,175 @@ ___
#### Defined in
-context/contextProps.d.ts:781
+@rnv/core/lib/context/contextProps.d.ts:7
___
### getConfigProp
-▸ **getConfigProp**\<`T`\>(`c`, `platform`, `key`, `defaultVal?`): [`ConfigProp`](modules.md#configprop)[`T`]
+▸ **getConfigProp**\<`T`, `K`\>(`key`, `obj?`): [`GetConfigPropVal`](modules.md#getconfigpropval)\<`T`, `K`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
-| `T` | extends ``"id"`` \| ``"custom"`` \| ``"backgroundColor"`` \| ``"hidden"`` \| ``"title"`` \| ``"target"`` \| ``"description"`` \| ``"crypto"`` \| ``"environment"`` \| ``"env"`` \| ``"extend"`` \| ``"package"`` \| ``"projectName"`` \| ``"templateAndroid"`` \| ``"version"`` \| ``"templateXcode"`` \| ``"nextTranspileModules"`` \| ``"webpackConfig"`` \| ``"fontSources"`` \| ``"reactNativeEngine"`` \| ``"teamID"`` \| ``"provisioningProfiles"`` \| ``"pagesDir"`` \| ``"outputDir"`` \| ``"exportDir"`` \| ``"electronConfig"`` \| ``"BrowserWindow"`` \| ``"iconColor"`` \| ``"templateVSProject"`` \| ``"certificateProfile"`` \| ``"appName"`` \| ``"timestampBuildFiles"`` \| ``"devServerHost"`` \| ``"hostedShellHeaders"`` \| ``"enableAndroidX"`` \| ``"enableJetifier"`` \| ``"signingConfig"`` \| ``"minSdkVersion"`` \| ``"multipleAPKs"`` \| ``"aab"`` \| ``"extraGradleParams"`` \| ``"minifyEnabled"`` \| ``"targetSdkVersion"`` \| ``"compileSdkVersion"`` \| ``"kotlinVersion"`` \| ``"ndkVersion"`` \| ``"supportLibVersion"`` \| ``"googleServicesVersion"`` \| ``"gradleBuildToolsVersion"`` \| ``"gradleWrapperVersion"`` \| ``"excludedFeatures"`` \| ``"includedFeatures"`` \| ``"buildToolsVersion"`` \| ``"disableSigning"`` \| ``"storeFile"`` \| ``"keyAlias"`` \| ``"newArchEnabled"`` \| ``"ignoreWarnings"`` \| ``"ignoreLogs"`` \| ``"deploymentTarget"`` \| ``"orientationSupport"`` \| ``"excludedArchs"`` \| ``"urlScheme"`` \| ``"teamIdentifier"`` \| ``"scheme"`` \| ``"schemeTarget"`` \| ``"appleId"`` \| ``"provisioningStyle"`` \| ``"codeSignIdentity"`` \| ``"commandLineArguments"`` \| ``"provisionProfileSpecifier"`` \| ``"provisionProfileSpecifiers"`` \| ``"allowProvisioningUpdates"`` \| ``"codeSignIdentities"`` \| ``"systemCapabilities"`` \| ``"entitlements"`` \| ``"runScheme"`` \| ``"sdk"`` \| ``"testFlightId"`` \| ``"firebaseId"`` \| ``"exportOptions"`` \| ``"extendPlatform"`` \| ``"assetFolderPlatform"`` \| ``"engine"`` \| ``"entryFile"`` \| ``"bundleAssets"`` \| ``"enableSourceMaps"`` \| ``"bundleIsDev"`` \| ``"getJsBundleFile"`` \| ``"includedPermissions"`` \| ``"excludedPermissions"`` \| ``"idSuffix"`` \| ``"versionCode"`` \| ``"versionFormat"`` \| ``"versionCodeFormat"`` \| ``"versionCodeOffset"`` \| ``"author"`` \| ``"license"`` \| ``"includedFonts"`` \| ``"splashScreen"`` \| ``"assetSources"`` \| ``"includedPlugins"`` \| ``"excludedPlugins"`` \| ``"runtime"`` \| ``"extendsTemplate"`` \| ``"skipBootstrapCopy"`` \| ``"workspaceID"`` \| ``"projectVersion"`` \| ``"isMonorepo"`` \| ``"isTemplate"`` \| ``"defaults"`` \| ``"pipes"`` \| ``"templates"`` \| ``"currentTemplate"`` \| ``"paths"`` \| ``"permissions"`` \| ``"engines"`` \| ``"enableHookRebuild"`` \| ``"monoRoot"`` \| ``"tasks"`` \| ``"integrations"`` \| ``"skipAutoUpdate"`` \| ``"isNew"`` \| ``"storePassword"`` \| ``"keyPassword"`` |
+| `T` | `T` |
+| `K` | extends `string` \| `number` \| `symbol` |
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `key` | `T` |
-| `defaultVal?` | [`ConfigProp`](modules.md#configprop)[`T`] |
+| `key` | `K` |
+| `obj?` | `Partial`\<[`ConfigFileBuildConfig`](modules.md#configfilebuildconfig)\> |
#### Returns
-[`ConfigProp`](modules.md#configprop)[`T`]
+[`GetConfigPropVal`](modules.md#getconfigpropval)\<`T`, `K`\>
#### Defined in
-context/contextProps.d.ts:7
+@rnv/core/lib/context/contextProps.d.ts:4
___
-### getContext
+### getConfigRootProp
-▸ **getContext**\<`C`\>(): [`RnvContext`](modules.md#rnvcontext)\<`C`\>
+▸ **getConfigRootProp**\<`T`, `K`\>(`key`): [`GetConfigRootPropVal`](modules.md#getconfigrootpropval)\<`T`, `K`\>
#### Type parameters
| Name | Type |
| :------ | :------ |
-| `C` | `any` |
-
-#### Returns
-
-[`RnvContext`](modules.md#rnvcontext)\<`C`\>
-
-#### Defined in
-
-context/provider.d.ts:2
-
-___
-
-### getCurrentCommand
-
-▸ **getCurrentCommand**(`excludeDollar`): `void`
+| `T` | `T` |
+| `K` | extends `string` \| `number` \| `symbol` |
#### Parameters
| Name | Type |
| :------ | :------ |
-| `excludeDollar` | `boolean` |
+| `key` | `K` |
#### Returns
-`void`
+[`GetConfigRootPropVal`](modules.md#getconfigrootpropval)\<`T`, `K`\>
#### Defined in
-logger/index.d.ts:5
+@rnv/core/lib/context/contextProps.d.ts:3
___
-### getDirectories
+### getContext
-▸ **getDirectories**(`source`): `string`[]
+▸ **getContext**\<`C`, `OKey`\>(): [`RnvContext`](modules.md#rnvcontext)\<`C`, `OKey`\>
-#### Parameters
+#### Type parameters
| Name | Type |
| :------ | :------ |
-| `source` | `string` |
+| `C` | `any` |
+| `OKey` | ``"engine"`` \| ``"scheme"`` \| ``"target"`` \| ``"debug"`` \| ``"device"`` \| ``"info"`` \| ``"platform"`` \| ``"help"`` \| ``"print-exec"`` \| ``"printExec"`` \| ``"no-summary"`` \| ``"noSummary"`` \| ``"no-intro"`` \| ``"noIntro"`` \| ``"skip-tasks"`` \| ``"skipTasks"`` \| ``"only"`` \| ``"ci"`` \| ``"mono"`` \| ``"max-error-length"`` \| ``"maxErrorLength"`` \| ``"json"`` \| ``"yes"`` \| ``"telemetry-debug"`` \| ``"telemetryDebug"`` \| ``"package-manager"`` \| ``"packageManager"`` \| ``"npx-mode"`` \| ``"npxMode"`` \| ``"unlinked"`` \| ``"config-name"`` \| ``"configName"`` \| ``"skip-dependency-check"`` \| ``"skipDependencyCheck"`` \| ``"skip-overrides-check"`` \| ``"skipOverridesCheck"`` \| ``"offline"`` \| ``"app-config-ID"`` \| ``"appConfigID"`` \| ``"skip-rnv-check"`` \| ``"skipRnvCheck"`` \| ``"exe-method"`` \| ``"exeMethod"`` \| ``"reset"`` \| ``"reset-hard"`` \| ``"resetHard"`` \| ``"reset-assets"`` \| ``"resetAssets"`` \| ``"hooks"`` \| ``"host-ip"`` \| ``"hostIp"`` \| ``"host"`` \| ``"port"`` \| ``"hosted"`` \| ``"debug-ip"`` \| ``"debugIp"`` |
#### Returns
-`string`[]
+[`RnvContext`](modules.md#rnvcontext)\<`C`, `OKey`\>
#### Defined in
-system/fs.d.ts:50
+@rnv/core/lib/context/provider.d.ts:2
___
-### getEngineRunner
+### getCurrentCommand
-▸ **getEngineRunner**(`c`, `task`, `customTasks?`, `failOnMissingEngine?`): [`RnvEngine`](modules.md#rnvengine)
+▸ **getCurrentCommand**(`excludeDollar`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `task` | `string` |
-| `customTasks?` | [`RnvTaskMap`](modules.md#rnvtaskmap) |
-| `failOnMissingEngine?` | `boolean` |
+| `excludeDollar` | `boolean` |
#### Returns
-[`RnvEngine`](modules.md#rnvengine)
+`void`
#### Defined in
-engines/index.d.ts:20
+@rnv/core/lib/logger/index.d.ts:5
___
-### getEngineRunnerByPlatform
+### getDirectories
-▸ **getEngineRunnerByPlatform**(`c`, `platform`, `ignoreMissingError?`): [`RnvEngine`](modules.md#rnvengine)
+▸ **getDirectories**(`source`): `string`[]
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `ignoreMissingError?` | `boolean` |
+| `source` | `string` |
#### Returns
-[`RnvEngine`](modules.md#rnvengine)
+`string`[]
#### Defined in
-engines/index.d.ts:16
+@rnv/core/lib/system/fs.d.ts:49
___
-### getEngineSubTasks
+### getEngineRunnerByOwnerID
-▸ **getEngineSubTasks**(`task`, `tasks`, `exactMatch?`): [`RnvTask`](modules.md#rnvtask)[]
+▸ **getEngineRunnerByOwnerID**(`task`): [`RnvEngine`](modules.md#rnvengine)
#### Parameters
| Name | Type |
| :------ | :------ |
-| `task` | `string` |
-| `tasks` | [`RnvTaskMap`](modules.md#rnvtaskmap) |
-| `exactMatch?` | `boolean` |
+| `task` | [`RnvTask`](modules.md#rnvtask) |
#### Returns
-[`RnvTask`](modules.md#rnvtask)[]
+[`RnvEngine`](modules.md#rnvengine)
#### Defined in
-engines/index.d.ts:19
+@rnv/core/lib/engines/index.d.ts:18
___
-### getEngineTask
+### getEngineRunnerByPlatform
-▸ **getEngineTask**(`task`, `tasks?`, `customTasks?`): [`RnvTask`](modules.md#rnvtask)
+▸ **getEngineRunnerByPlatform**(`platform`, `ignoreMissingError?`): [`RnvEngine`](modules.md#rnvengine)
#### Parameters
| Name | Type |
| :------ | :------ |
-| `task` | `string` |
-| `tasks?` | [`RnvTaskMap`](modules.md#rnvtaskmap) |
-| `customTasks?` | [`RnvTaskMap`](modules.md#rnvtaskmap) |
+| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
+| `ignoreMissingError?` | `boolean` |
#### Returns
-[`RnvTask`](modules.md#rnvtask)
+[`RnvEngine`](modules.md#rnvengine)
#### Defined in
-engines/index.d.ts:17
+@rnv/core/lib/engines/index.d.ts:17
___
### getEngineTemplateByPlatform
-▸ **getEngineTemplateByPlatform**(`c`, `platform`): [`RnvEngineTemplate`](modules.md#rnvenginetemplate)
+▸ **getEngineTemplateByPlatform**(`platform`): [`RnvEngineTemplate`](modules.md#rnvenginetemplate)
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
#### Returns
@@ -4591,7 +5236,7 @@ ___
#### Defined in
-configs/engines.d.ts:4
+@rnv/core/lib/configs/engines.d.ts:3
___
@@ -4611,56 +5256,55 @@ ___
#### Defined in
-system/fs.d.ts:47
+@rnv/core/lib/system/fs.d.ts:46
___
-### getFlavouredProp
-
-▸ **getFlavouredProp**\<`T`, `K`\>(`c`, `obj`, `key`): `T`[`K`]
-
-#### Type parameters
+### getFilteredEngines
-| Name | Type |
-| :------ | :------ |
-| `T` | `T` |
-| `K` | extends `string` \| `number` \| `symbol` |
+▸ **getFilteredEngines**(`c`): `Record`\<`string`, `string`\>
#### Parameters
| Name | Type |
| :------ | :------ |
| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `obj` | `T` |
-| `key` | `K` |
#### Returns
-`T`[`K`]
+`Record`\<`string`, `string`\>
#### Defined in
-context/contextProps.d.ts:779
+@rnv/core/lib/engines/index.d.ts:13
___
-### getInstalledTemplateOptions
+### getFlavouredProp
+
+▸ **getFlavouredProp**\<`T`, `K`\>(`obj`, `key`): `T`[`K`]
+
+#### Type parameters
-▸ **getInstalledTemplateOptions**(`c`): [`PromptOptions`](modules.md#promptoptions)
+| Name | Type |
+| :------ | :------ |
+| `T` | `T` |
+| `K` | extends `string` \| `number` \| `symbol` |
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `obj` | `T` |
+| `key` | `K` |
#### Returns
-[`PromptOptions`](modules.md#promptoptions)
+`T`[`K`]
#### Defined in
-templates/index.d.ts:6
+@rnv/core/lib/context/contextProps.d.ts:5
___
@@ -4683,7 +5327,7 @@ ___
#### Defined in
-plugins/index.d.ts:17
+@rnv/core/lib/plugins/index.d.ts:17
___
@@ -4704,19 +5348,13 @@ ___
#### Defined in
-plugins/index.d.ts:5
+@rnv/core/lib/plugins/index.d.ts:5
___
### getPlatformProjectDir
-▸ **getPlatformProjectDir**(`c`): `string`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **getPlatformProjectDir**(): `string`
#### Returns
@@ -4724,19 +5362,18 @@ ___
#### Defined in
-context/contextProps.d.ts:782
+@rnv/core/lib/context/contextProps.d.ts:8
___
### getRealPath
-▸ **getRealPath**(`c`, `p`, `key?`, `original?`): `string`
+▸ **getRealPath**(`p`, `key?`, `original?`): `string`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `p` | `string` |
| `key?` | `string` |
| `original?` | `string` |
@@ -4747,27 +5384,35 @@ ___
#### Defined in
-system/fs.d.ts:40
+@rnv/core/lib/system/fs.d.ts:39
___
### getRegisteredEngines
-▸ **getRegisteredEngines**(`c`): [`RnvEngine`](modules.md#rnvengine)[]
+▸ **getRegisteredEngines**(): [`RnvEngine`](modules.md#rnvengine)[]
-#### Parameters
+#### Returns
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+[`RnvEngine`](modules.md#rnvengine)[]
+
+#### Defined in
+
+@rnv/core/lib/engines/index.d.ts:19
+
+___
+
+### getRegisteredTasks
+
+▸ **getRegisteredTasks**(): [`RnvTaskMap`](modules.md#rnvtaskmap)
#### Returns
-[`RnvEngine`](modules.md#rnvengine)[]
+[`RnvTaskMap`](modules.md#rnvtaskmap)
#### Defined in
-engines/index.d.ts:21
+@rnv/core/lib/tasks/taskRegistry.d.ts:3
___
@@ -4788,41 +5433,50 @@ ___
#### Defined in
-system/fs.d.ts:52
+@rnv/core/lib/system/fs.d.ts:51
___
-### getTemplateOptions
+### getScopedVersion
-▸ **getTemplateOptions**(`c`, `isGlobalScope?`): [`PromptOptions`](modules.md#promptoptions)
+▸ **getScopedVersion**(`c`, `key`, `val`, `sourceObjKey`): `any`
#### Parameters
| Name | Type |
| :------ | :------ |
| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `isGlobalScope?` | `boolean` |
+| `key` | `string` |
+| `val` | [`RenativeConfigVersion`](modules.md#renativeconfigversion) |
+| `sourceObjKey` | ``"plugins"`` \| ``"engineTemplates"`` \| ``"pluginTemplates"`` |
#### Returns
-[`PromptOptions`](modules.md#promptoptions)
+`any`
#### Defined in
-configs/templates.d.ts:3
+@rnv/core/lib/engines/index.d.ts:14
___
-### getTimestampPathsConfig
+### getTaskNameFromCommand
-▸ **getTimestampPathsConfig**(`c`, `platform`): [`TimestampPathsConfig`](modules.md#timestamppathsconfig)
+▸ **getTaskNameFromCommand**(): `string`
-#### Parameters
+#### Returns
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
+`string`
+
+#### Defined in
+
+@rnv/core/lib/tasks/taskHelpers.d.ts:3
+
+___
+
+### getTimestampPathsConfig
+
+▸ **getTimestampPathsConfig**(): [`TimestampPathsConfig`](modules.md#timestamppathsconfig)
#### Returns
@@ -4830,7 +5484,7 @@ ___
#### Defined in
-context/contextProps.d.ts:780
+@rnv/core/lib/context/contextProps.d.ts:6
___
@@ -4854,7 +5508,7 @@ ___
#### Defined in
-configs/workspaces.d.ts:5
+@rnv/core/lib/configs/workspaces.d.ts:5
___
@@ -4874,19 +5528,13 @@ ___
#### Defined in
-configs/workspaces.d.ts:4
+@rnv/core/lib/configs/workspaces.d.ts:4
___
### getWorkspaceOptions
-▸ **getWorkspaceOptions**(`c`): [`PromptOptions`](modules.md#promptoptions)
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **getWorkspaceOptions**(): [`PromptOptions`](modules.md#promptoptions)
#### Returns
@@ -4894,29 +5542,21 @@ ___
#### Defined in
-configs/workspaces.d.ts:6
+@rnv/core/lib/configs/workspaces.d.ts:6
___
-### hasEngineTask
-
-▸ **hasEngineTask**(`task`, `tasks`, `isProjectScope?`): `boolean`
-
-#### Parameters
+### handleMutations
-| Name | Type |
-| :------ | :------ |
-| `task` | `string` |
-| `tasks` | [`RnvTaskMap`](modules.md#rnvtaskmap) |
-| `isProjectScope?` | `boolean` |
+▸ **handleMutations**(): `Promise`\<`boolean`\>
#### Returns
-`boolean`
+`Promise`\<`boolean`\>
#### Defined in
-engines/index.d.ts:18
+@rnv/core/lib/projects/mutations.d.ts:3
___
@@ -4936,20 +5576,19 @@ ___
#### Defined in
-plugins/index.d.ts:16
+@rnv/core/lib/plugins/index.d.ts:16
___
### initializeTask
-▸ **initializeTask**(`c`, `task`): `Promise`\<`boolean`\>
+▸ **initializeTask**(`taskInstance`): `Promise`\<`boolean`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `task` | `string` |
+| `taskInstance` | [`RnvTask`](modules.md#rnvtask) |
#### Returns
@@ -4957,27 +5596,7 @@ ___
#### Defined in
-tasks/index.d.ts:4
-
-___
-
-### injectPlatformDependencies
-
-▸ **injectPlatformDependencies**(`c`): `Promise`\<`void`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-
-#### Returns
-
-`Promise`\<`void`\>
-
-#### Defined in
-
-projects/dependencyManager.d.ts:5
+@rnv/core/lib/tasks/taskExecutors.d.ts:11
___
@@ -4997,7 +5616,7 @@ ___
#### Defined in
-api/index.d.ts:11
+@rnv/core/lib/api/index.d.ts:11
___
@@ -5017,20 +5636,19 @@ ___
#### Defined in
-api/index.d.ts:12
+@rnv/core/lib/api/index.d.ts:12
___
-### installPackageDependencies
+### installEngines
-▸ **installPackageDependencies**(`c`, `failOnError?`): `Promise`\<`boolean`\>
+▸ **installEngines**(`failOnMissingDeps?`): `Promise`\<`boolean`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `failOnError?` | `boolean` |
+| `failOnMissingDeps?` | `boolean` |
#### Returns
@@ -5038,75 +5656,33 @@ ___
#### Defined in
-projects/npm.d.ts:6
-
-___
-
-### installPackageDependenciesAndPlugins
-
-▸ **installPackageDependenciesAndPlugins**(`c`): `Promise`\<`void`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-
-#### Returns
-
-`Promise`\<`void`\>
-
-#### Defined in
-
-plugins/index.d.ts:11
+@rnv/core/lib/engines/index.d.ts:15
___
-### invalidatePodsChecksum
+### installPackageDependencies
-▸ **invalidatePodsChecksum**(`c`): `void`
+▸ **installPackageDependencies**(`failOnError?`): `Promise`\<`boolean`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `failOnError?` | `boolean` |
#### Returns
-`void`
+`Promise`\<`boolean`\>
#### Defined in
-system/fs.d.ts:24
+@rnv/core/lib/projects/npm.d.ts:7
___
### isInfoEnabled
-▸ **isInfoEnabled**(): `boolean`
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-logger/index.d.ts:16
-
-___
-
-### isPlatformActive
-
-▸ **isPlatformActive**(`c`, `platform`, `resolve?`): `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `resolve?` | () => `void` |
+▸ **isInfoEnabled**(): `boolean`
#### Returns
@@ -5114,43 +5690,39 @@ ___
#### Defined in
-platforms/index.d.ts:13
+@rnv/core/lib/logger/index.d.ts:17
___
-### isPlatformSupported
+### isOfflineMode
-▸ **isPlatformSupported**(`c`, `isGlobalScope?`): `Promise`\<[`RnvPlatform`](modules.md#rnvplatform)\>
+▸ **isOfflineMode**(`logMessage?`): `boolean`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `isGlobalScope?` | `boolean` |
+| `logMessage?` | `string` |
#### Returns
-`Promise`\<[`RnvPlatform`](modules.md#rnvplatform)\>
+`boolean`
#### Defined in
-platforms/index.d.ts:11
+@rnv/core/lib/projects/utils.d.ts:3
___
-### isPlatformSupportedSync
+### isPlatformActive
-▸ **isPlatformSupportedSync**(`c`, `platform`, `resolve?`, `reject?`): `boolean`
+▸ **isPlatformActive**(`resolve?`): `boolean`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
| `resolve?` | () => `void` |
-| `reject?` | (`e`: `string`) => `void` |
#### Returns
@@ -5158,7 +5730,7 @@ ___
#### Defined in
-platforms/index.d.ts:12
+@rnv/core/lib/platforms/index.d.ts:9
___
@@ -5178,19 +5750,13 @@ ___
#### Defined in
-system/resolve.d.ts:20
+@rnv/core/lib/system/resolve.d.ts:20
___
### isTemplateInstalled
-▸ **isTemplateInstalled**(`c`): `string` \| ``false``
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **isTemplateInstalled**(): `string` \| ``false``
#### Returns
@@ -5198,7 +5764,7 @@ ___
#### Defined in
-templates/index.d.ts:7
+@rnv/core/lib/templates/index.d.ts:2
___
@@ -5212,39 +5778,18 @@ ___
#### Defined in
-projects/npm.d.ts:5
-
-___
-
-### jetifyIfRequired
-
-▸ **jetifyIfRequired**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-
-#### Returns
-
-`Promise`\<`boolean`\>
-
-#### Defined in
-
-projects/npm.d.ts:7
+@rnv/core/lib/projects/npm.d.ts:5
___
### listAndSelectNpmVersion
-▸ **listAndSelectNpmVersion**(`c`, `npmPackage`): `Promise`\<`any`\>
+▸ **listAndSelectNpmVersion**(`npmPackage`): `Promise`\<`any`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `npmPackage` | `string` |
#### Returns
@@ -5253,19 +5798,18 @@ ___
#### Defined in
-projects/npm.d.ts:4
+@rnv/core/lib/projects/npm.d.ts:4
___
### listAppConfigsFoldersSync
-▸ **listAppConfigsFoldersSync**(`c`, `ignoreHiddenConfigs`, `appConfigsDirPath?`): `string`[]
+▸ **listAppConfigsFoldersSync**(`ignoreHiddenConfigs`, `appConfigsDirPath?`): `string`[]
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `ignoreHiddenConfigs` | `boolean` |
| `appConfigsDirPath?` | `string` |
@@ -5275,70 +5819,61 @@ ___
#### Defined in
-configs/appConfigs.d.ts:2
+@rnv/core/lib/configs/appConfigs.d.ts:1
___
-### loadEnginePackageDeps
-
-▸ **loadEnginePackageDeps**(`c`, `engineConfigs`): `Promise`\<`number`\>
-
-#### Parameters
+### loadDefaultConfigTemplates
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `engineConfigs` | [`RnvEngineInstallConfig`](modules.md#rnvengineinstallconfig)[] |
+▸ **loadDefaultConfigTemplates**(): `Promise`\<`undefined`\>
#### Returns
-`Promise`\<`number`\>
+`Promise`\<`undefined`\>
#### Defined in
-engines/index.d.ts:14
+@rnv/core/lib/configs/index.d.ts:4
___
-### loadEnginePluginDeps
+### loadEnginePackageDeps
-▸ **loadEnginePluginDeps**(`c`, `engineConfigs`): `Promise`\<`number`\>
+▸ **loadEnginePackageDeps**(`engineConfigs`): `Promise`\<``true`` \| ``0``\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `engineConfigs` | [`RnvEngineInstallConfig`](modules.md#rnvengineinstallconfig)[] |
#### Returns
-`Promise`\<`number`\>
+`Promise`\<``true`` \| ``0``\>
#### Defined in
-engines/index.d.ts:13
+@rnv/core/lib/engines/index.d.ts:12
___
-### loadEngines
+### loadEnginePluginDeps
-▸ **loadEngines**(`c`, `failOnMissingDeps?`): `Promise`\<`boolean`\>
+▸ **loadEnginePluginDeps**(`engineConfigs`): `Promise`\<`number`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `failOnMissingDeps?` | `boolean` |
+| `engineConfigs` | [`RnvEngineInstallConfig`](modules.md#rnvengineinstallconfig)[] |
#### Returns
-`Promise`\<`boolean`\>
+`Promise`\<`number`\>
#### Defined in
-engines/index.d.ts:15
+@rnv/core/lib/engines/index.d.ts:11
___
@@ -5367,19 +5902,18 @@ ___
#### Defined in
-system/fs.d.ts:48
+@rnv/core/lib/system/fs.d.ts:47
___
### loadFileExtended
-▸ **loadFileExtended**(`c`, `fileObj`, `pathObj`, `key`): `any`
+▸ **loadFileExtended**(`fileObj`, `pathObj`, `key`): `any`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `fileObj` | `Record`\<`string`, `any`\> |
| `pathObj` | [`RnvContextPathObj`](modules.md#rnvcontextpathobj) |
| `key` | [`RnvContextFileKey`](modules.md#rnvcontextfilekey) |
@@ -5390,47 +5924,35 @@ ___
#### Defined in
-configs/index.d.ts:2
+@rnv/core/lib/configs/index.d.ts:2
___
-### loadIntegrations
-
-▸ **loadIntegrations**(`c`): `Promise`\<`void`\>
-
-#### Parameters
+### loadPluginTemplates
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **loadPluginTemplates**(): `Promise`\<`boolean`\>
#### Returns
-`Promise`\<`void`\>
+`Promise`\<`boolean`\>
#### Defined in
-integrations/index.d.ts:2
+@rnv/core/lib/plugins/index.d.ts:9
___
-### loadPluginTemplates
-
-▸ **loadPluginTemplates**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
+### loadRnvModulesFromProject
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **loadRnvModulesFromProject**(): `Promise`\<`void`\>
#### Returns
-`Promise`\<`boolean`\>
+`Promise`\<`void`\>
#### Defined in
-plugins/index.d.ts:9
+@rnv/core/lib/modules/index.d.ts:1
___
@@ -5444,7 +5966,7 @@ ___
#### Defined in
-configs/workspaces.d.ts:7
+@rnv/core/lib/configs/workspaces.d.ts:7
___
@@ -5465,7 +5987,7 @@ ___
#### Defined in
-logger/index.d.ts:4
+@rnv/core/lib/logger/index.d.ts:4
___
@@ -5485,27 +6007,7 @@ ___
#### Defined in
-logger/index.d.ts:22
-
-___
-
-### logComplete
-
-▸ **logComplete**(`isEnd?`): `void`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `isEnd?` | `boolean` |
-
-#### Returns
-
-`void`
-
-#### Defined in
-
-logger/index.d.ts:17
+@rnv/core/lib/logger/index.d.ts:21
___
@@ -5525,19 +6027,20 @@ ___
#### Defined in
-logger/index.d.ts:15
+@rnv/core/lib/logger/index.d.ts:16
___
-### logEnd
+### logDefault
-▸ **logEnd**(`code`): `void`
+▸ **logDefault**(`task`, `customChalk?`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `code` | `number` |
+| `task` | `string` |
+| `customChalk?` | `any` |
#### Returns
@@ -5545,21 +6048,21 @@ ___
#### Defined in
-logger/index.d.ts:20
+@rnv/core/lib/logger/index.d.ts:10
___
### logError
-▸ **logError**(`e`, `isEnd?`, `skipAnalytics?`): `void`
+▸ **logError**(`e`, `opts?`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
| `e` | `unknown` |
-| `isEnd?` | `boolean` |
-| `skipAnalytics?` | `boolean` |
+| `opts?` | `Object` |
+| `opts.skipAnalytics` | `boolean` |
#### Returns
@@ -5567,27 +6070,7 @@ ___
#### Defined in
-logger/index.d.ts:19
-
-___
-
-### logErrorPlatform
-
-▸ **logErrorPlatform**(`c`): `boolean`
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-
-#### Returns
-
-`boolean`
-
-#### Defined in
-
-platforms/index.d.ts:3
+@rnv/core/lib/logger/index.d.ts:19
___
@@ -5608,7 +6091,7 @@ ___
#### Defined in
-logger/index.d.ts:11
+@rnv/core/lib/logger/index.d.ts:12
___
@@ -5629,7 +6112,7 @@ ___
#### Defined in
-logger/index.d.ts:12
+@rnv/core/lib/logger/index.d.ts:13
___
@@ -5649,7 +6132,7 @@ ___
#### Defined in
-logger/index.d.ts:14
+@rnv/core/lib/logger/index.d.ts:15
___
@@ -5670,7 +6153,7 @@ ___
#### Defined in
-logger/index.d.ts:10
+@rnv/core/lib/logger/index.d.ts:11
___
@@ -5684,7 +6167,7 @@ ___
#### Defined in
-logger/index.d.ts:21
+@rnv/core/lib/logger/index.d.ts:20
___
@@ -5704,7 +6187,7 @@ ___
#### Defined in
-logger/index.d.ts:7
+@rnv/core/lib/logger/index.d.ts:7
___
@@ -5724,19 +6207,20 @@ ___
#### Defined in
-logger/index.d.ts:18
+@rnv/core/lib/logger/index.d.ts:18
___
### logSummary
-▸ **logSummary**(`header`): `void`
+▸ **logSummary**(`opts?`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `header` | `string` |
+| `opts?` | `Object` |
+| `opts.header` | `string` |
#### Returns
@@ -5744,7 +6228,7 @@ ___
#### Defined in
-logger/index.d.ts:8
+@rnv/core/lib/logger/index.d.ts:8
___
@@ -5765,7 +6249,7 @@ ___
#### Defined in
-logger/index.d.ts:9
+@rnv/core/lib/logger/index.d.ts:9
___
@@ -5786,19 +6270,21 @@ ___
#### Defined in
-logger/index.d.ts:6
+@rnv/core/lib/logger/index.d.ts:6
___
### logWarning
-▸ **logWarning**(`msg`): `void`
+▸ **logWarning**(`msg`, `opts?`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
| `msg` | `unknown` |
+| `opts?` | `Object` |
+| `opts.skipSanitizePaths?` | `boolean` |
#### Returns
@@ -5806,7 +6292,7 @@ ___
#### Defined in
-logger/index.d.ts:13
+@rnv/core/lib/logger/index.d.ts:14
___
@@ -5820,7 +6306,7 @@ ___
#### Defined in
-logger/index.d.ts:3
+@rnv/core/lib/logger/index.d.ts:3
___
@@ -5850,7 +6336,7 @@ ___
#### Defined in
-system/fs.d.ts:45
+@rnv/core/lib/system/fs.d.ts:44
___
@@ -5870,13 +6356,13 @@ ___
#### Defined in
-system/fs.d.ts:30
+@rnv/core/lib/system/fs.d.ts:29
___
### overrideFileContents
-▸ **overrideFileContents**(`dest`, `override`, `overridePath?`): `void`
+▸ **overrideFileContents**(`dest`, `override`, `overridePath`, `fileKey`): `void`
#### Parameters
@@ -5884,7 +6370,8 @@ ___
| :------ | :------ |
| `dest` | `string` |
| `override` | `Record`\<`string`, `string`\> |
-| `overridePath?` | `string` |
+| `overridePath` | `string` |
+| `fileKey` | `string` |
#### Returns
@@ -5892,19 +6379,13 @@ ___
#### Defined in
-plugins/index.d.ts:10
+@rnv/core/lib/plugins/index.d.ts:10
___
### overrideTemplatePlugins
-▸ **overrideTemplatePlugins**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **overrideTemplatePlugins**(): `Promise`\<`boolean`\>
#### Returns
@@ -5912,7 +6393,7 @@ ___
#### Defined in
-plugins/index.d.ts:13
+@rnv/core/lib/plugins/index.d.ts:13
___
@@ -5933,19 +6414,18 @@ ___
#### Defined in
-system/exec.d.ts:43
+@rnv/core/lib/system/exec.d.ts:42
___
### parseFonts
-▸ **parseFonts**(`c`, `callback`): `void`
+▸ **parseFonts**(`callback`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `callback` | [`ParseFontsCallback`](modules.md#parsefontscallback) |
#### Returns
@@ -5954,20 +6434,18 @@ ___
#### Defined in
-projects/index.d.ts:8
+@rnv/core/lib/projects/fonts.d.ts:2
___
### parsePlugins
-▸ **parsePlugins**(`c`, `platform`, `pluginCallback`, `ignorePlatformObjectCheck?`, `includeDisabledOrExcludedPlugins?`): `void`
+▸ **parsePlugins**(`pluginCallback`, `ignorePlatformObjectCheck?`, `includeDisabledOrExcludedPlugins?`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platform` | [`RnvPlatform`](modules.md#rnvplatform) |
| `pluginCallback` | [`PluginCallback`](modules.md#plugincallback) |
| `ignorePlatformObjectCheck?` | `boolean` |
| `includeDisabledOrExcludedPlugins?` | `boolean` |
@@ -5978,19 +6456,13 @@ ___
#### Defined in
-plugins/index.d.ts:8
+@rnv/core/lib/plugins/index.d.ts:8
___
### parseRenativeConfigs
-▸ **parseRenativeConfigs**(`c`): `Promise`\<`undefined`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **parseRenativeConfigs**(): `Promise`\<`undefined`\>
#### Returns
@@ -5998,21 +6470,28 @@ ___
#### Defined in
-configs/index.d.ts:3
+@rnv/core/lib/configs/index.d.ts:5
___
-### pressAnyKeyToContinue
+### populateContextPaths
+
+▸ **populateContextPaths**(`c`, `RNV_HOME_DIR`): `void`
-▸ **pressAnyKeyToContinue**(): `Promise`\<`any`\>
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `RNV_HOME_DIR` | `string` |
#### Returns
-`Promise`\<`any`\>
+`void`
#### Defined in
-api/index.d.ts:14
+@rnv/core/lib/context/index.d.ts:4
___
@@ -6033,7 +6512,7 @@ ___
#### Defined in
-logger/index.d.ts:24
+@rnv/core/lib/logger/index.d.ts:23
___
@@ -6047,7 +6526,7 @@ ___
#### Defined in
-logger/index.d.ts:26
+@rnv/core/lib/logger/index.d.ts:25
___
@@ -6068,7 +6547,7 @@ ___
#### Defined in
-logger/index.d.ts:25
+@rnv/core/lib/logger/index.d.ts:24
___
@@ -6088,7 +6567,7 @@ ___
#### Defined in
-logger/index.d.ts:23
+@rnv/core/lib/logger/index.d.ts:22
___
@@ -6109,7 +6588,7 @@ ___
#### Defined in
-system/fs.d.ts:22
+@rnv/core/lib/system/fs.d.ts:22
___
@@ -6137,19 +6616,13 @@ ___
#### Defined in
-system/fs.d.ts:38
+@rnv/core/lib/system/fs.d.ts:37
___
### registerAllPlatformEngines
-▸ **registerAllPlatformEngines**(`c`): `Promise`\<`boolean`\>
-
-#### Parameters
-
-| Name | Type |
-| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+▸ **registerAllPlatformEngines**(): `Promise`\<`boolean`\>
#### Returns
@@ -6157,20 +6630,21 @@ ___
#### Defined in
-engines/index.d.ts:12
+@rnv/core/lib/engines/index.d.ts:10
___
-### registerCustomTask
+### registerEngine
-▸ **registerCustomTask**(`_c`, `task`): `Promise`\<`void`\>
+▸ **registerEngine**(`engine`, `platform?`, `engConfig?`): `Promise`\<`void`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `_c` | [`RnvContext`](modules.md#rnvcontext) |
-| `task` | [`RnvTask`](modules.md#rnvtask) |
+| `engine` | [`RnvEngine`](modules.md#rnvengine) |
+| `platform?` | [`RnvPlatform`](modules.md#rnvplatform) |
+| `engConfig?` | [`RnvEngineTemplate`](modules.md#rnvenginetemplate) |
#### Returns
@@ -6178,86 +6652,89 @@ ___
#### Defined in
-tasks/index.d.ts:3
+@rnv/core/lib/engines/index.d.ts:5
___
-### registerEngine
+### registerEngineExtension
-▸ **registerEngine**(`engine`, `platform?`, `engConfig?`): `Promise`\<`void`\>
+▸ **registerEngineExtension**(`ext`, `eExt?`, `extras?`): `string`[]
#### Parameters
| Name | Type |
| :------ | :------ |
-| `engine` | [`RnvEngine`](modules.md#rnvengine) |
-| `platform?` | [`RnvPlatform`](modules.md#rnvplatform) |
-| `engConfig?` | [`RnvEngineTemplate`](modules.md#rnvenginetemplate) |
+| `ext` | `string` |
+| `eExt?` | `string` |
+| `extras?` | `string`[] |
#### Returns
-`Promise`\<`void`\>
+`string`[]
#### Defined in
-engines/index.d.ts:6
+@rnv/core/lib/engines/index.d.ts:6
___
-### registerEngineExtension
+### registerMissingPlatformEngines
-▸ **registerEngineExtension**(`ext`, `eExt?`, `extras?`): `string`[]
+▸ **registerMissingPlatformEngines**(`taskInstance?`): `Promise`\<`boolean`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `ext` | `string` |
-| `eExt?` | `string` |
-| `extras?` | `string`[] |
+| `taskInstance?` | [`RnvTask`](modules.md#rnvtask) |
#### Returns
-`string`[]
+`Promise`\<`boolean`\>
#### Defined in
-engines/index.d.ts:7
+@rnv/core/lib/engines/index.d.ts:9
___
-### registerIntegration
+### registerPlatformEngine
+
+▸ **registerPlatformEngine**(`platform`): `Promise`\<`void`\>
+
+#### Parameters
-▸ **registerIntegration**(): `void`
+| Name | Type |
+| :------ | :------ |
+| `platform` | `boolean` \| [`RnvPlatform`](modules.md#rnvplatform) |
#### Returns
-`void`
+`Promise`\<`void`\>
#### Defined in
-integrations/index.d.ts:3
+@rnv/core/lib/engines/index.d.ts:16
___
-### registerMissingPlatformEngines
+### registerRnvTasks
-▸ **registerMissingPlatformEngines**(`c`, `taskInstance?`): `Promise`\<`boolean`\>
+▸ **registerRnvTasks**(`tasks`): `Promise`\<`void`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `taskInstance?` | [`RnvTask`](modules.md#rnvtask) |
+| `tasks` | [`RnvTaskMap`](modules.md#rnvtaskmap)\<`any`\> |
#### Returns
-`Promise`\<`boolean`\>
+`Promise`\<`void`\>
#### Defined in
-engines/index.d.ts:11
+@rnv/core/lib/tasks/taskRegistry.d.ts:2
___
@@ -6278,7 +6755,7 @@ ___
#### Defined in
-system/fs.d.ts:29
+@rnv/core/lib/system/fs.d.ts:28
___
@@ -6299,7 +6776,7 @@ ___
#### Defined in
-system/fs.d.ts:35
+@rnv/core/lib/system/fs.d.ts:34
___
@@ -6319,7 +6796,7 @@ ___
#### Defined in
-system/fs.d.ts:34
+@rnv/core/lib/system/fs.d.ts:33
___
@@ -6339,7 +6816,7 @@ ___
#### Defined in
-system/fs.d.ts:33
+@rnv/core/lib/system/fs.d.ts:32
___
@@ -6359,7 +6836,7 @@ ___
#### Defined in
-system/fs.d.ts:32
+@rnv/core/lib/system/fs.d.ts:31
___
@@ -6379,7 +6856,21 @@ ___
#### Defined in
-system/fs.d.ts:46
+@rnv/core/lib/system/fs.d.ts:45
+
+___
+
+### resolveEngineDependencies
+
+▸ **resolveEngineDependencies**(): `Promise`\<`void`\>
+
+#### Returns
+
+`Promise`\<`void`\>
+
+#### Defined in
+
+@rnv/core/lib/engines/dependencyResolver.d.ts:1
___
@@ -6399,27 +6890,63 @@ ___
#### Defined in
-system/fs.d.ts:43
+@rnv/core/lib/system/fs.d.ts:42
___
### resolvePluginDependants
-▸ **resolvePluginDependants**(`c`): `Promise`\<`boolean`\>
+▸ **resolvePluginDependants**(): `Promise`\<`boolean`\>
+
+#### Returns
+
+`Promise`\<`boolean`\>
+
+#### Defined in
+
+@rnv/core/lib/plugins/index.d.ts:7
+
+___
+
+### resolveRelativePackage
+
+▸ **resolveRelativePackage**(`c`, `v`): `string`
#### Parameters
| Name | Type |
| :------ | :------ |
| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `v` | `string` |
#### Returns
-`Promise`\<`boolean`\>
+`string`
+
+#### Defined in
+
+@rnv/core/lib/projects/utils.d.ts:2
+
+___
+
+### revertOverrideToOriginal
+
+▸ **revertOverrideToOriginal**(`filePath`, `backupPath`): `void`
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `filePath` | `string` |
+| `backupPath` | `string` |
+
+#### Returns
+
+`void`
#### Defined in
-plugins/index.d.ts:7
+@rnv/core/lib/plugins/index.d.ts:11
___
@@ -6446,7 +6973,7 @@ ___
#### Defined in
-system/fs.d.ts:44
+@rnv/core/lib/system/fs.d.ts:43
___
@@ -6473,7 +7000,7 @@ ___
#### Defined in
-system/fs.d.ts:42
+@rnv/core/lib/system/fs.d.ts:41
___
@@ -6496,7 +7023,7 @@ ___
#### Defined in
-plugins/index.d.ts:15
+@rnv/core/lib/plugins/index.d.ts:15
___
@@ -6517,21 +7044,41 @@ ___
#### Defined in
-system/fs.d.ts:28
+@rnv/core/lib/system/fs.d.ts:27
+
+___
+
+### selectPlatformIfRequired
+
+▸ **selectPlatformIfRequired**(`knownTaskInstance?`, `registerEngineIfPlatformSelected?`): `Promise`\<`void`\>
+
+#### Parameters
+
+| Name | Type |
+| :------ | :------ |
+| `knownTaskInstance?` | [`RnvTask`](modules.md#rnvtask)\<`string`\> |
+| `registerEngineIfPlatformSelected?` | `boolean` |
+
+#### Returns
+
+`Promise`\<`void`\>
+
+#### Defined in
+
+@rnv/core/lib/tasks/taskHelpers.d.ts:2
___
### shouldSkipTask
-▸ **shouldSkipTask**(`c`, `taskKey`, `originTaskKey?`): `boolean`
+▸ **shouldSkipTask**(`«destructured»`): `boolean`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `taskKey` | `string` |
-| `originTaskKey?` | `string` |
+| `«destructured»` | `Object` |
+| › `taskName` | `string` |
#### Returns
@@ -6539,7 +7086,7 @@ ___
#### Defined in
-tasks/index.d.ts:9
+@rnv/core/lib/tasks/taskHelpers.d.ts:5
___
@@ -6560,20 +7107,19 @@ ___
#### Defined in
-system/fs.d.ts:39
+@rnv/core/lib/system/fs.d.ts:38
___
-### updateProjectPlatforms
+### updatePackage
-▸ **updateProjectPlatforms**(`c`, `platforms`): `void`
+▸ **updatePackage**(`override`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
-| `platforms` | (``"ios"`` \| ``"android"`` \| ``"firetv"`` \| ``"androidtv"`` \| ``"androidwear"`` \| ``"web"`` \| ``"webtv"`` \| ``"tizen"`` \| ``"tizenmobile"`` \| ``"tvos"`` \| ``"webos"`` \| ``"macos"`` \| ``"windows"`` \| ``"linux"`` \| ``"tizenwatch"`` \| ``"kaios"`` \| ``"chromecast"`` \| ``"xbox"``)[] |
+| `override` | `Partial`\<[`NpmPackageFile`](modules.md#npmpackagefile)\> |
#### Returns
@@ -6581,19 +7127,33 @@ ___
#### Defined in
-configs/configProject.d.ts:7
+@rnv/core/lib/projects/package.d.ts:2
___
-### updateRenativeConfigs
+### updateProjectPlatforms
-▸ **updateRenativeConfigs**(`c`): `Promise`\<`boolean`\>
+▸ **updateProjectPlatforms**(`platforms`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
+| `platforms` | (``"web"`` \| ``"ios"`` \| ``"android"`` \| ``"androidtv"`` \| ``"firetv"`` \| ``"tvos"`` \| ``"macos"`` \| ``"linux"`` \| ``"windows"`` \| ``"tizen"`` \| ``"webos"`` \| ``"chromecast"`` \| ``"kaios"`` \| ``"webtv"`` \| ``"androidwear"`` \| ``"tizenwatch"`` \| ``"tizenmobile"`` \| ``"xbox"``)[] |
+
+#### Returns
+
+`void`
+
+#### Defined in
+
+@rnv/core/lib/configs/configProject.d.ts:6
+
+___
+
+### updateRenativeConfigs
+
+▸ **updateRenativeConfigs**(): `Promise`\<`boolean`\>
#### Returns
@@ -6601,7 +7161,7 @@ ___
#### Defined in
-plugins/index.d.ts:28
+@rnv/core/lib/plugins/index.d.ts:28
___
@@ -6613,9 +7173,9 @@ ___
| Name | Type |
| :------ | :------ |
-| `packageFile` | `NpmPackageFile` |
+| `packageFile` | [`NpmPackageFile`](modules.md#npmpackagefile) |
| `packagesPath` | `string` |
-| `configFile` | `_RootProjectSchemaType` |
+| `configFile` | [`ConfigFileProject`](modules.md#configfileproject) |
| `configPath` | `string` |
| `version` | `string` |
@@ -6625,19 +7185,18 @@ ___
#### Defined in
-configs/configProject.d.ts:6
+@rnv/core/lib/configs/configProject.d.ts:5
___
### upgradeProjectDependencies
-▸ **upgradeProjectDependencies**(`c`, `version`): `string`[]
+▸ **upgradeProjectDependencies**(`version`): `string`[]
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `version` | `string` |
#### Returns
@@ -6646,7 +7205,7 @@ ___
#### Defined in
-configs/configProject.d.ts:5
+@rnv/core/lib/configs/configProject.d.ts:4
___
@@ -6666,7 +7225,7 @@ ___
#### Defined in
-schema/validators.d.ts:1
+@rnv/core/lib/schema/validators.d.ts:1
___
@@ -6686,19 +7245,18 @@ ___
#### Defined in
-projects/index.d.ts:11
+@rnv/core/lib/projects/version.d.ts:2
___
### waitForExecCLI
-▸ **waitForExecCLI**(`c`, `cli`, `command`, `callback`): `Promise`\<`boolean`\>
+▸ **waitForExecCLI**(`cli`, `command`, `callback`): `Promise`\<`boolean`\>
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `cli` | `string` |
| `command` | `string` |
| `callback` | (`resp`: `string` \| ``true``) => `boolean` |
@@ -6709,7 +7267,7 @@ ___
#### Defined in
-system/exec.d.ts:47
+@rnv/core/lib/system/exec.d.ts:46
___
@@ -6733,7 +7291,7 @@ ___
#### Defined in
-system/fs.d.ts:21
+@rnv/core/lib/system/fs.d.ts:21
___
@@ -6756,7 +7314,7 @@ ___
#### Defined in
-system/fs.d.ts:36
+@rnv/core/lib/system/fs.d.ts:35
___
@@ -6779,19 +7337,18 @@ ___
#### Defined in
-system/fs.d.ts:37
+@rnv/core/lib/system/fs.d.ts:36
___
### writeRenativeConfigFile
-▸ **writeRenativeConfigFile**(`c`, `configPath`, `configData`): `void`
+▸ **writeRenativeConfigFile**(`configPath`, `configData`): `void`
#### Parameters
| Name | Type |
| :------ | :------ |
-| `c` | [`RnvContext`](modules.md#rnvcontext) |
| `configPath` | `string` |
| `configData` | `string` \| `object` |
@@ -6801,4 +7358,4 @@ ___
#### Defined in
-configs/utils.d.ts:2
+@rnv/core/lib/configs/utils.d.ts:1
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3625fc86..ac36ab82 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -4,6 +4,41 @@
const lightCodeTheme = require('prism-react-renderer').themes.github;
const darkCodeTheme = require('prism-react-renderer').themes.dracula;
+const fs = require('fs');
+const path = require('path');
+
+const updateTsconfig = (dtsFiles) => {
+ const tsconfigPath = path.resolve('tsconfig.typedoc.json');
+ const tsconfig = JSON.parse(fs.readFileSync(tsconfigPath, 'utf-8'));
+ tsconfig.include = Array.from(new Set([...tsconfig.include, ...dtsFiles]));
+ fs.writeFileSync(tsconfigPath, JSON.stringify(tsconfig, null, 4), 'utf-8');
+ console.log('tsconfig.typedoc.json successfully updated with the following files:');
+};
+
+const findDtsFiles = (dir, skipFolders = []) => {
+ const dtsFiles = [];
+ const scanDirectory = (currentDir) => {
+ const entries = fs.readdirSync(currentDir, { withFileTypes: true });
+ for (const entry of entries) {
+ const fullPath = path.join(currentDir, entry.name);
+
+ if (entry.isDirectory() && skipFolders.includes(entry.name)) {
+ continue;
+ }
+ if (entry.isDirectory()) {
+ scanDirectory(fullPath);
+ } else if (entry.isFile() && entry.name.endsWith('.d.ts') && entry.name !== 'types.d.ts') {
+ dtsFiles.push(fullPath);
+ }
+ }
+ };
+ scanDirectory(dir);
+ if (dtsFiles.length) {
+ updateTsconfig(dtsFiles);
+ }
+ return dtsFiles;
+};
+
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'ReNative',
@@ -41,6 +76,7 @@ const config = {
frontmatter: {
sidebar_label: '@rnv/core (Node)',
},
+ skipErrorChecking: true,
plugin: ['typedoc-plugin-zod'],
// watch: true,
},
@@ -53,6 +89,7 @@ const config = {
tsconfig: './tsconfig.typedoc.json',
out: 'api/node/renative',
// watch: true,
+ skipErrorChecking: true,
frontmatter: {
sidebar_label: '@rnv/renative (Node)',
},
@@ -61,15 +98,15 @@ const config = {
// [
// 'docusaurus-plugin-typedoc',
// {
- // id: 'api-rnv',
- // entryPoints: ['node_modules/rnv/lib/index.d.ts'],
+ // id: 'api-engine-core',
+ // entryPoints: [...findDtsFiles('node_modules/@rnv/engine-core/lib/tasks', ['bootstrap'])],
// tsconfig: './tsconfig.typedoc.json',
- // out: 'api/node/rnv',
- // // watch: true,
+ // out: 'api/node/rnv-engine-core',
// frontmatter: {
- // sidebar_label: 'rnv (Node)',
+ // sidebar_label: '@rnv/engine-core (Node)',
// },
+ // skipErrorChecking: true,
// },
// ],
],
diff --git a/package.json b/package.json
index 75d04d4a..97f36368 100644
--- a/package.json
+++ b/package.json
@@ -20,10 +20,10 @@
"@algolia/autocomplete-js": "^1.12.2",
"@algolia/autocomplete-theme-classic": "^1.12.2",
"@docsearch/react": "^3.6.0",
- "@docusaurus/core": "^3.1.1",
- "@docusaurus/plugin-google-gtag": "^3.1.1",
- "@docusaurus/preset-classic": "^3.1.1",
- "@docusaurus/theme-search-algolia": "^3.1.1",
+ "@docusaurus/core": "^3.7.0",
+ "@docusaurus/plugin-google-gtag": "^3.7.0",
+ "@docusaurus/preset-classic": "^3.7.0",
+ "@docusaurus/theme-search-algolia": "3.7.0",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^5.5.0",
"algoliasearch": "^4.21.1",
@@ -39,9 +39,9 @@
"url-loader": "^4.1.1"
},
"devDependencies": {
- "@docusaurus/module-type-aliases": "^3.1.1",
- "@docusaurus/tsconfig": "^3.1.1",
- "@docusaurus/types": "^3.1.1",
+ "@docusaurus/module-type-aliases": "^3.7.0",
+ "@docusaurus/tsconfig": "^3.7.0",
+ "@docusaurus/types": "^3.7.0",
"@flexn/prettier-config": "^1.0.0",
"@rnv/core": "1.9.0",
"@rnv/engine-lightning": "1.9.0",
@@ -54,12 +54,12 @@
"@rnv/engine-rn-windows": "1.9.0",
"@rnv/renative": "1.9.0",
"@types/mocha": "^10.0.6",
- "docusaurus-plugin-typedoc": "^0.22.0",
+ "docusaurus-plugin-typedoc": "0.22.0",
"rnv": "1.9.0",
- "typedoc": "^0.25.8",
- "typedoc-plugin-markdown": "^3.17.1",
+ "typedoc": "0.25.8",
+ "typedoc-plugin-markdown": "3.17.1",
"typedoc-plugin-zod": "1.1.2",
- "typescript": "^5.3.3",
+ "typescript": "5.3.3",
"zod-to-json-schema": "^3.22.4"
},
"browserslist": {
diff --git a/sidebars.js b/sidebars.js
index 8d998e91..d0d3524e 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -41,6 +41,10 @@ const sidebars = {
type: 'doc',
id: 'api/node/rnv-core/modules',
},
+ // {
+ // type: 'doc',
+ // id: 'api/node/rnv-engine-core/modules',
+ // },
{
type: 'category',
label: 'Config Descriptors (JSON)',
diff --git a/yarn.lock b/yarn.lock
index da03d2af..5cc4da64 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -15,6 +15,14 @@
"@algolia/autocomplete-plugin-algolia-insights" "1.17.4"
"@algolia/autocomplete-shared" "1.17.4"
+"@algolia/autocomplete-core@1.17.7":
+ version "1.17.7"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.17.7.tgz#2c410baa94a47c5c5f56ed712bb4a00ebe24088b"
+ integrity sha512-BjiPOW6ks90UKl7TwMv7oNQMnzU+t/wk9mgIDi6b1tXpUek7MW0lbNOUHpvam9pe3lVCf4xPFT+lK7s+e+fs7Q==
+ dependencies:
+ "@algolia/autocomplete-plugin-algolia-insights" "1.17.7"
+ "@algolia/autocomplete-shared" "1.17.7"
+
"@algolia/autocomplete-core@1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz#1d56482a768c33aae0868c8533049e02e8961be7"
@@ -41,6 +49,13 @@
dependencies:
"@algolia/autocomplete-shared" "1.17.4"
+"@algolia/autocomplete-plugin-algolia-insights@1.17.7":
+ version "1.17.7"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.17.7.tgz#7d2b105f84e7dd8f0370aa4c4ab3b704e6760d82"
+ integrity sha512-Jca5Ude6yUOuyzjnz57og7Et3aXjbwCSDf/8onLHSQgw1qW3ALl9mrMWaXb5FmPVkV3EtkD2F/+NkT6VHyPu9A==
+ dependencies:
+ "@algolia/autocomplete-shared" "1.17.7"
+
"@algolia/autocomplete-plugin-algolia-insights@1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-plugin-algolia-insights/-/autocomplete-plugin-algolia-insights-1.9.3.tgz#9b7f8641052c8ead6d66c1623d444cbe19dde587"
@@ -55,6 +70,13 @@
dependencies:
"@algolia/autocomplete-shared" "1.17.4"
+"@algolia/autocomplete-preset-algolia@1.17.7":
+ version "1.17.7"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.17.7.tgz#c9badc0d73d62db5bf565d839d94ec0034680ae9"
+ integrity sha512-ggOQ950+nwbWROq2MOCIL71RE0DdQZsceqrg32UqnhDz8FlO9rL8ONHNsI2R1MH0tkgVIDKI/D0sMiUchsFdWA==
+ dependencies:
+ "@algolia/autocomplete-shared" "1.17.7"
+
"@algolia/autocomplete-preset-algolia@1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-preset-algolia/-/autocomplete-preset-algolia-1.9.3.tgz#64cca4a4304cfcad2cf730e83067e0c1b2f485da"
@@ -67,6 +89,11 @@
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.4.tgz#446e8b8f1a72d4b9b7cc68f55729d14a8260f6f7"
integrity sha512-AM7KntpKinDZGVYfZ4j8zt5ymgYBRXOZg0CFEeHLmViqu5BvQzzoc1aoNHQx6lBjViGckBYP9szA+t2QzRXy3A==
+"@algolia/autocomplete-shared@1.17.7":
+ version "1.17.7"
+ resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.17.7.tgz#105e84ad9d1a31d3fb86ba20dc890eefe1a313a0"
+ integrity sha512-o/1Vurr42U/qskRSuhBH+VKxMvkkUVTLU6WZQr+L5lGZZLYWyhdzWjW0iGXY7EkwRTjBqvN2EsR81yCTGV/kmg==
+
"@algolia/autocomplete-shared@1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz#2e22e830d36f0a9cf2c0ccd3c7f6d59435b77dfa"
@@ -96,6 +123,16 @@
dependencies:
"@algolia/cache-common" "4.24.0"
+"@algolia/client-abtesting@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-abtesting/-/client-abtesting-5.19.0.tgz#0a6e73da05decc8f1bbcd7e5b9a82a8d876e7bf5"
+ integrity sha512-dMHwy2+nBL0SnIsC1iHvkBao64h4z+roGelOz11cxrDBrAdASxLxmfVMop8gmodQ2yZSacX0Rzevtxa+9SqxCw==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/client-account@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.24.0.tgz#eba7a921d828e7c8c40a32d4add21206c7fe12f1"
@@ -115,6 +152,16 @@
"@algolia/requester-common" "4.24.0"
"@algolia/transporter" "4.24.0"
+"@algolia/client-analytics@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-5.19.0.tgz#45e33343fd4517e05a340a97bb37bebb4466000e"
+ integrity sha512-CDW4RwnCHzU10upPJqS6N6YwDpDHno7w6/qXT9KPbPbt8szIIzCHrva4O9KIfx1OhdsHzfGSI5hMAiOOYl4DEQ==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/client-common@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.24.0.tgz#77c46eee42b9444a1d1c1583a83f7df4398a649d"
@@ -123,6 +170,21 @@
"@algolia/requester-common" "4.24.0"
"@algolia/transporter" "4.24.0"
+"@algolia/client-common@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-5.19.0.tgz#efddaaf28f0f478117c2aab22d19c99b06f99761"
+ integrity sha512-2ERRbICHXvtj5kfFpY5r8qu9pJII/NAHsdgUXnUitQFwPdPL7wXiupcvZJC7DSntOnE8AE0lM7oDsPhrJfj5nQ==
+
+"@algolia/client-insights@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-insights/-/client-insights-5.19.0.tgz#81ff8eb3df724f6dd8ea3f423966b9ef7d36f903"
+ integrity sha512-xPOiGjo6I9mfjdJO7Y+p035aWePcbsItizIp+qVyfkfZiGgD+TbNxM12g7QhFAHIkx/mlYaocxPY/TmwPzTe+A==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/client-personalization@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.24.0.tgz#8b47789fb1cb0f8efbea0f79295b7c5a3850f6ae"
@@ -132,6 +194,26 @@
"@algolia/requester-common" "4.24.0"
"@algolia/transporter" "4.24.0"
+"@algolia/client-personalization@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-5.19.0.tgz#9a75230b9dec490a1e0851539a40a9371c8cd987"
+ integrity sha512-B9eoce/fk8NLboGje+pMr72pw+PV7c5Z01On477heTZ7jkxoZ4X92dobeGuEQop61cJ93Gaevd1of4mBr4hu2A==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
+"@algolia/client-query-suggestions@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-query-suggestions/-/client-query-suggestions-5.19.0.tgz#007d1b09818d6a225fbfdf93bbcb2edf8ab17da0"
+ integrity sha512-6fcP8d4S8XRDtVogrDvmSM6g5g6DndLc0pEm1GCKe9/ZkAzCmM3ZmW1wFYYPxdjMeifWy1vVEDMJK7sbE4W7MA==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/client-search@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.24.0.tgz#75e6c02d33ef3e0f34afd9962c085b856fc4a55f"
@@ -141,11 +223,31 @@
"@algolia/requester-common" "4.24.0"
"@algolia/transporter" "4.24.0"
+"@algolia/client-search@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-5.19.0.tgz#04fc5d7e26d41c99144eb33eedb0ea6f9b1c0056"
+ integrity sha512-Ctg3xXD/1VtcwmkulR5+cKGOMj4r0wC49Y/KZdGQcqpydKn+e86F6l3tb3utLJQVq4lpEJud6kdRykFgcNsp8Q==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/events@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950"
integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
+"@algolia/ingestion@1.19.0":
+ version "1.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/ingestion/-/ingestion-1.19.0.tgz#b481bd2283866a1df18af9babba0ecb3f1d1d675"
+ integrity sha512-LO7w1MDV+ZLESwfPmXkp+KLeYeFrYEgtbCZG6buWjddhYraPQ9MuQWLhLLiaMlKxZ/sZvFTcZYuyI6Jx4WBhcg==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/logger-common@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.24.0.tgz#28d439976019ec0a46ba7a1a739ef493d4ef8123"
@@ -158,6 +260,16 @@
dependencies:
"@algolia/logger-common" "4.24.0"
+"@algolia/monitoring@1.19.0":
+ version "1.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/monitoring/-/monitoring-1.19.0.tgz#abc85ac073c25233c7f8dae3000cc0821d582514"
+ integrity sha512-Mg4uoS0aIKeTpu6iv6O0Hj81s8UHagi5TLm9k2mLIib4vmMtX7WgIAHAcFIaqIZp5D6s5EVy1BaDOoZ7buuJHA==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/recommend@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-4.24.0.tgz#8a3f78aea471ee0a4836b78fd2aad4e9abcaaf34"
@@ -175,6 +287,16 @@
"@algolia/requester-node-http" "4.24.0"
"@algolia/transporter" "4.24.0"
+"@algolia/recommend@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-5.19.0.tgz#5898219e9457853c563eb527f0d1cbfcb8998c87"
+ integrity sha512-PbgrMTbUPlmwfJsxjFhal4XqZO2kpBNRjemLVTkUiti4w/+kzcYO4Hg5zaBgVqPwvFDNQ8JS4SS3TBBem88u+g==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
"@algolia/requester-browser-xhr@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.24.0.tgz#313c5edab4ed73a052e75803855833b62dd19c16"
@@ -182,11 +304,25 @@
dependencies:
"@algolia/requester-common" "4.24.0"
+"@algolia/requester-browser-xhr@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-5.19.0.tgz#979a340a81a381214c0dbdd235b51204098e3b4a"
+ integrity sha512-GfnhnQBT23mW/VMNs7m1qyEyZzhZz093aY2x8p0era96MMyNv8+FxGek5pjVX0b57tmSCZPf4EqNCpkGcGsmbw==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+
"@algolia/requester-common@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.24.0.tgz#1c60c198031f48fcdb9e34c4057a3ea987b9a436"
integrity sha512-k3CXJ2OVnvgE3HMwcojpvY6d9kgKMPRxs/kVohrwF5WMr2fnqojnycZkxPoEg+bXm8fi5BBfFmOqgYztRtHsQA==
+"@algolia/requester-fetch@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-fetch/-/requester-fetch-5.19.0.tgz#59fe52733a718fc23bde548b377b52baf7228993"
+ integrity sha512-oyTt8ZJ4T4fYvW5avAnuEc6Laedcme9fAFryMD9ndUTIUe/P0kn3BuGcCLFjN3FDmdrETHSFkgPPf1hGy3sLCw==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+
"@algolia/requester-node-http@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.24.0.tgz#4461593714031d02aa7da221c49df675212f482f"
@@ -194,6 +330,13 @@
dependencies:
"@algolia/requester-common" "4.24.0"
+"@algolia/requester-node-http@5.19.0":
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-5.19.0.tgz#edbd58158d9dec774d608fbf2b2196d0ca4b257c"
+ integrity sha512-p6t8ue0XZNjcRiqNkb5QAM0qQRAKsCiebZ6n9JjWA+p8fWf8BvnhO55y2fO28g3GW0Imj7PrAuyBuxq8aDVQwQ==
+ dependencies:
+ "@algolia/client-common" "5.19.0"
+
"@algolia/transporter@4.24.0":
version "4.24.0"
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.24.0.tgz#226bb1f8af62430374c1972b2e5c8580ab275102"
@@ -225,104 +368,6 @@
jsonpointer "^5.0.0"
leven "^3.1.0"
-"@appium/logger@^1.3.0":
- version "1.6.1"
- resolved "https://registry.yarnpkg.com/@appium/logger/-/logger-1.6.1.tgz#4b91da615e2c7657f92b67da9fc79edffbf024bc"
- integrity sha512-3TWpLR1qVQ0usLJ6R49iN4TV9Zs0nog1oL3hakCglwP0g4ZllwwEbp+2b1ovJfX6oOv1wXNREyokq2uxU5gB/Q==
- dependencies:
- console-control-strings "1.1.0"
- lodash "4.17.21"
- lru-cache "10.4.3"
- set-blocking "2.0.0"
-
-"@appium/schema@^0.5.0":
- version "0.5.0"
- resolved "https://registry.yarnpkg.com/@appium/schema/-/schema-0.5.0.tgz#95ee9031b02cf5ce0b49c2d69a2063743232e19c"
- integrity sha512-HFed9HtFU6+kLdVyp/xpS/Wfcge8PuMS37LJVShviT6OuzHOYvNFx1/y8+KMa/l0Npvll5eafdfHmUsWlRnUAA==
- dependencies:
- "@types/json-schema" "7.0.15"
- json-schema "0.4.0"
- source-map-support "0.5.21"
-
-"@appium/support@^4.0.0":
- version "4.5.0"
- resolved "https://registry.yarnpkg.com/@appium/support/-/support-4.5.0.tgz#54f78aa3ecfbca577aab846c24e6f46f3b79bef7"
- integrity sha512-9pr8sjnvQud3gBaF/RGj1FdySPjcOuDuKE5w4rfYht/HHlnC3GkfNtQG1FH4rqAIbkOk72HoFr4eaQrQV/cc3g==
- dependencies:
- "@appium/logger" "^1.3.0"
- "@appium/tsconfig" "^0.3.3"
- "@appium/types" "^0.19.2"
- "@colors/colors" "1.6.0"
- "@types/archiver" "6.0.2"
- "@types/base64-stream" "1.0.5"
- "@types/find-root" "1.1.4"
- "@types/jsftp" "2.1.5"
- "@types/klaw" "3.0.6"
- "@types/lockfile" "1.0.4"
- "@types/mv" "2.1.4"
- "@types/ncp" "2.0.8"
- "@types/pluralize" "0.0.33"
- "@types/semver" "7.5.8"
- "@types/shell-quote" "1.7.5"
- "@types/supports-color" "8.1.3"
- "@types/teen_process" "2.0.4"
- "@types/uuid" "9.0.8"
- "@types/which" "3.0.4"
- archiver "7.0.1"
- axios "1.7.2"
- base64-stream "1.0.0"
- bluebird "3.7.2"
- bplist-creator "0.1.1"
- bplist-parser "0.3.2"
- form-data "4.0.0"
- get-stream "6.0.1"
- glob "10.4.1"
- jsftp "2.1.3"
- klaw "4.1.0"
- lockfile "1.0.4"
- lodash "4.17.21"
- log-symbols "4.1.0"
- moment "2.30.1"
- mv "2.1.1"
- ncp "2.0.0"
- opencv-bindings "4.5.5"
- pkg-dir "5.0.0"
- plist "3.1.0"
- pluralize "8.0.0"
- read-pkg "5.2.0"
- resolve-from "5.0.0"
- sanitize-filename "1.6.3"
- semver "7.6.2"
- shell-quote "1.8.1"
- source-map-support "0.5.21"
- supports-color "8.1.1"
- teen_process "2.1.4"
- type-fest "4.19.0"
- uuid "9.0.1"
- which "4.0.0"
- yauzl "3.1.3"
- optionalDependencies:
- sharp "0.33.4"
-
-"@appium/tsconfig@^0.3.3":
- version "0.3.3"
- resolved "https://registry.yarnpkg.com/@appium/tsconfig/-/tsconfig-0.3.3.tgz#3f014690491f1fd1bd409b6eeb459a8ca30dd2e2"
- integrity sha512-Lk2M2NWVY2M8SIE1PTDVvj1NEuV4lze8yzPDSmklhkJSPDPrOCx7PkDziyjIycQBXy0ficd5CNwNDvdOD1Ym2w==
- dependencies:
- "@tsconfig/node14" "14.1.2"
-
-"@appium/types@^0.19.2":
- version "0.19.2"
- resolved "https://registry.yarnpkg.com/@appium/types/-/types-0.19.2.tgz#b0a8ad4d0df98b21ad1ec2424afb7243dee2ed97"
- integrity sha512-u4oHR8TaFK3uyptgOT26/u3zQU5N6vh652OHIpRDJ78EDWgCWXLfIA6YdF8tA8YMrvZHhRpX9om04+9l8wSXyA==
- dependencies:
- "@appium/logger" "^1.3.0"
- "@appium/schema" "^0.5.0"
- "@appium/tsconfig" "^0.3.3"
- "@types/express" "4.17.21"
- "@types/ws" "8.5.10"
- type-fest "4.19.0"
-
"@azure/abort-controller@^2.0.0":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@azure/abort-controller/-/abort-controller-2.1.2.tgz#42fe0ccab23841d9905812c58f1082d27784566d"
@@ -404,12 +449,26 @@
"@babel/highlight" "^7.25.7"
picocolors "^1.0.0"
+"@babel/code-frame@^7.25.9", "@babel/code-frame@^7.26.0", "@babel/code-frame@^7.26.2":
+ version "7.26.2"
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.26.2.tgz#4b5fab97d33338eff916235055f0ebc21e573a85"
+ integrity sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==
+ dependencies:
+ "@babel/helper-validator-identifier" "^7.25.9"
+ js-tokens "^4.0.0"
+ picocolors "^1.0.0"
+
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.7.tgz#b8479fe0018ef0ac87b6b7a5c6916fcd67ae2c9c"
integrity sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==
-"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.18.5", "@babel/core@^7.19.6", "@babel/core@^7.20.0", "@babel/core@^7.21.3", "@babel/core@^7.23.3":
+"@babel/compat-data@^7.26.0", "@babel/compat-data@^7.26.5":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.5.tgz#df93ac37f4417854130e21d72c66ff3d4b897fc7"
+ integrity sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==
+
+"@babel/core@^7.11.1", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.18.5", "@babel/core@^7.19.6", "@babel/core@^7.20.0", "@babel/core@^7.21.3":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.7.tgz#1b3d144157575daf132a3bc80b2b18e6e3ca6ece"
integrity sha512-yJ474Zv3cwiSOO9nXJuqzvwEeM+chDuQ8GJirw+pZ91sCGCyOZ3dJkVE09fTV0VEVzXyLWhh3G/AolYTPX7Mow==
@@ -430,7 +489,28 @@
json5 "^2.2.3"
semver "^6.3.1"
-"@babel/generator@^7.20.0", "@babel/generator@^7.23.3", "@babel/generator@^7.25.7":
+"@babel/core@^7.25.9":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40"
+ integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==
+ dependencies:
+ "@ampproject/remapping" "^2.2.0"
+ "@babel/code-frame" "^7.26.0"
+ "@babel/generator" "^7.26.0"
+ "@babel/helper-compilation-targets" "^7.25.9"
+ "@babel/helper-module-transforms" "^7.26.0"
+ "@babel/helpers" "^7.26.0"
+ "@babel/parser" "^7.26.0"
+ "@babel/template" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+ "@babel/types" "^7.26.0"
+ convert-source-map "^2.0.0"
+ debug "^4.1.0"
+ gensync "^1.0.0-beta.2"
+ json5 "^2.2.3"
+ semver "^6.3.1"
+
+"@babel/generator@^7.20.0", "@babel/generator@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.7.tgz#de86acbeb975a3e11ee92dd52223e6b03b479c56"
integrity sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==
@@ -440,6 +520,17 @@
"@jridgewell/trace-mapping" "^0.3.25"
jsesc "^3.0.2"
+"@babel/generator@^7.25.9", "@babel/generator@^7.26.0", "@babel/generator@^7.26.5":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.26.5.tgz#e44d4ab3176bbcaf78a5725da5f1dc28802a9458"
+ integrity sha512-2caSP6fN9I7HOe6nqhtft7V4g7/V/gfDsC3Ag4W7kEzzvRGKqiv0pu0HogPiZ3KaVSoNDhUws6IJjDjpfmYIXw==
+ dependencies:
+ "@babel/parser" "^7.26.5"
+ "@babel/types" "^7.26.5"
+ "@jridgewell/gen-mapping" "^0.3.5"
+ "@jridgewell/trace-mapping" "^0.3.25"
+ jsesc "^3.0.2"
+
"@babel/helper-annotate-as-pure@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.7.tgz#63f02dbfa1f7cb75a9bdb832f300582f30bb8972"
@@ -447,6 +538,13 @@
dependencies:
"@babel/types" "^7.25.7"
+"@babel/helper-annotate-as-pure@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz#d8eac4d2dc0d7b6e11fa6e535332e0d3184f06b4"
+ integrity sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==
+ dependencies:
+ "@babel/types" "^7.25.9"
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.7.tgz#d721650c1f595371e0a23ee816f1c3c488c0d622"
@@ -466,6 +564,17 @@
lru-cache "^5.1.1"
semver "^6.3.1"
+"@babel/helper-compilation-targets@^7.25.9":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz#75d92bb8d8d51301c0d49e52a65c9a7fe94514d8"
+ integrity sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==
+ dependencies:
+ "@babel/compat-data" "^7.26.5"
+ "@babel/helper-validator-option" "^7.25.9"
+ browserslist "^4.24.0"
+ lru-cache "^5.1.1"
+ semver "^6.3.1"
+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.7.tgz#5d65074c76cae75607421c00d6bd517fe1892d6b"
@@ -479,6 +588,19 @@
"@babel/traverse" "^7.25.7"
semver "^6.3.1"
+"@babel/helper-create-class-features-plugin@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz#7644147706bb90ff613297d49ed5266bde729f83"
+ integrity sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ "@babel/helper-member-expression-to-functions" "^7.25.9"
+ "@babel/helper-optimise-call-expression" "^7.25.9"
+ "@babel/helper-replace-supers" "^7.25.9"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+ semver "^6.3.1"
+
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.7.tgz#dcb464f0e2cdfe0c25cc2a0a59c37ab940ce894e"
@@ -488,6 +610,15 @@
regexpu-core "^6.1.1"
semver "^6.3.1"
+"@babel/helper-create-regexp-features-plugin@^7.25.9":
+ version "7.26.3"
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz#5169756ecbe1d95f7866b90bb555b022595302a0"
+ integrity sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ regexpu-core "^6.2.0"
+ semver "^6.3.1"
+
"@babel/helper-define-polyfill-provider@^0.6.2":
version "0.6.2"
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
@@ -514,6 +645,14 @@
"@babel/traverse" "^7.25.7"
"@babel/types" "^7.25.7"
+"@babel/helper-member-expression-to-functions@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz#9dfffe46f727005a5ea29051ac835fb735e4c1a3"
+ integrity sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==
+ dependencies:
+ "@babel/traverse" "^7.25.9"
+ "@babel/types" "^7.25.9"
+
"@babel/helper-module-imports@^7.10.4", "@babel/helper-module-imports@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.7.tgz#dba00d9523539152906ba49263e36d7261040472"
@@ -522,6 +661,14 @@
"@babel/traverse" "^7.25.7"
"@babel/types" "^7.25.7"
+"@babel/helper-module-imports@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz#e7f8d20602ebdbf9ebbea0a0751fb0f2a4141715"
+ integrity sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==
+ dependencies:
+ "@babel/traverse" "^7.25.9"
+ "@babel/types" "^7.25.9"
+
"@babel/helper-module-transforms@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.7.tgz#2ac9372c5e001b19bc62f1fe7d96a18cb0901d1a"
@@ -532,6 +679,15 @@
"@babel/helper-validator-identifier" "^7.25.7"
"@babel/traverse" "^7.25.7"
+"@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae"
+ integrity sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==
+ dependencies:
+ "@babel/helper-module-imports" "^7.25.9"
+ "@babel/helper-validator-identifier" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+
"@babel/helper-optimise-call-expression@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.7.tgz#1de1b99688e987af723eed44fa7fc0ee7b97d77a"
@@ -539,11 +695,23 @@
dependencies:
"@babel/types" "^7.25.7"
+"@babel/helper-optimise-call-expression@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz#3324ae50bae7e2ab3c33f60c9a877b6a0146b54e"
+ integrity sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==
+ dependencies:
+ "@babel/types" "^7.25.9"
+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.25.7", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.7.tgz#8ec5b21812d992e1ef88a9b068260537b6f0e36c"
integrity sha512-eaPZai0PiqCi09pPs3pAFfl/zYgGaE6IdXtYvmf0qlcDTd3WCtO7JWCcRd64e0EQrcYgiHibEZnOGsSY4QSgaw==
+"@babel/helper-plugin-utils@^7.25.9", "@babel/helper-plugin-utils@^7.26.5":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz#18580d00c9934117ad719392c4f6585c9333cc35"
+ integrity sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==
+
"@babel/helper-remap-async-to-generator@^7.18.9", "@babel/helper-remap-async-to-generator@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.7.tgz#9efdc39df5f489bcd15533c912b6c723a0a65021"
@@ -553,6 +721,15 @@
"@babel/helper-wrap-function" "^7.25.7"
"@babel/traverse" "^7.25.7"
+"@babel/helper-remap-async-to-generator@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz#e53956ab3d5b9fb88be04b3e2f31b523afd34b92"
+ integrity sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ "@babel/helper-wrap-function" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+
"@babel/helper-replace-supers@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.25.7.tgz#38cfda3b6e990879c71d08d0fef9236b62bd75f5"
@@ -562,6 +739,15 @@
"@babel/helper-optimise-call-expression" "^7.25.7"
"@babel/traverse" "^7.25.7"
+"@babel/helper-replace-supers@^7.25.9":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz#6cb04e82ae291dae8e72335dfe438b0725f14c8d"
+ integrity sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==
+ dependencies:
+ "@babel/helper-member-expression-to-functions" "^7.25.9"
+ "@babel/helper-optimise-call-expression" "^7.25.9"
+ "@babel/traverse" "^7.26.5"
+
"@babel/helper-simple-access@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.25.7.tgz#5eb9f6a60c5d6b2e0f76057004f8dacbddfae1c0"
@@ -578,21 +764,44 @@
"@babel/traverse" "^7.25.7"
"@babel/types" "^7.25.7"
+"@babel/helper-skip-transparent-expression-wrappers@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz#0b2e1b62d560d6b1954893fd2b705dc17c91f0c9"
+ integrity sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==
+ dependencies:
+ "@babel/traverse" "^7.25.9"
+ "@babel/types" "^7.25.9"
+
"@babel/helper-string-parser@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
+"@babel/helper-string-parser@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
+ integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
+
"@babel/helper-validator-identifier@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
+"@babel/helper-validator-identifier@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
+ integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
+
"@babel/helper-validator-option@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.7.tgz#97d1d684448228b30b506d90cace495d6f492729"
integrity sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==
+"@babel/helper-validator-option@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
+ integrity sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==
+
"@babel/helper-wrap-function@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.7.tgz#9f6021dd1c4fdf4ad515c809967fc4bac9a70fe7"
@@ -602,6 +811,15 @@
"@babel/traverse" "^7.25.7"
"@babel/types" "^7.25.7"
+"@babel/helper-wrap-function@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz#d99dfd595312e6c894bd7d237470025c85eea9d0"
+ integrity sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==
+ dependencies:
+ "@babel/template" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+ "@babel/types" "^7.25.9"
+
"@babel/helpers@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.7.tgz#091b52cb697a171fe0136ab62e54e407211f09c2"
@@ -610,6 +828,14 @@
"@babel/template" "^7.25.7"
"@babel/types" "^7.25.7"
+"@babel/helpers@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4"
+ integrity sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==
+ dependencies:
+ "@babel/template" "^7.25.9"
+ "@babel/types" "^7.26.0"
+
"@babel/highlight@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.25.7.tgz#20383b5f442aa606e7b5e3043b0b1aafe9f37de5"
@@ -627,6 +853,13 @@
dependencies:
"@babel/types" "^7.25.7"
+"@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f"
+ integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==
+ dependencies:
+ "@babel/types" "^7.26.5"
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.7.tgz#93969ac50ef4d68b2504b01b758af714e4cbdd64"
@@ -635,6 +868,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/traverse" "^7.25.7"
+"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz#cc2e53ebf0a0340777fff5ed521943e253b4d8fe"
+ integrity sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.7.tgz#a338d611adb9dcd599b8b1efa200c88ebeffe046"
@@ -642,6 +883,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-bugfix-safari-class-field-initializer-scope@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz#af9e4fb63ccb8abcb92375b2fcfe36b60c774d30"
+ integrity sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.7.tgz#c5f755e911dfac7ef6957300c0f9c4a8c18c06f4"
@@ -649,6 +897,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz#e8dc26fcd616e6c5bf2bd0d5a2c151d4f92a9137"
+ integrity sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.7.tgz#3b7ea04492ded990978b6deaa1dfca120ad4455a"
@@ -658,6 +913,15 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
"@babel/plugin-transform-optional-chaining" "^7.25.7"
+"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz#807a667f9158acac6f6164b4beb85ad9ebc9e1d1"
+ integrity sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
+ "@babel/plugin-transform-optional-chaining" "^7.25.9"
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.7.tgz#9622b1d597a703aa3a921e6f58c9c2d9a028d2c5"
@@ -666,6 +930,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/traverse" "^7.25.7"
+"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz#de7093f1e7deaf68eadd7cc6b07f2ab82543269e"
+ integrity sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+
"@babel/plugin-proposal-async-generator-functions@^7.0.0":
version "7.20.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
@@ -829,6 +1101,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-syntax-import-assertions@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz#620412405058efa56e4a564903b79355020f445f"
+ integrity sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-syntax-import-attributes@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.7.tgz#d78dd0499d30df19a598e63ab895e21b909bc43f"
@@ -836,6 +1115,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-syntax-import-attributes@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz#3b1412847699eea739b4f2602c74ce36f6b0b0f7"
+ integrity sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-syntax-import-meta@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
@@ -857,6 +1143,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-syntax-jsx@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.25.9.tgz#a34313a178ea56f1951599b929c1ceacee719290"
+ integrity sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz#ca91ef46303530448b906652bac2e9fe9941f699"
@@ -920,6 +1213,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-syntax-typescript@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.25.9.tgz#67dda2b74da43727cf21d46cf9afef23f4365399"
+ integrity sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
version "7.18.6"
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
@@ -935,6 +1235,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-arrow-functions@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz#7821d4410bee5daaadbb4cdd9a6649704e176845"
+ integrity sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-async-generator-functions@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.7.tgz#af61a02b30d7bff5108c63bd39ac7938403426d7"
@@ -945,6 +1252,15 @@
"@babel/plugin-syntax-async-generators" "^7.8.4"
"@babel/traverse" "^7.25.7"
+"@babel/plugin-transform-async-generator-functions@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz#1b18530b077d18a407c494eb3d1d72da505283a2"
+ integrity sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-remap-async-to-generator" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+
"@babel/plugin-transform-async-to-generator@^7.20.0", "@babel/plugin-transform-async-to-generator@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.7.tgz#a44c7323f8d4285a6c568dd43c5c361d6367ec52"
@@ -954,6 +1270,15 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/helper-remap-async-to-generator" "^7.25.7"
+"@babel/plugin-transform-async-to-generator@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz#c80008dacae51482793e5a9c08b39a5be7e12d71"
+ integrity sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==
+ dependencies:
+ "@babel/helper-module-imports" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-remap-async-to-generator" "^7.25.9"
+
"@babel/plugin-transform-block-scoped-functions@^7.0.0", "@babel/plugin-transform-block-scoped-functions@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.7.tgz#e0b8843d5571719a2f1bf7e284117a3379fcc17c"
@@ -961,6 +1286,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-block-scoped-functions@^7.25.9":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz#3dc4405d31ad1cbe45293aa57205a6e3b009d53e"
+ integrity sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.26.5"
+
"@babel/plugin-transform-block-scoping@^7.0.0", "@babel/plugin-transform-block-scoping@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.7.tgz#6dab95e98adf780ceef1b1c3ab0e55cd20dd410a"
@@ -968,6 +1300,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-block-scoping@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz#c33665e46b06759c93687ca0f84395b80c0473a1"
+ integrity sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-class-properties@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.7.tgz#a389cfca7a10ac80e3ff4c75fca08bd097ad1523"
@@ -976,6 +1315,14 @@
"@babel/helper-create-class-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-class-properties@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz#a8ce84fedb9ad512549984101fa84080a9f5f51f"
+ integrity sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==
+ dependencies:
+ "@babel/helper-create-class-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-class-static-block@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.25.7.tgz#d2cf3c812e3b3162d56aadf4566f45c30538cb2c"
@@ -985,6 +1332,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-class-static-block" "^7.14.5"
+"@babel/plugin-transform-class-static-block@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz#6c8da219f4eb15cae9834ec4348ff8e9e09664a0"
+ integrity sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==
+ dependencies:
+ "@babel/helper-create-class-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-classes@^7.0.0", "@babel/plugin-transform-classes@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.7.tgz#5103206cf80d02283bbbd044509ea3b65d0906bb"
@@ -997,6 +1352,18 @@
"@babel/traverse" "^7.25.7"
globals "^11.1.0"
+"@babel/plugin-transform-classes@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz#7152457f7880b593a63ade8a861e6e26a4469f52"
+ integrity sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ "@babel/helper-compilation-targets" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-replace-supers" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+ globals "^11.1.0"
+
"@babel/plugin-transform-computed-properties@^7.0.0", "@babel/plugin-transform-computed-properties@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.7.tgz#7f621f0aa1354b5348a935ab12e3903842466f65"
@@ -1005,6 +1372,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/template" "^7.25.7"
+"@babel/plugin-transform-computed-properties@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz#db36492c78460e534b8852b1d5befe3c923ef10b"
+ integrity sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/template" "^7.25.9"
+
"@babel/plugin-transform-destructuring@^7.0.0", "@babel/plugin-transform-destructuring@^7.20.0", "@babel/plugin-transform-destructuring@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.7.tgz#f6f26a9feefb5aa41fd45b6f5838901b5333d560"
@@ -1012,6 +1387,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-destructuring@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz#966ea2595c498224340883602d3cfd7a0c79cea1"
+ integrity sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-dotall-regex@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.7.tgz#9d775c4a3ff1aea64045300fcd4309b4a610ef02"
@@ -1020,6 +1402,14 @@
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-dotall-regex@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz#bad7945dd07734ca52fe3ad4e872b40ed09bb09a"
+ integrity sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-duplicate-keys@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.7.tgz#fbba7d1155eab76bd4f2a038cbd5d65883bd7a93"
@@ -1027,6 +1417,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-duplicate-keys@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz#8850ddf57dce2aebb4394bb434a7598031059e6d"
+ integrity sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.7.tgz#102b31608dcc22c08fbca1894e104686029dc141"
@@ -1035,6 +1432,14 @@
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-duplicate-named-capturing-groups-regex@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz#6f7259b4de127721a08f1e5165b852fcaa696d31"
+ integrity sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-dynamic-import@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.7.tgz#31905ab2cfa94dcf1b1f8ce66096720b2908e518"
@@ -1043,6 +1448,13 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
+"@babel/plugin-transform-dynamic-import@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz#23e917de63ed23c6600c5dd06d94669dce79f7b8"
+ integrity sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-exponentiation-operator@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.7.tgz#5961a3a23a398faccd6cddb34a2182807d75fb5f"
@@ -1051,6 +1463,13 @@
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-exponentiation-operator@^7.25.9":
+ version "7.26.3"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz#e29f01b6de302c7c2c794277a48f04a9ca7f03bc"
+ integrity sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-export-namespace-from@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.7.tgz#beb2679db6fd3bdfe6ad6de2c8cac84a86ef2da1"
@@ -1059,6 +1478,13 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
+"@babel/plugin-transform-export-namespace-from@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz#90745fe55053394f554e40584cda81f2c8a402a2"
+ integrity sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-flow-strip-types@^7.0.0", "@babel/plugin-transform-flow-strip-types@^7.20.0", "@babel/plugin-transform-flow-strip-types@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.25.7.tgz#32be871a80e10bbe6d8b1c8a7eeedbbc896d5e80"
@@ -1075,6 +1501,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
+"@babel/plugin-transform-for-of@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz#4bdc7d42a213397905d89f02350c5267866d5755"
+ integrity sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
+
"@babel/plugin-transform-function-name@^7.0.0", "@babel/plugin-transform-function-name@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.7.tgz#7e394ccea3693902a8b50ded8b6ae1fa7b8519fd"
@@ -1084,6 +1518,15 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/traverse" "^7.25.7"
+"@babel/plugin-transform-function-name@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz#939d956e68a606661005bfd550c4fc2ef95f7b97"
+ integrity sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==
+ dependencies:
+ "@babel/helper-compilation-targets" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+
"@babel/plugin-transform-json-strings@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.7.tgz#6626433554aff4bd6f76a2c621a1f40e802dfb0a"
@@ -1092,6 +1535,13 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-json-strings" "^7.8.3"
+"@babel/plugin-transform-json-strings@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz#c86db407cb827cded902a90c707d2781aaa89660"
+ integrity sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-literals@^7.0.0", "@babel/plugin-transform-literals@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.7.tgz#70cbdc742f2cfdb1a63ea2cbd018d12a60b213c3"
@@ -1099,6 +1549,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-literals@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz#1a1c6b4d4aa59bc4cad5b6b3a223a0abd685c9de"
+ integrity sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-logical-assignment-operators@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.7.tgz#93847feb513a1f191c5f5d903d991a0ee24fe99b"
@@ -1107,6 +1564,13 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
+"@babel/plugin-transform-logical-assignment-operators@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz#b19441a8c39a2fda0902900b306ea05ae1055db7"
+ integrity sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-member-expression-literals@^7.0.0", "@babel/plugin-transform-member-expression-literals@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.7.tgz#0a36c3fbd450cc9e6485c507f005fa3d1bc8fca5"
@@ -1114,6 +1578,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-member-expression-literals@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz#63dff19763ea64a31f5e6c20957e6a25e41ed5de"
+ integrity sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-modules-amd@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.7.tgz#bb4e543b5611f6c8c685a2fd485408713a3adf3d"
@@ -1122,6 +1593,14 @@
"@babel/helper-module-transforms" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-modules-amd@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz#49ba478f2295101544abd794486cd3088dddb6c5"
+ integrity sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-modules-commonjs@^7.0.0", "@babel/plugin-transform-modules-commonjs@^7.13.8", "@babel/plugin-transform-modules-commonjs@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.7.tgz#173f0c791bb7407c092ce6d77ee90eb3f2d1d2fd"
@@ -1131,6 +1610,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/helper-simple-access" "^7.25.7"
+"@babel/plugin-transform-modules-commonjs@^7.25.9":
+ version "7.26.3"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz#8f011d44b20d02c3de44d8850d971d8497f981fb"
+ integrity sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.26.0"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-modules-systemjs@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.7.tgz#8b14d319a177cc9c85ef8b0512afd429d9e2e60b"
@@ -1141,6 +1628,16 @@
"@babel/helper-validator-identifier" "^7.25.7"
"@babel/traverse" "^7.25.7"
+"@babel/plugin-transform-modules-systemjs@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz#8bd1b43836269e3d33307151a114bcf3ba6793f8"
+ integrity sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-validator-identifier" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+
"@babel/plugin-transform-modules-umd@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.7.tgz#00ee7a7e124289549381bfb0e24d87fd7f848367"
@@ -1149,6 +1646,14 @@
"@babel/helper-module-transforms" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-modules-umd@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz#6710079cdd7c694db36529a1e8411e49fcbf14c9"
+ integrity sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==
+ dependencies:
+ "@babel/helper-module-transforms" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.0.0", "@babel/plugin-transform-named-capturing-groups-regex@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.7.tgz#a2f3f6d7f38693b462542951748f0a72a34d196d"
@@ -1157,6 +1662,14 @@
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-named-capturing-groups-regex@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz#454990ae6cc22fd2a0fa60b3a2c6f63a38064e6a"
+ integrity sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-new-target@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.7.tgz#52b2bde523b76c548749f38dc3054f1f45e82bc9"
@@ -1164,6 +1677,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-new-target@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz#42e61711294b105c248336dcb04b77054ea8becd"
+ integrity sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-nullish-coalescing-operator@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.7.tgz#0af84b86d4332654c43cf028dbdcf878b00ac168"
@@ -1172,6 +1692,13 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
+"@babel/plugin-transform-nullish-coalescing-operator@^7.25.9":
+ version "7.26.6"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz#fbf6b3c92cb509e7b319ee46e3da89c5bedd31fe"
+ integrity sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.26.5"
+
"@babel/plugin-transform-numeric-separator@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.7.tgz#a516b78f894d1c08283f39d809b2048fd2f29448"
@@ -1180,6 +1707,13 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
+"@babel/plugin-transform-numeric-separator@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz#bfed75866261a8b643468b0ccfd275f2033214a1"
+ integrity sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-object-rest-spread@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.7.tgz#fa0916521be96fd434e2db59780b24b308c6d169"
@@ -1190,6 +1724,15 @@
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
"@babel/plugin-transform-parameters" "^7.25.7"
+"@babel/plugin-transform-object-rest-spread@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz#0203725025074164808bcf1a2cfa90c652c99f18"
+ integrity sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==
+ dependencies:
+ "@babel/helper-compilation-targets" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/plugin-transform-parameters" "^7.25.9"
+
"@babel/plugin-transform-object-super@^7.0.0", "@babel/plugin-transform-object-super@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.7.tgz#582a9cea8cf0a1e02732be5b5a703a38dedf5661"
@@ -1198,6 +1741,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/helper-replace-supers" "^7.25.7"
+"@babel/plugin-transform-object-super@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz#385d5de135162933beb4a3d227a2b7e52bb4cf03"
+ integrity sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-replace-supers" "^7.25.9"
+
"@babel/plugin-transform-optional-catch-binding@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.7.tgz#400e2d891f9288f5231694234696aa67164e4913"
@@ -1206,6 +1757,13 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
+"@babel/plugin-transform-optional-catch-binding@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz#10e70d96d52bb1f10c5caaac59ac545ea2ba7ff3"
+ integrity sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-optional-chaining@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.7.tgz#b7f7c9321aa1d8414e67799c28d87c23682e4d68"
@@ -1215,6 +1773,14 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
+"@babel/plugin-transform-optional-chaining@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz#e142eb899d26ef715435f201ab6e139541eee7dd"
+ integrity sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
+
"@babel/plugin-transform-parameters@^7.0.0", "@babel/plugin-transform-parameters@^7.10.5", "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.7.tgz#80c38b03ef580f6d6bffe1c5254bb35986859ac7"
@@ -1222,6 +1788,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-parameters@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz#b856842205b3e77e18b7a7a1b94958069c7ba257"
+ integrity sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-private-methods@^7.22.5", "@babel/plugin-transform-private-methods@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.7.tgz#c790a04f837b4bd61d6b0317b43aa11ff67dce80"
@@ -1230,6 +1803,14 @@
"@babel/helper-create-class-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-private-methods@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz#847f4139263577526455d7d3223cd8bda51e3b57"
+ integrity sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==
+ dependencies:
+ "@babel/helper-create-class-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-private-property-in-object@^7.22.11", "@babel/plugin-transform-private-property-in-object@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.7.tgz#aff877efd05b57c4ad04611d8de97bf155a53369"
@@ -1240,6 +1821,15 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
+"@babel/plugin-transform-private-property-in-object@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz#9c8b73e64e6cc3cbb2743633885a7dd2c385fe33"
+ integrity sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ "@babel/helper-create-class-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-property-literals@^7.0.0", "@babel/plugin-transform-property-literals@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.7.tgz#a8612b4ea4e10430f00012ecf0155662c7d6550d"
@@ -1247,6 +1837,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-property-literals@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz#d72d588bd88b0dec8b62e36f6fda91cedfe28e3f"
+ integrity sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-react-constant-elements@^7.12.1", "@babel/plugin-transform-react-constant-elements@^7.17.12", "@babel/plugin-transform-react-constant-elements@^7.21.3":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.25.7.tgz#b7f18dcdfac137a635a3f1242ea7c931df82a666"
@@ -1261,6 +1858,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-react-display-name@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.25.9.tgz#4b79746b59efa1f38c8695065a92a9f5afb24f7d"
+ integrity sha512-KJfMlYIUxQB1CJfO3e0+h0ZHWOTLCPP115Awhaz8U0Zpq36Gl/cXlpoyMRnUWlhNUBAzldnCiAZNvCDj7CrKxQ==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-react-jsx-development@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.7.tgz#2fbd77887b8fa2942d7cb61edf1029ea1b048554"
@@ -1268,6 +1872,13 @@
dependencies:
"@babel/plugin-transform-react-jsx" "^7.25.7"
+"@babel/plugin-transform-react-jsx-development@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.25.9.tgz#8fd220a77dd139c07e25225a903b8be8c829e0d7"
+ integrity sha512-9mj6rm7XVYs4mdLIpbZnHOYdpW42uoiBCTVowg7sP1thUOiANgMb4UtpRivR0pp5iL+ocvUv7X4mZgFRpJEzGw==
+ dependencies:
+ "@babel/plugin-transform-react-jsx" "^7.25.9"
+
"@babel/plugin-transform-react-jsx-self@^7.0.0":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.7.tgz#3d11df143131fd8f5486a1f7d3839890f88f8c85"
@@ -1293,6 +1904,17 @@
"@babel/plugin-syntax-jsx" "^7.25.7"
"@babel/types" "^7.25.7"
+"@babel/plugin-transform-react-jsx@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.25.9.tgz#06367940d8325b36edff5e2b9cbe782947ca4166"
+ integrity sha512-s5XwpQYCqGerXl+Pu6VDL3x0j2d82eiV77UJ8a2mDHAW7j9SWRqQ2y1fNo1Z74CdcYipl5Z41zvjj4Nfzq36rw==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ "@babel/helper-module-imports" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/plugin-syntax-jsx" "^7.25.9"
+ "@babel/types" "^7.25.9"
+
"@babel/plugin-transform-react-pure-annotations@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.7.tgz#6d0b8dadb2d3c5cbb8ade68c5efd49470b0d65f7"
@@ -1301,6 +1923,14 @@
"@babel/helper-annotate-as-pure" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-react-pure-annotations@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.25.9.tgz#ea1c11b2f9dbb8e2d97025f43a3b5bc47e18ae62"
+ integrity sha512-KQ/Takk3T8Qzj5TppkS1be588lkbTp5uj7w6a0LeQaTMSckU/wK0oJ/pih+T690tkgI5jfmg2TqDJvd41Sj1Cg==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-regenerator@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.7.tgz#6eb006e6d26f627bc2f7844a9f19770721ad6f3e"
@@ -1309,6 +1939,22 @@
"@babel/helper-plugin-utils" "^7.25.7"
regenerator-transform "^0.15.2"
+"@babel/plugin-transform-regenerator@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz#03a8a4670d6cebae95305ac6defac81ece77740b"
+ integrity sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ regenerator-transform "^0.15.2"
+
+"@babel/plugin-transform-regexp-modifiers@^7.26.0":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz#2f5837a5b5cd3842a919d8147e9903cc7455b850"
+ integrity sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-reserved-words@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.7.tgz#dc56b25e02afaabef3ce0c5b06b0916e8523e995"
@@ -1316,7 +1962,14 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
-"@babel/plugin-transform-runtime@^7.0.0", "@babel/plugin-transform-runtime@^7.22.9":
+"@babel/plugin-transform-reserved-words@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz#0398aed2f1f10ba3f78a93db219b27ef417fb9ce"
+ integrity sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
+"@babel/plugin-transform-runtime@^7.0.0":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.7.tgz#435a4fab67273f00047dc806e05069c9c6344e12"
integrity sha512-Y9p487tyTzB0yDYQOtWnC+9HGOuogtP3/wNpun1xJXEEvI6vip59BSBTsHnekZLqxmPcgsrAKt46HAAb//xGhg==
@@ -1328,6 +1981,18 @@
babel-plugin-polyfill-regenerator "^0.6.1"
semver "^6.3.1"
+"@babel/plugin-transform-runtime@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz#62723ea3f5b31ffbe676da9d6dae17138ae580ea"
+ integrity sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==
+ dependencies:
+ "@babel/helper-module-imports" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ babel-plugin-polyfill-corejs2 "^0.4.10"
+ babel-plugin-polyfill-corejs3 "^0.10.6"
+ babel-plugin-polyfill-regenerator "^0.6.1"
+ semver "^6.3.1"
+
"@babel/plugin-transform-shorthand-properties@^7.0.0", "@babel/plugin-transform-shorthand-properties@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.7.tgz#92690a9c671915602d91533c278cc8f6bf12275f"
@@ -1335,6 +2000,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-shorthand-properties@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz#bb785e6091f99f826a95f9894fc16fde61c163f2"
+ integrity sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-spread@^7.0.0", "@babel/plugin-transform-spread@^7.11.0", "@babel/plugin-transform-spread@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.7.tgz#df83e899a9fc66284ee601a7b738568435b92998"
@@ -1343,6 +2015,14 @@
"@babel/helper-plugin-utils" "^7.25.7"
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
+"@babel/plugin-transform-spread@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz#24a35153931b4ba3d13cec4a7748c21ab5514ef9"
+ integrity sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
+
"@babel/plugin-transform-sticky-regex@^7.0.0", "@babel/plugin-transform-sticky-regex@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.7.tgz#341c7002bef7f29037be7fb9684e374442dd0d17"
@@ -1350,6 +2030,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-sticky-regex@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz#c7f02b944e986a417817b20ba2c504dfc1453d32"
+ integrity sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-template-literals@^7.0.0", "@babel/plugin-transform-template-literals@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.7.tgz#e566c581bb16d8541dd8701093bb3457adfce16b"
@@ -1357,6 +2044,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-template-literals@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz#6dbd4a24e8fad024df76d1fac6a03cf413f60fe1"
+ integrity sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-typeof-symbol@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.7.tgz#debb1287182efd20488f126be343328c679b66eb"
@@ -1364,6 +2058,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-typeof-symbol@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz#224ba48a92869ddbf81f9b4a5f1204bbf5a2bc4b"
+ integrity sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-typescript@^7.25.7", "@babel/plugin-transform-typescript@^7.5.0":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.7.tgz#8fc7c3d28ddd36bce45b9b48594129d0e560cfbe"
@@ -1375,6 +2076,17 @@
"@babel/helper-skip-transparent-expression-wrappers" "^7.25.7"
"@babel/plugin-syntax-typescript" "^7.25.7"
+"@babel/plugin-transform-typescript@^7.25.9":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.26.5.tgz#6d9b48e8ee40a45a3ed12ebc013449fdf261714c"
+ integrity sha512-GJhPO0y8SD5EYVCy2Zr+9dSZcEgaSmq5BLR0Oc25TOEhC+ba49vUAGZFjy8v79z9E1mdldq4x9d1xgh4L1d5dQ==
+ dependencies:
+ "@babel/helper-annotate-as-pure" "^7.25.9"
+ "@babel/helper-create-class-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.26.5"
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.25.9"
+ "@babel/plugin-syntax-typescript" "^7.25.9"
+
"@babel/plugin-transform-unicode-escapes@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.7.tgz#973592b6d13a914794e1de8cf1383e50e0f87f81"
@@ -1382,6 +2094,13 @@
dependencies:
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-unicode-escapes@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz#a75ef3947ce15363fccaa38e2dd9bc70b2788b82"
+ integrity sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-unicode-property-regex@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.7.tgz#25349197cce964b1343f74fa7cfdf791a1b1919e"
@@ -1390,6 +2109,14 @@
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-unicode-property-regex@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz#a901e96f2c1d071b0d1bb5dc0d3c880ce8f53dd3"
+ integrity sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-unicode-regex@^7.0.0", "@babel/plugin-transform-unicode-regex@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.7.tgz#f93a93441baf61f713b6d5552aaa856bfab34809"
@@ -1398,6 +2125,14 @@
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-unicode-regex@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz#5eae747fe39eacf13a8bd006a4fb0b5d1fa5e9b1"
+ integrity sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/plugin-transform-unicode-sets-regex@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.7.tgz#d1b3295d29e0f8f4df76abc909ad1ebee919560c"
@@ -1406,6 +2141,14 @@
"@babel/helper-create-regexp-features-plugin" "^7.25.7"
"@babel/helper-plugin-utils" "^7.25.7"
+"@babel/plugin-transform-unicode-sets-regex@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz#65114c17b4ffc20fa5b163c63c70c0d25621fabe"
+ integrity sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==
+ dependencies:
+ "@babel/helper-create-regexp-features-plugin" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+
"@babel/polyfill@^7.11.5":
version "7.12.1"
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.12.1.tgz#1f2d6371d1261bbd961f3c5d5909150e12d0bd96"
@@ -1414,7 +2157,7 @@
core-js "^2.6.5"
regenerator-runtime "^0.13.4"
-"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.11.5", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.18.2", "@babel/preset-env@^7.20.0", "@babel/preset-env@^7.20.2", "@babel/preset-env@^7.22.9":
+"@babel/preset-env@^7.11.0", "@babel/preset-env@^7.11.5", "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.18.2", "@babel/preset-env@^7.20.0", "@babel/preset-env@^7.20.2":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.25.7.tgz#fc1b092152db4b58377b85dc05c890081c1157e0"
integrity sha512-Gibz4OUdyNqqLj+7OAvBZxOD7CklCtMA5/j0JgUEwOnaRULsPDXmic2iKxL2DX2vQduPR5wH2hjZas/Vr/Oc0g==
@@ -1503,6 +2246,81 @@
core-js-compat "^3.38.1"
semver "^6.3.1"
+"@babel/preset-env@^7.25.9":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.26.0.tgz#30e5c6bc1bcc54865bff0c5a30f6d4ccdc7fa8b1"
+ integrity sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==
+ dependencies:
+ "@babel/compat-data" "^7.26.0"
+ "@babel/helper-compilation-targets" "^7.25.9"
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-validator-option" "^7.25.9"
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.25.9"
+ "@babel/plugin-bugfix-safari-class-field-initializer-scope" "^7.25.9"
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.25.9"
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.25.9"
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.25.9"
+ "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
+ "@babel/plugin-syntax-import-assertions" "^7.26.0"
+ "@babel/plugin-syntax-import-attributes" "^7.26.0"
+ "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
+ "@babel/plugin-transform-arrow-functions" "^7.25.9"
+ "@babel/plugin-transform-async-generator-functions" "^7.25.9"
+ "@babel/plugin-transform-async-to-generator" "^7.25.9"
+ "@babel/plugin-transform-block-scoped-functions" "^7.25.9"
+ "@babel/plugin-transform-block-scoping" "^7.25.9"
+ "@babel/plugin-transform-class-properties" "^7.25.9"
+ "@babel/plugin-transform-class-static-block" "^7.26.0"
+ "@babel/plugin-transform-classes" "^7.25.9"
+ "@babel/plugin-transform-computed-properties" "^7.25.9"
+ "@babel/plugin-transform-destructuring" "^7.25.9"
+ "@babel/plugin-transform-dotall-regex" "^7.25.9"
+ "@babel/plugin-transform-duplicate-keys" "^7.25.9"
+ "@babel/plugin-transform-duplicate-named-capturing-groups-regex" "^7.25.9"
+ "@babel/plugin-transform-dynamic-import" "^7.25.9"
+ "@babel/plugin-transform-exponentiation-operator" "^7.25.9"
+ "@babel/plugin-transform-export-namespace-from" "^7.25.9"
+ "@babel/plugin-transform-for-of" "^7.25.9"
+ "@babel/plugin-transform-function-name" "^7.25.9"
+ "@babel/plugin-transform-json-strings" "^7.25.9"
+ "@babel/plugin-transform-literals" "^7.25.9"
+ "@babel/plugin-transform-logical-assignment-operators" "^7.25.9"
+ "@babel/plugin-transform-member-expression-literals" "^7.25.9"
+ "@babel/plugin-transform-modules-amd" "^7.25.9"
+ "@babel/plugin-transform-modules-commonjs" "^7.25.9"
+ "@babel/plugin-transform-modules-systemjs" "^7.25.9"
+ "@babel/plugin-transform-modules-umd" "^7.25.9"
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.25.9"
+ "@babel/plugin-transform-new-target" "^7.25.9"
+ "@babel/plugin-transform-nullish-coalescing-operator" "^7.25.9"
+ "@babel/plugin-transform-numeric-separator" "^7.25.9"
+ "@babel/plugin-transform-object-rest-spread" "^7.25.9"
+ "@babel/plugin-transform-object-super" "^7.25.9"
+ "@babel/plugin-transform-optional-catch-binding" "^7.25.9"
+ "@babel/plugin-transform-optional-chaining" "^7.25.9"
+ "@babel/plugin-transform-parameters" "^7.25.9"
+ "@babel/plugin-transform-private-methods" "^7.25.9"
+ "@babel/plugin-transform-private-property-in-object" "^7.25.9"
+ "@babel/plugin-transform-property-literals" "^7.25.9"
+ "@babel/plugin-transform-regenerator" "^7.25.9"
+ "@babel/plugin-transform-regexp-modifiers" "^7.26.0"
+ "@babel/plugin-transform-reserved-words" "^7.25.9"
+ "@babel/plugin-transform-shorthand-properties" "^7.25.9"
+ "@babel/plugin-transform-spread" "^7.25.9"
+ "@babel/plugin-transform-sticky-regex" "^7.25.9"
+ "@babel/plugin-transform-template-literals" "^7.25.9"
+ "@babel/plugin-transform-typeof-symbol" "^7.25.9"
+ "@babel/plugin-transform-unicode-escapes" "^7.25.9"
+ "@babel/plugin-transform-unicode-property-regex" "^7.25.9"
+ "@babel/plugin-transform-unicode-regex" "^7.25.9"
+ "@babel/plugin-transform-unicode-sets-regex" "^7.25.9"
+ "@babel/preset-modules" "0.1.6-no-external-plugins"
+ babel-plugin-polyfill-corejs2 "^0.4.10"
+ babel-plugin-polyfill-corejs3 "^0.10.6"
+ babel-plugin-polyfill-regenerator "^0.6.1"
+ core-js-compat "^3.38.1"
+ semver "^6.3.1"
+
"@babel/preset-flow@^7.13.13":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/preset-flow/-/preset-flow-7.25.7.tgz#a9460677c182c2e105c32567a036d360c86668a9"
@@ -1521,7 +2339,7 @@
"@babel/types" "^7.4.4"
esutils "^2.0.2"
-"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.17.12", "@babel/preset-react@^7.18.6", "@babel/preset-react@^7.22.5":
+"@babel/preset-react@^7.12.5", "@babel/preset-react@^7.17.12", "@babel/preset-react@^7.18.6":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.25.7.tgz#081cbe1dea363b732764d06a0fdda67ffa17735d"
integrity sha512-GjV0/mUEEXpi1U5ZgDprMRRgajGMRW3G5FjMr5KLKD8nT2fTG8+h/klV3+6Dm5739QE+K5+2e91qFKAYI3pmRg==
@@ -1533,7 +2351,19 @@
"@babel/plugin-transform-react-jsx-development" "^7.25.7"
"@babel/plugin-transform-react-pure-annotations" "^7.25.7"
-"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.17.12", "@babel/preset-typescript@^7.21.0", "@babel/preset-typescript@^7.22.5":
+"@babel/preset-react@^7.25.9":
+ version "7.26.3"
+ resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.26.3.tgz#7c5e028d623b4683c1f83a0bd4713b9100560caa"
+ integrity sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-validator-option" "^7.25.9"
+ "@babel/plugin-transform-react-display-name" "^7.25.9"
+ "@babel/plugin-transform-react-jsx" "^7.25.9"
+ "@babel/plugin-transform-react-jsx-development" "^7.25.9"
+ "@babel/plugin-transform-react-pure-annotations" "^7.25.9"
+
+"@babel/preset-typescript@^7.13.0", "@babel/preset-typescript@^7.17.12", "@babel/preset-typescript@^7.21.0":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.25.7.tgz#43c5b68eccb856ae5b52274b77b1c3c413cde1b7"
integrity sha512-rkkpaXJZOFN45Fb+Gki0c+KMIglk4+zZXOoMJuyEK8y8Kkc8Jd3BDmP7qPsz0zQMJj+UD7EprF+AqAXcILnexw==
@@ -1544,6 +2374,17 @@
"@babel/plugin-transform-modules-commonjs" "^7.25.7"
"@babel/plugin-transform-typescript" "^7.25.7"
+"@babel/preset-typescript@^7.25.9":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.26.0.tgz#4a570f1b8d104a242d923957ffa1eaff142a106d"
+ integrity sha512-NMk1IGZ5I/oHhoXEElcm+xUnL/szL6xflkFZmoEU9xj1qSJXpiS7rsspYo92B4DRCDvZn2erT5LdsCeXAKNCkg==
+ dependencies:
+ "@babel/helper-plugin-utils" "^7.25.9"
+ "@babel/helper-validator-option" "^7.25.9"
+ "@babel/plugin-syntax-jsx" "^7.25.9"
+ "@babel/plugin-transform-modules-commonjs" "^7.25.9"
+ "@babel/plugin-transform-typescript" "^7.25.9"
+
"@babel/register@^7.13.16":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.25.7.tgz#75ec0d3a8f843d344c51bf2f18fcc03f3a4c9117"
@@ -1555,23 +2396,30 @@
pirates "^4.0.6"
source-map-support "^0.5.16"
-"@babel/runtime-corejs3@^7.22.6":
- version "7.25.7"
- resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.25.7.tgz#29ca319b1272e9d78faa3f7ee891d0af63c53aa2"
- integrity sha512-gMmIEhg35sXk9Te5qbGp3W9YKrvLt3HV658/d3odWrHSqT0JeG5OzsJWFHRLiOohRyjRsJc/x03DhJm3i8VJxg==
+"@babel/runtime-corejs3@^7.25.9":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.26.0.tgz#5af6bed16073eb4a0191233d61e158a5c768c430"
+ integrity sha512-YXHu5lN8kJCb1LOb9PgV6pvak43X2h4HvRApcN5SdWeaItQOzfn1hgP6jasD6KWQyJDBxrVmA9o9OivlnNJK/w==
dependencies:
core-js-pure "^3.30.2"
regenerator-runtime "^0.14.0"
-"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.8.4":
+"@babel/runtime@^7.0.0", "@babel/runtime@^7.1.2", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.8.4":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.7.tgz#7ffb53c37a8f247c8c4d335e89cdf16a2e0d0fb6"
integrity sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==
dependencies:
regenerator-runtime "^0.14.0"
-"@babel/template@^7.0.0", "@babel/template@^7.25.7":
- version "7.25.7"
+"@babel/runtime@^7.25.9":
+ version "7.26.0"
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
+ integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
+ dependencies:
+ regenerator-runtime "^0.14.0"
+
+"@babel/template@^7.0.0", "@babel/template@^7.25.7":
+ version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.7.tgz#27f69ce382855d915b14ab0fe5fb4cbf88fa0769"
integrity sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==
dependencies:
@@ -1579,7 +2427,16 @@
"@babel/parser" "^7.25.7"
"@babel/types" "^7.25.7"
-"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.8", "@babel/traverse@^7.25.7":
+"@babel/template@^7.25.9":
+ version "7.25.9"
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.9.tgz#ecb62d81a8a6f5dc5fe8abfc3901fc52ddf15016"
+ integrity sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==
+ dependencies:
+ "@babel/code-frame" "^7.25.9"
+ "@babel/parser" "^7.25.9"
+ "@babel/types" "^7.25.9"
+
+"@babel/traverse@^7.20.0", "@babel/traverse@^7.25.7":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.7.tgz#83e367619be1cab8e4f2892ef30ba04c26a40fa8"
integrity sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==
@@ -1592,6 +2449,19 @@
debug "^4.3.1"
globals "^11.1.0"
+"@babel/traverse@^7.25.9", "@babel/traverse@^7.26.5":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.5.tgz#6d0be3e772ff786456c1a37538208286f6e79021"
+ integrity sha512-rkOSPOw+AXbgtwUga3U4u8RpoK9FEFWBNAlTpcnkLFjL5CT+oyHNuUUC/xx6XefEJ16r38r8Bc/lfp6rYuHeJQ==
+ dependencies:
+ "@babel/code-frame" "^7.26.2"
+ "@babel/generator" "^7.26.5"
+ "@babel/parser" "^7.26.5"
+ "@babel/template" "^7.25.9"
+ "@babel/types" "^7.26.5"
+ debug "^4.3.1"
+ globals "^11.1.0"
+
"@babel/types@^7.12.6", "@babel/types@^7.20.0", "@babel/types@^7.21.3", "@babel/types@^7.24.7", "@babel/types@^7.25.7", "@babel/types@^7.4.4":
version "7.25.7"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.7.tgz#1b7725c1d3a59f328cb700ce704c46371e6eef9b"
@@ -1601,15 +2471,56 @@
"@babel/helper-validator-identifier" "^7.25.7"
to-fast-properties "^2.0.0"
+"@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.5":
+ version "7.26.5"
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
+ integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
+ dependencies:
+ "@babel/helper-string-parser" "^7.25.9"
+ "@babel/helper-validator-identifier" "^7.25.9"
+
"@colors/colors@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
-"@colors/colors@1.6.0":
- version "1.6.0"
- resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.6.0.tgz#ec6cd237440700bc23ca23087f513c75508958b0"
- integrity sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==
+"@csstools/cascade-layer-name-parser@^2.0.4":
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/@csstools/cascade-layer-name-parser/-/cascade-layer-name-parser-2.0.4.tgz#64d128529397aa1e1c986f685713363b262b81b1"
+ integrity sha512-7DFHlPuIxviKYZrOiwVU/PiHLm3lLUR23OMuEEtfEOQTOp9hzQ2JjdY6X5H18RVuUPJqSCI+qNnD5iOLMVE0bA==
+
+"@csstools/color-helpers@^5.0.1":
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/color-helpers/-/color-helpers-5.0.1.tgz#829f1c76f5800b79c51c709e2f36821b728e0e10"
+ integrity sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==
+
+"@csstools/css-calc@^2.1.1":
+ version "2.1.1"
+ resolved "https://registry.yarnpkg.com/@csstools/css-calc/-/css-calc-2.1.1.tgz#a7dbc66627f5cf458d42aed14bda0d3860562383"
+ integrity sha512-rL7kaUnTkL9K+Cvo2pnCieqNpTKgQzy5f+N+5Iuko9HAoasP+xgprVh7KN/MaJVvVL1l0EzQq2MoqBHKSrDrag==
+
+"@csstools/css-color-parser@^3.0.7":
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/css-color-parser/-/css-color-parser-3.0.7.tgz#442d61d58e54ad258d52c309a787fceb33906484"
+ integrity sha512-nkMp2mTICw32uE5NN+EsJ4f5N+IGFeCFu4bGpiKgb2Pq/7J/MpyLBeQ5ry4KKtRFZaYs6sTmcMYrSRIyj5DFKA==
+ dependencies:
+ "@csstools/color-helpers" "^5.0.1"
+ "@csstools/css-calc" "^2.1.1"
+
+"@csstools/css-parser-algorithms@^3.0.4":
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz#74426e93bd1c4dcab3e441f5cc7ba4fb35d94356"
+ integrity sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==
+
+"@csstools/css-tokenizer@^3.0.3":
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz#a5502c8539265fecbd873c1e395a890339f119c2"
+ integrity sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==
+
+"@csstools/media-query-list-parser@^4.0.2":
+ version "4.0.2"
+ resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-4.0.2.tgz#e80e17eba1693fceafb8d6f2cfc68c0e7a9ab78a"
+ integrity sha512-EUos465uvVvMJehckATTlNqGj4UJWkTmdWuDMjqvSUkjGpmOyFZBVwb4knxCm/k2GMTXY+c/5RkdndzFYWeX5A==
"@csstools/normalize.css@*":
version "12.1.1"
@@ -1624,6 +2535,14 @@
"@csstools/selector-specificity" "^2.0.2"
postcss-selector-parser "^6.0.10"
+"@csstools/postcss-cascade-layers@^5.0.1":
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-5.0.1.tgz#9640313e64b5e39133de7e38a5aa7f40dc259597"
+ integrity sha512-XOfhI7GShVcKiKwmPAnWSqd2tBR0uxt+runAxttbSp/LY2U16yAVPmAf7e9q4JJ0d+xMNmpwNDLBXnmRCl3HMQ==
+ dependencies:
+ "@csstools/selector-specificity" "^5.0.0"
+ postcss-selector-parser "^7.0.0"
+
"@csstools/postcss-color-function@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz#2bd36ab34f82d0497cfacdc9b18d34b5e6f64b6b"
@@ -1632,6 +2551,47 @@
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"
+"@csstools/postcss-color-function@^4.0.7":
+ version "4.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-color-function/-/postcss-color-function-4.0.7.tgz#d31d2044d8a4f8b3154ac54ac77014879eae9f56"
+ integrity sha512-aDHYmhNIHR6iLw4ElWhf+tRqqaXwKnMl0YsQ/X105Zc4dQwe6yJpMrTN6BwOoESrkDjOYMOfORviSSLeDTJkdQ==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
+"@csstools/postcss-color-mix-function@^3.0.7":
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-color-mix-function/-/postcss-color-mix-function-3.0.7.tgz#39735bbc84dc173061e4c2842ec656bb9bc6ed2e"
+ integrity sha512-e68Nev4CxZYCLcrfWhHH4u/N1YocOfTmw67/kVX5Rb7rnguqqLyxPjhHWjSBX8o4bmyuukmNf3wrUSU3//kT7g==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
+"@csstools/postcss-content-alt-text@^2.0.4":
+ version "2.0.4"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-content-alt-text/-/postcss-content-alt-text-2.0.4.tgz#76f4687fb15ed45bc1139bb71e5775779762897a"
+ integrity sha512-YItlZUOuZJCBlRaCf8Aucc1lgN41qYGALMly0qQllrxYJhiyzlI6RxOTMUvtWk+KhS8GphMDsDhKQ7KTPfEMSw==
+ dependencies:
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
+"@csstools/postcss-exponential-functions@^2.0.6":
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-exponential-functions/-/postcss-exponential-functions-2.0.6.tgz#dcee86d22102576b13d8bea059125fbcf98e83cc"
+ integrity sha512-IgJA5DQsQLu/upA3HcdvC6xEMR051ufebBTIXZ5E9/9iiaA7juXWz1ceYj814lnDYP/7eWjZnw0grRJlX4eI6g==
+ dependencies:
+ "@csstools/css-calc" "^2.1.1"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+
"@csstools/postcss-font-format-keywords@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz#677b34e9e88ae997a67283311657973150e8b16a"
@@ -1639,6 +2599,34 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-font-format-keywords@^4.0.0":
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-4.0.0.tgz#6730836eb0153ff4f3840416cc2322f129c086e6"
+ integrity sha512-usBzw9aCRDvchpok6C+4TXC57btc4bJtmKQWOHQxOVKen1ZfVqBUuCZ/wuqdX5GHsD0NRSr9XTP+5ID1ZZQBXw==
+ dependencies:
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-gamut-mapping@^2.0.7":
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-gamut-mapping/-/postcss-gamut-mapping-2.0.7.tgz#8aaa4b6ffb6e2187379a83d253607f988533be25"
+ integrity sha512-gzFEZPoOkY0HqGdyeBXR3JP218Owr683u7KOZazTK7tQZBE8s2yhg06W1tshOqk7R7SWvw9gkw2TQogKpIW8Xw==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+
+"@csstools/postcss-gradients-interpolation-method@^5.0.7":
+ version "5.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-gradients-interpolation-method/-/postcss-gradients-interpolation-method-5.0.7.tgz#57e19d25e98aa028b98e22ef392ea24c3e61c568"
+ integrity sha512-WgEyBeg6glUeTdS2XT7qeTFBthTJuXlS9GFro/DVomj7W7WMTamAwpoP4oQCq/0Ki2gvfRYFi/uZtmRE14/DFA==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
"@csstools/postcss-hwb-function@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz#ab54a9fce0ac102c754854769962f2422ae8aa8b"
@@ -1646,6 +2634,17 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-hwb-function@^4.0.7":
+ version "4.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-hwb-function/-/postcss-hwb-function-4.0.7.tgz#d09528098c4b99c49c76de686a4ae35585acc691"
+ integrity sha512-LKYqjO+wGwDCfNIEllessCBWfR4MS/sS1WXO+j00KKyOjm7jDW2L6jzUmqASEiv/kkJO39GcoIOvTTfB3yeBUA==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
"@csstools/postcss-ic-unit@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz#28237d812a124d1a16a5acc5c3832b040b303e58"
@@ -1654,6 +2653,20 @@
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"
+"@csstools/postcss-ic-unit@^4.0.0":
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-ic-unit/-/postcss-ic-unit-4.0.0.tgz#b60ec06500717c337447c39ae7fe7952eeb9d48f"
+ integrity sha512-9QT5TDGgx7wD3EEMN3BSUG6ckb6Eh5gSPT5kZoVtUuAonfPmLDJyPhqR4ntPpMYhUKAMVKAg3I/AgzqHMSeLhA==
+ dependencies:
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-initial@^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-initial/-/postcss-initial-2.0.0.tgz#a86f5fc59ab9f16f1422dade4c58bd941af5df22"
+ integrity sha512-dv2lNUKR+JV+OOhZm9paWzYBXOCi+rJPqJ2cJuhh9xd8USVrd0cBEPczla81HNOyThMQWeCcdln3gZkQV2kYxA==
+
"@csstools/postcss-is-pseudo-class@^2.0.7":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz#846ae6c0d5a1eaa878fce352c544f9c295509cd1"
@@ -1662,6 +2675,73 @@
"@csstools/selector-specificity" "^2.0.0"
postcss-selector-parser "^6.0.10"
+"@csstools/postcss-is-pseudo-class@^5.0.1":
+ version "5.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-5.0.1.tgz#12041448fedf01090dd4626022c28b7f7623f58e"
+ integrity sha512-JLp3POui4S1auhDR0n8wHd/zTOWmMsmK3nQd3hhL6FhWPaox5W7j1se6zXOG/aP07wV2ww0lxbKYGwbBszOtfQ==
+ dependencies:
+ "@csstools/selector-specificity" "^5.0.0"
+ postcss-selector-parser "^7.0.0"
+
+"@csstools/postcss-light-dark-function@^2.0.7":
+ version "2.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-light-dark-function/-/postcss-light-dark-function-2.0.7.tgz#807c170cd28eebb0c00e64dfc6ab0bf418f19209"
+ integrity sha512-ZZ0rwlanYKOHekyIPaU+sVm3BEHCe+Ha0/px+bmHe62n0Uc1lL34vbwrLYn6ote8PHlsqzKeTQdIejQCJ05tfw==
+ dependencies:
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
+"@csstools/postcss-logical-float-and-clear@^3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-float-and-clear/-/postcss-logical-float-and-clear-3.0.0.tgz#62617564182cf86ab5d4e7485433ad91e4c58571"
+ integrity sha512-SEmaHMszwakI2rqKRJgE+8rpotFfne1ZS6bZqBoQIicFyV+xT1UF42eORPxJkVJVrH9C0ctUgwMSn3BLOIZldQ==
+
+"@csstools/postcss-logical-overflow@^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-overflow/-/postcss-logical-overflow-2.0.0.tgz#c6de7c5f04e3d4233731a847f6c62819bcbcfa1d"
+ integrity sha512-spzR1MInxPuXKEX2csMamshR4LRaSZ3UXVaRGjeQxl70ySxOhMpP2252RAFsg8QyyBXBzuVOOdx1+bVO5bPIzA==
+
+"@csstools/postcss-logical-overscroll-behavior@^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-overscroll-behavior/-/postcss-logical-overscroll-behavior-2.0.0.tgz#43c03eaecdf34055ef53bfab691db6dc97a53d37"
+ integrity sha512-e/webMjoGOSYfqLunyzByZj5KKe5oyVg/YSbie99VEaSDE2kimFm0q1f6t/6Jo+VVCQ/jbe2Xy+uX+C4xzWs4w==
+
+"@csstools/postcss-logical-resize@^3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-resize/-/postcss-logical-resize-3.0.0.tgz#4df0eeb1a61d7bd85395e56a5cce350b5dbfdca6"
+ integrity sha512-DFbHQOFW/+I+MY4Ycd/QN6Dg4Hcbb50elIJCfnwkRTCX05G11SwViI5BbBlg9iHRl4ytB7pmY5ieAFk3ws7yyg==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-logical-viewport-units@^3.0.3":
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-logical-viewport-units/-/postcss-logical-viewport-units-3.0.3.tgz#f6cc63520ca2a6eb76b9cd946070c38dda66d733"
+ integrity sha512-OC1IlG/yoGJdi0Y+7duz/kU/beCwO+Gua01sD6GtOtLi7ByQUpcIqs7UE/xuRPay4cHgOMatWdnDdsIDjnWpPw==
+ dependencies:
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/utilities" "^2.0.0"
+
+"@csstools/postcss-media-minmax@^2.0.6":
+ version "2.0.6"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-media-minmax/-/postcss-media-minmax-2.0.6.tgz#427921c0f08033203810af16dfed0baedc538eab"
+ integrity sha512-J1+4Fr2W3pLZsfxkFazK+9kr96LhEYqoeBszLmFjb6AjYs+g9oDAw3J5oQignLKk3rC9XHW+ebPTZ9FaW5u5pg==
+ dependencies:
+ "@csstools/css-calc" "^2.1.1"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/media-query-list-parser" "^4.0.2"
+
+"@csstools/postcss-media-queries-aspect-ratio-number-values@^3.0.4":
+ version "3.0.4"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-media-queries-aspect-ratio-number-values/-/postcss-media-queries-aspect-ratio-number-values-3.0.4.tgz#d71102172c74baf3f892fac88cf1ea46a961600d"
+ integrity sha512-AnGjVslHMm5xw9keusQYvjVWvuS7KWK+OJagaG0+m9QnIjZsrysD2kJP/tr/UJIyYtMCtu8OkUd+Rajb4DqtIQ==
+ dependencies:
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/media-query-list-parser" "^4.0.2"
+
"@csstools/postcss-nested-calc@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz#d7e9d1d0d3d15cf5ac891b16028af2a1044d0c26"
@@ -1669,6 +2749,14 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-nested-calc@^4.0.0":
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-nested-calc/-/postcss-nested-calc-4.0.0.tgz#754e10edc6958d664c11cde917f44ba144141c62"
+ integrity sha512-jMYDdqrQQxE7k9+KjstC3NbsmC063n1FTPLCgCRS2/qHUbHM0mNy9pIn4QIiQGs9I/Bg98vMqw7mJXBxa0N88A==
+ dependencies:
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
"@csstools/postcss-normalize-display-values@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz#15da54a36e867b3ac5163ee12c1d7f82d4d612c3"
@@ -1676,6 +2764,13 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-normalize-display-values@^4.0.0":
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-4.0.0.tgz#ecdde2daf4e192e5da0c6fd933b6d8aff32f2a36"
+ integrity sha512-HlEoG0IDRoHXzXnkV4in47dzsxdsjdz6+j7MLjaACABX2NfvjFS6XVAnpaDyGesz9gK2SC7MbNwdCHusObKJ9Q==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
"@csstools/postcss-oklab-function@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz#88cee0fbc8d6df27079ebd2fa016ee261eecf844"
@@ -1684,6 +2779,17 @@
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"
+"@csstools/postcss-oklab-function@^4.0.7":
+ version "4.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-oklab-function/-/postcss-oklab-function-4.0.7.tgz#33b3322dfb27b0b5eb83a7ad36e67f08bc4e66cd"
+ integrity sha512-I6WFQIbEKG2IO3vhaMGZDkucbCaUSXMxvHNzDdnfsTCF5tc0UlV3Oe2AhamatQoKFjBi75dSEMrgWq3+RegsOQ==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
"@csstools/postcss-progressive-custom-properties@^1.1.0", "@csstools/postcss-progressive-custom-properties@^1.3.0":
version "1.3.0"
resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz#542292558384361776b45c85226b9a3a34f276fa"
@@ -1691,6 +2797,49 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-progressive-custom-properties@^4.0.0":
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-4.0.0.tgz#ecdb85bcdb1852d73970a214a376684a91f82bdc"
+ integrity sha512-XQPtROaQjomnvLUSy/bALTR5VCtTVUFwYs1SblvYgLSeTo2a/bMNwUwo2piXw5rTv/FEYiy5yPSXBqg9OKUx7Q==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
+"@csstools/postcss-random-function@^1.0.2":
+ version "1.0.2"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-random-function/-/postcss-random-function-1.0.2.tgz#699702820f19bb6b9632966ff44d8957db6889d2"
+ integrity sha512-vBCT6JvgdEkvRc91NFoNrLjgGtkLWt47GKT6E2UDn3nd8ZkMBiziQ1Md1OiKoSsgzxsSnGKG3RVdhlbdZEkHjA==
+ dependencies:
+ "@csstools/css-calc" "^2.1.1"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+
+"@csstools/postcss-relative-color-syntax@^3.0.7":
+ version "3.0.7"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-relative-color-syntax/-/postcss-relative-color-syntax-3.0.7.tgz#862f8c6a2bbbab1a46aff8265b6a095fd267a3a6"
+ integrity sha512-apbT31vsJVd18MabfPOnE977xgct5B1I+Jpf+Munw3n6kKb1MMuUmGGH+PT9Hm/fFs6fe61Q/EWnkrb4bNoNQw==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
+"@csstools/postcss-scope-pseudo-class@^4.0.1":
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-scope-pseudo-class/-/postcss-scope-pseudo-class-4.0.1.tgz#9fe60e9d6d91d58fb5fc6c768a40f6e47e89a235"
+ integrity sha512-IMi9FwtH6LMNuLea1bjVMQAsUhFxJnyLSgOp/cpv5hrzWmrUYU5fm0EguNDIIOHUqzXode8F/1qkC/tEo/qN8Q==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
+"@csstools/postcss-sign-functions@^1.1.1":
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-sign-functions/-/postcss-sign-functions-1.1.1.tgz#eb8e4a5ac637982aeb9264cb99f85817612ad3e8"
+ integrity sha512-MslYkZCeMQDxetNkfmmQYgKCy4c+w9pPDfgOBCJOo/RI1RveEUdZQYtOfrC6cIZB7sD7/PHr2VGOcMXlZawrnA==
+ dependencies:
+ "@csstools/css-calc" "^2.1.1"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+
"@csstools/postcss-stepped-value-functions@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz#f8772c3681cc2befed695e2b0b1d68e22f08c4f4"
@@ -1698,6 +2847,15 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-stepped-value-functions@^4.0.6":
+ version "4.0.6"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-4.0.6.tgz#ee88c6122daf58a1b8641f462e8e33427c60b1f1"
+ integrity sha512-/dwlO9w8vfKgiADxpxUbZOWlL5zKoRIsCymYoh1IPuBsXODKanKnfuZRr32DEqT0//3Av1VjfNZU9yhxtEfIeA==
+ dependencies:
+ "@csstools/css-calc" "^2.1.1"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+
"@csstools/postcss-text-decoration-shorthand@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz#ea96cfbc87d921eca914d3ad29340d9bcc4c953f"
@@ -1705,6 +2863,14 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-text-decoration-shorthand@^4.0.1":
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-4.0.1.tgz#251fab0939d50c6fd73bb2b830b2574188efa087"
+ integrity sha512-xPZIikbx6jyzWvhms27uugIc0I4ykH4keRvoa3rxX5K7lEhkbd54rjj/dv60qOCTisoS+3bmwJTeyV1VNBrXaw==
+ dependencies:
+ "@csstools/color-helpers" "^5.0.1"
+ postcss-value-parser "^4.2.0"
+
"@csstools/postcss-trigonometric-functions@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz#94d3e4774c36d35dcdc88ce091336cb770d32756"
@@ -1712,16 +2878,45 @@
dependencies:
postcss-value-parser "^4.2.0"
+"@csstools/postcss-trigonometric-functions@^4.0.6":
+ version "4.0.6"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-4.0.6.tgz#fc5c5f4c9bd0fd796b58b9a14d5d663be76d19fa"
+ integrity sha512-c4Y1D2Why/PeccaSouXnTt6WcNHJkoJRidV2VW9s5gJ97cNxnLgQ4Qj8qOqkIR9VmTQKJyNcbF4hy79ZQnWD7A==
+ dependencies:
+ "@csstools/css-calc" "^2.1.1"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+
"@csstools/postcss-unset-value@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz#c99bb70e2cdc7312948d1eb41df2412330b81f77"
integrity sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==
+"@csstools/postcss-unset-value@^4.0.0":
+ version "4.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/postcss-unset-value/-/postcss-unset-value-4.0.0.tgz#7caa981a34196d06a737754864baf77d64de4bba"
+ integrity sha512-cBz3tOCI5Fw6NIFEwU3RiwK6mn3nKegjpJuzCndoGq3BZPkUjnsq7uQmIeMNeMbMk7YD2MfKcgCpZwX5jyXqCA==
+
+"@csstools/selector-resolve-nested@^3.0.0":
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/selector-resolve-nested/-/selector-resolve-nested-3.0.0.tgz#704a9b637975680e025e069a4c58b3beb3e2752a"
+ integrity sha512-ZoK24Yku6VJU1gS79a5PFmC8yn3wIapiKmPgun0hZgEI5AOqgH2kiPRsPz1qkGv4HL+wuDLH83yQyk6inMYrJQ==
+
"@csstools/selector-specificity@^2.0.0", "@csstools/selector-specificity@^2.0.2":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.2.0.tgz#2cbcf822bf3764c9658c4d2e568bd0c0cb748016"
integrity sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==
+"@csstools/selector-specificity@^5.0.0":
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-5.0.0.tgz#037817b574262134cabd68fc4ec1a454f168407b"
+ integrity sha512-PCqQV3c4CoVm3kdPhyeZ07VmBRdH2EpMFA/pd9OASpOEC3aXNGoqPDAZ80D0cLpMBxnmk0+yNhGsEx31hq7Gtw==
+
+"@csstools/utilities@^2.0.0":
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/@csstools/utilities/-/utilities-2.0.0.tgz#f7ff0fee38c9ffb5646d47b6906e0bc8868bde60"
+ integrity sha512-5VdOr0Z71u+Yp3ozOx8T11N703wIFGVRgOWbOZMKgglPJsWA54MRIoMNVMa7shUToIhx5J8vX4sOZgD2XiihiQ==
+
"@develar/schema-utils@~2.6.5":
version "2.6.5"
resolved "https://registry.yarnpkg.com/@develar/schema-utils/-/schema-utils-2.6.5.tgz#3ece22c5838402419a6e0425f85742b961d9b6c6"
@@ -1740,7 +2935,12 @@
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.2.tgz#ccd9c83dbfeaf34efe4e3547ee596714ae7e5891"
integrity sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==
-"@docsearch/react@^3.5.2", "@docsearch/react@^3.6.0":
+"@docsearch/css@3.8.2":
+ version "3.8.2"
+ resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.8.2.tgz#7973ceb6892c30f154ba254cd05c562257a44977"
+ integrity sha512-y05ayQFyUmCXze79+56v/4HpycYF3uFqB78pLPrSV5ZKAlDuIAAJNhaRi8tTdRNXh05yxX/TyNnzD6LwSM89vQ==
+
+"@docsearch/react@^3.6.0":
version "3.6.2"
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.2.tgz#32b16dd7d5614f0d39e6bc018549816b68d171b8"
integrity sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==
@@ -1750,106 +2950,142 @@
"@docsearch/css" "3.6.2"
algoliasearch "^4.19.1"
-"@docusaurus/core@3.5.2", "@docusaurus/core@^3.1.1":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.5.2.tgz#3adedb90e7b6104592f1231043bd6bf91680c39c"
- integrity sha512-4Z1WkhCSkX4KO0Fw5m/Vuc7Q3NxBG53NE5u59Rs96fWkMPZVSrzEPP16/Nk6cWb/shK7xXPndTmalJtw7twL/w==
+"@docsearch/react@^3.8.1":
+ version "3.8.2"
+ resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.8.2.tgz#7b11d39b61c976c0aa9fbde66e6b73b30f3acd42"
+ integrity sha512-xCRrJQlTt8N9GU0DG4ptwHRkfnSnD/YpdeaXe02iKfqs97TkZJv60yE+1eq/tjPcVnTW8dP5qLP7itifFVV5eg==
dependencies:
- "@babel/core" "^7.23.3"
- "@babel/generator" "^7.23.3"
+ "@algolia/autocomplete-core" "1.17.7"
+ "@algolia/autocomplete-preset-algolia" "1.17.7"
+ "@docsearch/css" "3.8.2"
+ algoliasearch "^5.14.2"
+
+"@docusaurus/babel@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/babel/-/babel-3.7.0.tgz#770dd5da525a9d6a2fee7d3212ec62040327f776"
+ integrity sha512-0H5uoJLm14S/oKV3Keihxvh8RV+vrid+6Gv+2qhuzbqHanawga8tYnsdpjEyt36ucJjqlby2/Md2ObWjA02UXQ==
+ dependencies:
+ "@babel/core" "^7.25.9"
+ "@babel/generator" "^7.25.9"
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
- "@babel/plugin-transform-runtime" "^7.22.9"
- "@babel/preset-env" "^7.22.9"
- "@babel/preset-react" "^7.22.5"
- "@babel/preset-typescript" "^7.22.5"
- "@babel/runtime" "^7.22.6"
- "@babel/runtime-corejs3" "^7.22.6"
- "@babel/traverse" "^7.22.8"
- "@docusaurus/cssnano-preset" "3.5.2"
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/mdx-loader" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
- autoprefixer "^10.4.14"
- babel-loader "^9.1.3"
+ "@babel/plugin-transform-runtime" "^7.25.9"
+ "@babel/preset-env" "^7.25.9"
+ "@babel/preset-react" "^7.25.9"
+ "@babel/preset-typescript" "^7.25.9"
+ "@babel/runtime" "^7.25.9"
+ "@babel/runtime-corejs3" "^7.25.9"
+ "@babel/traverse" "^7.25.9"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
babel-plugin-dynamic-import-node "^2.3.3"
+ fs-extra "^11.1.1"
+ tslib "^2.6.0"
+
+"@docusaurus/bundler@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/bundler/-/bundler-3.7.0.tgz#d8e7867b3b2c43a1e320ed429f8dfe873c38506d"
+ integrity sha512-CUUT9VlSGukrCU5ctZucykvgCISivct+cby28wJwCC/fkQFgAHRp/GKv2tx38ZmXb7nacrKzFTcp++f9txUYGg==
+ dependencies:
+ "@babel/core" "^7.25.9"
+ "@docusaurus/babel" "3.7.0"
+ "@docusaurus/cssnano-preset" "3.7.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ babel-loader "^9.2.1"
+ clean-css "^5.3.2"
+ copy-webpack-plugin "^11.0.0"
+ css-loader "^6.8.1"
+ css-minimizer-webpack-plugin "^5.0.1"
+ cssnano "^6.1.2"
+ file-loader "^6.2.0"
+ html-minifier-terser "^7.2.0"
+ mini-css-extract-plugin "^2.9.1"
+ null-loader "^4.0.1"
+ postcss "^8.4.26"
+ postcss-loader "^7.3.3"
+ postcss-preset-env "^10.1.0"
+ react-dev-utils "^12.0.1"
+ terser-webpack-plugin "^5.3.9"
+ tslib "^2.6.0"
+ url-loader "^4.1.1"
+ webpack "^5.95.0"
+ webpackbar "^6.0.1"
+
+"@docusaurus/core@3.7.0", "@docusaurus/core@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.7.0.tgz#e871586d099093723dfe6de81c1ce610aeb20292"
+ integrity sha512-b0fUmaL+JbzDIQaamzpAFpTviiaU4cX3Qz8cuo14+HGBCwa0evEK0UYCBFY3n4cLzL8Op1BueeroUD2LYAIHbQ==
+ dependencies:
+ "@docusaurus/babel" "3.7.0"
+ "@docusaurus/bundler" "3.7.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/mdx-loader" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
boxen "^6.2.1"
chalk "^4.1.2"
chokidar "^3.5.3"
- clean-css "^5.3.2"
cli-table3 "^0.6.3"
combine-promises "^1.1.0"
commander "^5.1.0"
- copy-webpack-plugin "^11.0.0"
core-js "^3.31.1"
- css-loader "^6.8.1"
- css-minimizer-webpack-plugin "^5.0.1"
- cssnano "^6.1.2"
del "^6.1.1"
detect-port "^1.5.1"
escape-html "^1.0.3"
eta "^2.2.0"
eval "^0.1.8"
- file-loader "^6.2.0"
fs-extra "^11.1.1"
- html-minifier-terser "^7.2.0"
html-tags "^3.3.1"
- html-webpack-plugin "^5.5.3"
+ html-webpack-plugin "^5.6.0"
leven "^3.1.0"
lodash "^4.17.21"
- mini-css-extract-plugin "^2.7.6"
p-map "^4.0.0"
- postcss "^8.4.26"
- postcss-loader "^7.3.3"
prompts "^2.4.2"
react-dev-utils "^12.0.1"
- react-helmet-async "^1.3.0"
+ react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
react-loadable-ssr-addon-v5-slorber "^1.0.1"
react-router "^5.3.4"
react-router-config "^5.1.1"
react-router-dom "^5.3.4"
- rtl-detect "^1.0.4"
semver "^7.5.4"
- serve-handler "^6.1.5"
+ serve-handler "^6.1.6"
shelljs "^0.8.5"
- terser-webpack-plugin "^5.3.9"
tslib "^2.6.0"
update-notifier "^6.0.2"
- url-loader "^4.1.1"
- webpack "^5.88.1"
- webpack-bundle-analyzer "^4.9.0"
- webpack-dev-server "^4.15.1"
- webpack-merge "^5.9.0"
- webpackbar "^5.0.2"
+ webpack "^5.95.0"
+ webpack-bundle-analyzer "^4.10.2"
+ webpack-dev-server "^4.15.2"
+ webpack-merge "^6.0.1"
-"@docusaurus/cssnano-preset@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.5.2.tgz#6c1f2b2f9656f978c4694c84ab24592b04dcfab3"
- integrity sha512-D3KiQXOMA8+O0tqORBrTOEQyQxNIfPm9jEaJoALjjSjc2M/ZAWcUfPQEnwr2JB2TadHw2gqWgpZckQmrVWkytA==
+"@docusaurus/cssnano-preset@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.7.0.tgz#8fe8f2c3acbd32384b69e14983b9a63c98cae34e"
+ integrity sha512-X9GYgruZBSOozg4w4dzv9uOz8oK/EpPVQXkp0MM6Tsgp/nRIU9hJzJ0Pxg1aRa3xCeEQTOimZHcocQFlLwYajQ==
dependencies:
cssnano-preset-advanced "^6.1.2"
postcss "^8.4.38"
postcss-sort-media-queries "^5.2.0"
tslib "^2.6.0"
-"@docusaurus/logger@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.5.2.tgz#1150339ad56844b30734115c19c580f3b25cf5ed"
- integrity sha512-LHC540SGkeLfyT3RHK3gAMK6aS5TRqOD4R72BEU/DE2M/TY8WwEUAMY576UUc/oNJXv8pGhBmQB6N9p3pt8LQw==
+"@docusaurus/logger@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.7.0.tgz#07ecc2f460c4d2382df4991f9ce4e348e90af04c"
+ integrity sha512-z7g62X7bYxCYmeNNuO9jmzxLQG95q9QxINCwpboVcNff3SJiHJbGrarxxOVMVmAh1MsrSfxWkVGv4P41ktnFsA==
dependencies:
chalk "^4.1.2"
tslib "^2.6.0"
-"@docusaurus/mdx-loader@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.5.2.tgz#99781641372c5037bcbe09bb8ade93a0e0ada57d"
- integrity sha512-ku3xO9vZdwpiMIVd8BzWV0DCqGEbCP5zs1iHfKX50vw6jX8vQo0ylYo1YJMZyz6e+JFJ17HYHT5FzVidz2IflA==
+"@docusaurus/mdx-loader@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.7.0.tgz#5890c6e7a5b68cb1d066264ac5290cdcd59d4ecc"
+ integrity sha512-OFBG6oMjZzc78/U3WNPSHs2W9ZJ723ewAcvVJaqS0VgyeUfmzUV8f1sv+iUHA0DtwiR5T5FjOxj6nzEE8LY6VA==
dependencies:
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
"@mdx-js/mdx" "^3.0.0"
"@slorber/remark-comment" "^1.0.0"
escape-html "^1.0.3"
@@ -1872,32 +3108,32 @@
vfile "^6.0.1"
webpack "^5.88.1"
-"@docusaurus/module-type-aliases@3.5.2", "@docusaurus/module-type-aliases@^3.1.1":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.5.2.tgz#4e8f9c0703e23b2e07ebfce96598ec83e4dd2a9e"
- integrity sha512-Z+Xu3+2rvKef/YKTMxZHsEXp1y92ac0ngjDiExRdqGTmEKtCUpkbNYH8v5eXo5Ls+dnW88n6WTa+Q54kLOkwPg==
+"@docusaurus/module-type-aliases@3.7.0", "@docusaurus/module-type-aliases@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.7.0.tgz#15c0745b829c6966c5b3b2c2527c72b54830b0e5"
+ integrity sha512-g7WdPqDNaqA60CmBrr0cORTrsOit77hbsTj7xE2l71YhBn79sxdm7WMK7wfhcaafkbpIh7jv5ef5TOpf1Xv9Lg==
dependencies:
- "@docusaurus/types" "3.5.2"
+ "@docusaurus/types" "3.7.0"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
"@types/react-router-dom" "*"
- react-helmet-async "*"
+ react-helmet-async "npm:@slorber/react-helmet-async@*"
react-loadable "npm:@docusaurus/react-loadable@6.0.0"
-"@docusaurus/plugin-content-blog@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.5.2.tgz#649c07c34da7603645f152bcebdf75285baed16b"
- integrity sha512-R7ghWnMvjSf+aeNDH0K4fjyQnt5L0KzUEnUhmf1e3jZrv3wogeytZNN6n7X8yHcMsuZHPOrctQhXWnmxu+IRRg==
- dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/mdx-loader" "3.5.2"
- "@docusaurus/theme-common" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+"@docusaurus/plugin-content-blog@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.7.0.tgz#7bd69de87a1f3adb652e1473ef5b7ccc9468f47e"
+ integrity sha512-EFLgEz6tGHYWdPU0rK8tSscZwx+AsyuBW/r+tNig2kbccHYGUJmZtYN38GjAa3Fda4NU+6wqUO5kTXQSRBQD3g==
+ dependencies:
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/mdx-loader" "3.7.0"
+ "@docusaurus/theme-common" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
cheerio "1.0.0-rc.12"
feed "^4.2.2"
fs-extra "^11.1.1"
@@ -1909,20 +3145,20 @@
utility-types "^3.10.0"
webpack "^5.88.1"
-"@docusaurus/plugin-content-docs@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.5.2.tgz#adcf6c0bd9a9818eb192ab831e0069ee62d31505"
- integrity sha512-Bt+OXn/CPtVqM3Di44vHjE7rPCEsRCB/DMo2qoOuozB9f7+lsdrHvD0QCHdBs0uhz6deYJDppAr2VgqybKPlVQ==
- dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/mdx-loader" "3.5.2"
- "@docusaurus/module-type-aliases" "3.5.2"
- "@docusaurus/theme-common" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+"@docusaurus/plugin-content-docs@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.7.0.tgz#297a549e926ee2b1147b5242af6f21532c7b107c"
+ integrity sha512-GXg5V7kC9FZE4FkUZA8oo/NrlRb06UwuICzI6tcbzj0+TVgjq/mpUXXzSgKzMS82YByi4dY2Q808njcBCyy6tQ==
+ dependencies:
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/mdx-loader" "3.7.0"
+ "@docusaurus/module-type-aliases" "3.7.0"
+ "@docusaurus/theme-common" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
"@types/react-router-config" "^5.0.7"
combine-promises "^1.1.0"
fs-extra "^11.1.1"
@@ -1932,118 +3168,134 @@
utility-types "^3.10.0"
webpack "^5.88.1"
-"@docusaurus/plugin-content-pages@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.5.2.tgz#2b59e43f5bc5b5176ff01835de706f1c65c2e68b"
- integrity sha512-WzhHjNpoQAUz/ueO10cnundRz+VUtkjFhhaQ9jApyv1a46FPURO4cef89pyNIOMny1fjDz/NUN2z6Yi+5WUrCw==
- dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/mdx-loader" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+"@docusaurus/plugin-content-pages@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.7.0.tgz#c4a8f7237872236aacb77665822c474c0a00e91a"
+ integrity sha512-YJSU3tjIJf032/Aeao8SZjFOrXJbz/FACMveSMjLyMH4itQyZ2XgUIzt4y+1ISvvk5zrW4DABVT2awTCqBkx0Q==
+ dependencies:
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/mdx-loader" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
fs-extra "^11.1.1"
tslib "^2.6.0"
webpack "^5.88.1"
-"@docusaurus/plugin-debug@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.5.2.tgz#c25ca6a59e62a17c797b367173fe80c06fdf2f65"
- integrity sha512-kBK6GlN0itCkrmHuCS6aX1wmoWc5wpd5KJlqQ1FyrF0cLDnvsYSnh7+ftdwzt7G6lGBho8lrVwkkL9/iQvaSOA==
+"@docusaurus/plugin-debug@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.7.0.tgz#a4fd45132e40cffe96bb51f48e89982a1cb8e194"
+ integrity sha512-Qgg+IjG/z4svtbCNyTocjIwvNTNEwgRjSXXSJkKVG0oWoH0eX/HAPiu+TS1HBwRPQV+tTYPWLrUypYFepfujZA==
dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils" "3.5.2"
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
fs-extra "^11.1.1"
react-json-view-lite "^1.2.0"
tslib "^2.6.0"
-"@docusaurus/plugin-google-analytics@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.5.2.tgz#1143e78d1461d3c74a2746f036d25b18d4a2608d"
- integrity sha512-rjEkJH/tJ8OXRE9bwhV2mb/WP93V441rD6XnM6MIluu7rk8qg38iSxS43ga2V2Q/2ib53PcqbDEJDG/yWQRJhQ==
+"@docusaurus/plugin-google-analytics@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.7.0.tgz#d20f665e810fb2295d1c1bbfe13398c5ff42eb24"
+ integrity sha512-otIqiRV/jka6Snjf+AqB360XCeSv7lQC+DKYW+EUZf6XbuE8utz5PeUQ8VuOcD8Bk5zvT1MC4JKcd5zPfDuMWA==
dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
tslib "^2.6.0"
-"@docusaurus/plugin-google-gtag@3.5.2", "@docusaurus/plugin-google-gtag@^3.1.1":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.5.2.tgz#60b5a9e1888c4fa16933f7c5cb5f2f2c31caad3a"
- integrity sha512-lm8XL3xLkTPHFKKjLjEEAHUrW0SZBSHBE1I+i/tmYMBsjCcUB5UJ52geS5PSiOCFVR74tbPGcPHEV/gaaxFeSA==
+"@docusaurus/plugin-google-gtag@3.7.0", "@docusaurus/plugin-google-gtag@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.7.0.tgz#a48638dfd132858060458b875a440b6cbda6bf8f"
+ integrity sha512-M3vrMct1tY65ModbyeDaMoA+fNJTSPe5qmchhAbtqhDD/iALri0g9LrEpIOwNaoLmm6lO88sfBUADQrSRSGSWA==
dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
"@types/gtag.js" "^0.0.12"
tslib "^2.6.0"
-"@docusaurus/plugin-google-tag-manager@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.5.2.tgz#7a37334d2e7f00914d61ad05bc09391c4db3bfda"
- integrity sha512-QkpX68PMOMu10Mvgvr5CfZAzZQFx8WLlOiUQ/Qmmcl6mjGK6H21WLT5x7xDmcpCoKA/3CegsqIqBR+nA137lQg==
+"@docusaurus/plugin-google-tag-manager@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.7.0.tgz#0a4390f4b0e760d073bdb1905436bfa7bd71356b"
+ integrity sha512-X8U78nb8eiMiPNg3jb9zDIVuuo/rE1LjGDGu+5m5CX4UBZzjMy+klOY2fNya6x8ACyE/L3K2erO1ErheP55W/w==
dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
tslib "^2.6.0"
-"@docusaurus/plugin-sitemap@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.5.2.tgz#9c940b27f3461c54d65295cf4c52cb20538bd360"
- integrity sha512-DnlqYyRAdQ4NHY28TfHuVk414ft2uruP4QWCH//jzpHjqvKyXjj2fmDtI8RPUBh9K8iZKFMHRnLtzJKySPWvFA==
- dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+"@docusaurus/plugin-sitemap@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.7.0.tgz#2c1bf9de26aeda455df6f77748e5887ace39b2d7"
+ integrity sha512-bTRT9YLZ/8I/wYWKMQke18+PF9MV8Qub34Sku6aw/vlZ/U+kuEuRpQ8bTcNOjaTSfYsWkK4tTwDMHK2p5S86cA==
+ dependencies:
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
fs-extra "^11.1.1"
sitemap "^7.1.1"
tslib "^2.6.0"
-"@docusaurus/preset-classic@^3.1.1":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.5.2.tgz#977f78510bbc556aa0539149eef960bb7ab52bd9"
- integrity sha512-3ihfXQ95aOHiLB5uCu+9PRy2gZCeSZoDcqpnDvf3B+sTrMvMTr8qRUzBvWkoIqc82yG5prCboRjk1SVILKx6sg==
- dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/plugin-content-blog" "3.5.2"
- "@docusaurus/plugin-content-docs" "3.5.2"
- "@docusaurus/plugin-content-pages" "3.5.2"
- "@docusaurus/plugin-debug" "3.5.2"
- "@docusaurus/plugin-google-analytics" "3.5.2"
- "@docusaurus/plugin-google-gtag" "3.5.2"
- "@docusaurus/plugin-google-tag-manager" "3.5.2"
- "@docusaurus/plugin-sitemap" "3.5.2"
- "@docusaurus/theme-classic" "3.5.2"
- "@docusaurus/theme-common" "3.5.2"
- "@docusaurus/theme-search-algolia" "3.5.2"
- "@docusaurus/types" "3.5.2"
-
-"@docusaurus/theme-classic@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.5.2.tgz#602ddb63d987ab1f939e3760c67bc1880f01c000"
- integrity sha512-XRpinSix3NBv95Rk7xeMF9k4safMkwnpSgThn0UNQNumKvmcIYjfkwfh2BhwYh/BxMXQHJ/PdmNh22TQFpIaYg==
- dependencies:
- "@docusaurus/core" "3.5.2"
- "@docusaurus/mdx-loader" "3.5.2"
- "@docusaurus/module-type-aliases" "3.5.2"
- "@docusaurus/plugin-content-blog" "3.5.2"
- "@docusaurus/plugin-content-docs" "3.5.2"
- "@docusaurus/plugin-content-pages" "3.5.2"
- "@docusaurus/theme-common" "3.5.2"
- "@docusaurus/theme-translations" "3.5.2"
- "@docusaurus/types" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
+"@docusaurus/plugin-svgr@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/plugin-svgr/-/plugin-svgr-3.7.0.tgz#018e89efd615d5fde77b891a8c2aadf203013f5d"
+ integrity sha512-HByXIZTbc4GV5VAUkZ2DXtXv1Qdlnpk3IpuImwSnEzCDBkUMYcec5282hPjn6skZqB25M1TYCmWS91UbhBGxQg==
+ dependencies:
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
+ "@svgr/core" "8.1.0"
+ "@svgr/webpack" "^8.1.0"
+ tslib "^2.6.0"
+ webpack "^5.88.1"
+
+"@docusaurus/preset-classic@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.7.0.tgz#f6656a04ae6a4877523dbd04f7c491632e4003b9"
+ integrity sha512-nPHj8AxDLAaQXs+O6+BwILFuhiWbjfQWrdw2tifOClQoNfuXDjfjogee6zfx6NGHWqshR23LrcN115DmkHC91Q==
+ dependencies:
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/plugin-content-blog" "3.7.0"
+ "@docusaurus/plugin-content-docs" "3.7.0"
+ "@docusaurus/plugin-content-pages" "3.7.0"
+ "@docusaurus/plugin-debug" "3.7.0"
+ "@docusaurus/plugin-google-analytics" "3.7.0"
+ "@docusaurus/plugin-google-gtag" "3.7.0"
+ "@docusaurus/plugin-google-tag-manager" "3.7.0"
+ "@docusaurus/plugin-sitemap" "3.7.0"
+ "@docusaurus/plugin-svgr" "3.7.0"
+ "@docusaurus/theme-classic" "3.7.0"
+ "@docusaurus/theme-common" "3.7.0"
+ "@docusaurus/theme-search-algolia" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+
+"@docusaurus/theme-classic@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.7.0.tgz#b483bd8e2923b6994b5f47238884b9f8984222c5"
+ integrity sha512-MnLxG39WcvLCl4eUzHr0gNcpHQfWoGqzADCly54aqCofQX6UozOS9Th4RK3ARbM9m7zIRv3qbhggI53dQtx/hQ==
+ dependencies:
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/mdx-loader" "3.7.0"
+ "@docusaurus/module-type-aliases" "3.7.0"
+ "@docusaurus/plugin-content-blog" "3.7.0"
+ "@docusaurus/plugin-content-docs" "3.7.0"
+ "@docusaurus/plugin-content-pages" "3.7.0"
+ "@docusaurus/theme-common" "3.7.0"
+ "@docusaurus/theme-translations" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
"@mdx-js/react" "^3.0.0"
clsx "^2.0.0"
copy-text-to-clipboard "^3.2.0"
- infima "0.2.0-alpha.44"
+ infima "0.2.0-alpha.45"
lodash "^4.17.21"
nprogress "^0.2.0"
postcss "^8.4.26"
@@ -2054,15 +3306,15 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-common@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.5.2.tgz#b507ab869a1fba0be9c3c9d74f2f3d74c3ac78b2"
- integrity sha512-QXqlm9S6x9Ibwjs7I2yEDgsCocp708DrCrgHgKwg2n2AY0YQ6IjU0gAK35lHRLOvAoJUfCKpQAwUykB0R7+Eew==
+"@docusaurus/theme-common@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.7.0.tgz#18bf5c6b149a701f4bd865715ee8b595aa40b354"
+ integrity sha512-8eJ5X0y+gWDsURZnBfH0WabdNm8XMCXHv8ENy/3Z/oQKwaB/EHt5lP9VsTDTf36lKEp0V6DjzjFyFIB+CetL0A==
dependencies:
- "@docusaurus/mdx-loader" "3.5.2"
- "@docusaurus/module-type-aliases" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
+ "@docusaurus/mdx-loader" "3.7.0"
+ "@docusaurus/module-type-aliases" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
"@types/history" "^4.7.11"
"@types/react" "*"
"@types/react-router-config" "*"
@@ -2072,21 +3324,21 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-search-algolia@3.5.2", "@docusaurus/theme-search-algolia@^3.1.1":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.5.2.tgz#466c83ca7e8017d95ae6889ccddc5ef8bf6b61c6"
- integrity sha512-qW53kp3VzMnEqZGjakaV90sst3iN1o32PH+nawv1uepROO8aEGxptcq2R5rsv7aBShSRbZwIobdvSYKsZ5pqvA==
- dependencies:
- "@docsearch/react" "^3.5.2"
- "@docusaurus/core" "3.5.2"
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/plugin-content-docs" "3.5.2"
- "@docusaurus/theme-common" "3.5.2"
- "@docusaurus/theme-translations" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-validation" "3.5.2"
- algoliasearch "^4.18.0"
- algoliasearch-helper "^3.13.3"
+"@docusaurus/theme-search-algolia@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.7.0.tgz#2108ddf0b300b82de7c2b9ff9fcf62121b66ea37"
+ integrity sha512-Al/j5OdzwRU1m3falm+sYy9AaB93S1XF1Lgk9Yc6amp80dNxJVplQdQTR4cYdzkGtuQqbzUA8+kaoYYO0RbK6g==
+ dependencies:
+ "@docsearch/react" "^3.8.1"
+ "@docusaurus/core" "3.7.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/plugin-content-docs" "3.7.0"
+ "@docusaurus/theme-common" "3.7.0"
+ "@docusaurus/theme-translations" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-validation" "3.7.0"
+ algoliasearch "^5.17.1"
+ algoliasearch-helper "^3.22.6"
clsx "^2.0.0"
eta "^2.2.0"
fs-extra "^11.1.1"
@@ -2094,63 +3346,64 @@
tslib "^2.6.0"
utility-types "^3.10.0"
-"@docusaurus/theme-translations@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.5.2.tgz#38f9ebf2a5d860397022206a05fef66c08863c89"
- integrity sha512-GPZLcu4aT1EmqSTmbdpVrDENGR2yObFEX8ssEFYTCiAIVc0EihNSdOIBTazUvgNqwvnoU1A8vIs1xyzc3LITTw==
+"@docusaurus/theme-translations@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.7.0.tgz#0891aedc7c7040afcb3a1b34051d3a69096d0d25"
+ integrity sha512-Ewq3bEraWDmienM6eaNK7fx+/lHMtGDHQyd1O+4+3EsDxxUmrzPkV7Ct3nBWTuE0MsoZr3yNwQVKjllzCMuU3g==
dependencies:
fs-extra "^11.1.1"
tslib "^2.6.0"
-"@docusaurus/tsconfig@^3.1.1":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/tsconfig/-/tsconfig-3.5.2.tgz#98878103ba217bff355cd8944926d9ca06e6e153"
- integrity sha512-rQ7toURCFnWAIn8ubcquDs0ewhPwviMzxh6WpRjBW7sJVCXb6yzwUaY3HMNa0VXCFw+qkIbFywrMTf+Pb4uHWQ==
+"@docusaurus/tsconfig@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/tsconfig/-/tsconfig-3.7.0.tgz#654dcc524e25b8809af0f1b0b42485c18c047ab5"
+ integrity sha512-vRsyj3yUZCjscgfgcFYjIsTcAru/4h4YH2/XAE8Rs7wWdnng98PgWKvP5ovVc4rmRpRg2WChVW0uOy2xHDvDBQ==
-"@docusaurus/types@3.5.2", "@docusaurus/types@^3.1.1":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.5.2.tgz#058019dbeffbee2d412c3f72569e412a727f9608"
- integrity sha512-N6GntLXoLVUwkZw7zCxwy9QiuEXIcTVzA9AkmNw16oc0AP3SXLrMmDMMBIfgqwuKWa6Ox6epHol9kMtJqekACw==
+"@docusaurus/types@3.7.0", "@docusaurus/types@^3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.7.0.tgz#3f5a68a60f80ecdcb085666da1d68f019afda943"
+ integrity sha512-kOmZg5RRqJfH31m+6ZpnwVbkqMJrPOG5t0IOl4i/+3ruXyNfWzZ0lVtVrD0u4ONc/0NOsS9sWYaxxWNkH1LdLQ==
dependencies:
"@mdx-js/mdx" "^3.0.0"
"@types/history" "^4.7.11"
"@types/react" "*"
commander "^5.1.0"
joi "^17.9.2"
- react-helmet-async "^1.3.0"
+ react-helmet-async "npm:@slorber/react-helmet-async@1.3.0"
utility-types "^3.10.0"
- webpack "^5.88.1"
+ webpack "^5.95.0"
webpack-merge "^5.9.0"
-"@docusaurus/utils-common@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.5.2.tgz#4d7f5e962fbca3e2239d80457aa0e4bd3d8f7e0a"
- integrity sha512-i0AZjHiRgJU6d7faQngIhuHKNrszpL/SHQPgF1zH4H+Ij6E9NBYGy6pkcGWToIv7IVPbs+pQLh1P3whn0gWXVg==
+"@docusaurus/utils-common@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.7.0.tgz#1bef52837d321db5dd2361fc07f3416193b5d029"
+ integrity sha512-IZeyIfCfXy0Mevj6bWNg7DG7B8G+S6o6JVpddikZtWyxJguiQ7JYr0SIZ0qWd8pGNuMyVwriWmbWqMnK7Y5PwA==
dependencies:
+ "@docusaurus/types" "3.7.0"
tslib "^2.6.0"
-"@docusaurus/utils-validation@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.5.2.tgz#1b2b2f02082781cc8ce713d4c85e88d6d2fc4eb3"
- integrity sha512-m+Foq7augzXqB6HufdS139PFxDC5d5q2QKZy8q0qYYvGdI6nnlNsGH4cIGsgBnV7smz+mopl3g4asbSDvMV0jA==
+"@docusaurus/utils-validation@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.7.0.tgz#dc0786fb633ae5cef8e93337bf21c2a826c7ecbd"
+ integrity sha512-w8eiKk8mRdN+bNfeZqC4nyFoxNyI1/VExMKAzD9tqpJfLLbsa46Wfn5wcKH761g9WkKh36RtFV49iL9lh1DYBA==
dependencies:
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/utils" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/utils" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
fs-extra "^11.2.0"
joi "^17.9.2"
js-yaml "^4.1.0"
lodash "^4.17.21"
tslib "^2.6.0"
-"@docusaurus/utils@3.5.2":
- version "3.5.2"
- resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.5.2.tgz#17763130215f18d7269025903588ef7fb373e2cb"
- integrity sha512-33QvcNFh+Gv+C2dP9Y9xWEzMgf3JzrpL2nW9PopidiohS1nDcyknKRx2DWaFvyVTTYIkkABVSr073VTj/NITNA==
+"@docusaurus/utils@3.7.0":
+ version "3.7.0"
+ resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.7.0.tgz#dfdebd63524c52b498f36b2907a3b2261930b9bb"
+ integrity sha512-e7zcB6TPnVzyUaHMJyLSArKa2AG3h9+4CfvKXKKWNx6hRs+p0a+u7HHTJBgo6KW2m+vqDnuIHK4X+bhmoghAFA==
dependencies:
- "@docusaurus/logger" "3.5.2"
- "@docusaurus/utils-common" "3.5.2"
- "@svgr/webpack" "^8.1.0"
+ "@docusaurus/logger" "3.7.0"
+ "@docusaurus/types" "3.7.0"
+ "@docusaurus/utils-common" "3.7.0"
escape-string-regexp "^4.0.0"
file-loader "^6.2.0"
fs-extra "^11.1.1"
@@ -2228,13 +3481,6 @@
minimatch "^3.0.4"
plist "^3.0.4"
-"@emnapi/runtime@^1.1.1":
- version "1.3.0"
- resolved "https://registry.yarnpkg.com/@emnapi/runtime/-/runtime-1.3.0.tgz#63ebb77b9212ef7334f19ab8842ff76039c4f953"
- integrity sha512-XMBySMuNZs3DM96xcJmLW4EfGnf+uGmFNjzpehMjuX5PLB5j87ar2Zc4e3PVeZ3I5g3tYtAqskB28manlF69Zw==
- dependencies:
- tslib "^2.4.0"
-
"@esbuild/aix-ppc64@0.19.12":
version "0.19.12"
resolved "https://registry.yarnpkg.com/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz#d1bc06aedb6936b3b6d313bf809a5a40387d2b7f"
@@ -2367,119 +3613,6 @@
dependencies:
"@hapi/hoek" "^9.0.0"
-"@img/sharp-darwin-arm64@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.33.4.tgz#a1cf4a7febece334f16e0328b9689f05797d7aec"
- integrity sha512-p0suNqXufJs9t3RqLBO6vvrgr5OhgbWp76s5gTRvdmxmuv9E1rcaqGUsl3l4mKVmXPkTkTErXediAui4x+8PSA==
- optionalDependencies:
- "@img/sharp-libvips-darwin-arm64" "1.0.2"
-
-"@img/sharp-darwin-x64@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.33.4.tgz#f77be2d7c3609d3e77cd337b199a772e07b87bd2"
- integrity sha512-0l7yRObwtTi82Z6ebVI2PnHT8EB2NxBgpK2MiKJZJ7cz32R4lxd001ecMhzzsZig3Yv9oclvqqdV93jo9hy+Dw==
- optionalDependencies:
- "@img/sharp-libvips-darwin-x64" "1.0.2"
-
-"@img/sharp-libvips-darwin-arm64@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.0.2.tgz#b69f49fecbe9572378675769b189410721b0fa53"
- integrity sha512-tcK/41Rq8IKlSaKRCCAuuY3lDJjQnYIW1UXU1kxcEKrfL8WR7N6+rzNoOxoQRJWTAECuKwgAHnPvqXGN8XfkHA==
-
-"@img/sharp-libvips-darwin-x64@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.0.2.tgz#5665da7360d8e5ed7bee314491c8fe736b6a3c39"
- integrity sha512-Ofw+7oaWa0HiiMiKWqqaZbaYV3/UGL2wAPeLuJTx+9cXpCRdvQhCLG0IH8YGwM0yGWGLpsF4Su9vM1o6aer+Fw==
-
-"@img/sharp-libvips-linux-arm64@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.0.2.tgz#8a05e5e9e9b760ff46561e32f19bd5e035fa881c"
- integrity sha512-x7kCt3N00ofFmmkkdshwj3vGPCnmiDh7Gwnd4nUwZln2YjqPxV1NlTyZOvoDWdKQVDL911487HOueBvrpflagw==
-
-"@img/sharp-libvips-linux-arm@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.0.2.tgz#0fd33b9bf3221948ce0ca7a5a725942626577a03"
- integrity sha512-iLWCvrKgeFoglQxdEwzu1eQV04o8YeYGFXtfWU26Zr2wWT3q3MTzC+QTCO3ZQfWd3doKHT4Pm2kRmLbupT+sZw==
-
-"@img/sharp-libvips-linux-s390x@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.0.2.tgz#4b89150ec91b256ee2cbb5bb125321bf029a4770"
- integrity sha512-cmhQ1J4qVhfmS6szYW7RT+gLJq9dH2i4maq+qyXayUSn9/3iY2ZeWpbAgSpSVbV2E1JUL2Gg7pwnYQ1h8rQIog==
-
-"@img/sharp-libvips-linux-x64@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.0.2.tgz#947ccc22ca5bc8c8cfe921b39a5fdaebc5e39f3f"
- integrity sha512-E441q4Qdb+7yuyiADVi5J+44x8ctlrqn8XgkDTwr4qPJzWkaHwD489iZ4nGDgcuya4iMN3ULV6NwbhRZJ9Z7SQ==
-
-"@img/sharp-libvips-linuxmusl-arm64@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.0.2.tgz#821d58ce774f0f8bed065b69913a62f65d512f2f"
- integrity sha512-3CAkndNpYUrlDqkCM5qhksfE+qSIREVpyoeHIU6jd48SJZViAmznoQQLAv4hVXF7xyUB9zf+G++e2v1ABjCbEQ==
-
-"@img/sharp-libvips-linuxmusl-x64@1.0.2":
- version "1.0.2"
- resolved "https://registry.yarnpkg.com/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.0.2.tgz#4309474bd8b728a61af0b3b4fad0c476b5f3ccbe"
- integrity sha512-VI94Q6khIHqHWNOh6LLdm9s2Ry4zdjWJwH56WoiJU7NTeDwyApdZZ8c+SADC8OH98KWNQXnE01UdJ9CSfZvwZw==
-
-"@img/sharp-linux-arm64@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.33.4.tgz#bd390113e256487041411b988ded13a26cfc5f95"
- integrity sha512-2800clwVg1ZQtxwSoTlHvtm9ObgAax7V6MTAB/hDT945Tfyy3hVkmiHpeLPCKYqYR1Gcmv1uDZ3a4OFwkdBL7Q==
- optionalDependencies:
- "@img/sharp-libvips-linux-arm64" "1.0.2"
-
-"@img/sharp-linux-arm@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.4.tgz#14ecc81f38f75fb4cd7571bc83311746d6745fca"
- integrity sha512-RUgBD1c0+gCYZGCCe6mMdTiOFS0Zc/XrN0fYd6hISIKcDUbAW5NtSQW9g/powkrXYm6Vzwd6y+fqmExDuCdHNQ==
- optionalDependencies:
- "@img/sharp-libvips-linux-arm" "1.0.2"
-
-"@img/sharp-linux-s390x@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.33.4.tgz#119e8081e2c6741b5ac908fe02244e4c559e525f"
- integrity sha512-h3RAL3siQoyzSoH36tUeS0PDmb5wINKGYzcLB5C6DIiAn2F3udeFAum+gj8IbA/82+8RGCTn7XW8WTFnqag4tQ==
- optionalDependencies:
- "@img/sharp-libvips-linux-s390x" "1.0.2"
-
-"@img/sharp-linux-x64@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-linux-x64/-/sharp-linux-x64-0.33.4.tgz#21d4c137b8da9a313b069ff5c920ded709f853d7"
- integrity sha512-GoR++s0XW9DGVi8SUGQ/U4AeIzLdNjHka6jidVwapQ/JebGVQIpi52OdyxCNVRE++n1FCLzjDovJNozif7w/Aw==
- optionalDependencies:
- "@img/sharp-libvips-linux-x64" "1.0.2"
-
-"@img/sharp-linuxmusl-arm64@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.33.4.tgz#f3fde68fd67b85a32da6f1155818c3b58b8e7ae0"
- integrity sha512-nhr1yC3BlVrKDTl6cO12gTpXMl4ITBUZieehFvMntlCXFzH2bvKG76tBL2Y/OqhupZt81pR7R+Q5YhJxW0rGgQ==
- optionalDependencies:
- "@img/sharp-libvips-linuxmusl-arm64" "1.0.2"
-
-"@img/sharp-linuxmusl-x64@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.33.4.tgz#44373724aecd7b69900e0578228144e181db7892"
- integrity sha512-uCPTku0zwqDmZEOi4ILyGdmW76tH7dm8kKlOIV1XC5cLyJ71ENAAqarOHQh0RLfpIpbV5KOpXzdU6XkJtS0daw==
- optionalDependencies:
- "@img/sharp-libvips-linuxmusl-x64" "1.0.2"
-
-"@img/sharp-wasm32@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-wasm32/-/sharp-wasm32-0.33.4.tgz#88e3f18d7e7cd8cfe1af98e9963db4d7b6491435"
- integrity sha512-Bmmauh4sXUsUqkleQahpdNXKvo+wa1V9KhT2pDA4VJGKwnKMJXiSTGphn0gnJrlooda0QxCtXc6RX1XAU6hMnQ==
- dependencies:
- "@emnapi/runtime" "^1.1.1"
-
-"@img/sharp-win32-ia32@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.33.4.tgz#b1c772dd2952e983980b1eb85808fa8129484d46"
- integrity sha512-99SJ91XzUhYHbx7uhK3+9Lf7+LjwMGQZMDlO/E/YVJ7Nc3lyDFZPGhjwiYdctoH2BOzW9+TnfqcaMKt0jHLdqw==
-
-"@img/sharp-win32-x64@0.33.4":
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/@img/sharp-win32-x64/-/sharp-win32-x64-0.33.4.tgz#106f911134035b4157ec92a0c154a6b6f88fa4c1"
- integrity sha512-3QLocdTRVIrFNye5YocZl+KKpYKP+fksi1QhmOArgx7GyhIbQp/WrJRu176jm8IxromS7RIkzMiMINVdBtC8Aw==
-
"@isaacs/cliui@^8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -3318,34 +4451,34 @@
invariant "^2.2.4"
nullthrows "^1.1.1"
-"@rnv/adapter@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/adapter/-/adapter-1.5.0.tgz#7fd446fa69681501c9ded6478c13cd6827eed792"
- integrity sha512-z18ilyTld/nTyOcZbtJisn0JBq+G11moDV2w+sTEaPt6iTDY8zRwvtF5oSpxHfwH3hl0D2ZwvwEUHi3TrXdxMg==
+"@rnv/adapter@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/adapter/-/adapter-1.9.0.tgz#7c8ab76744d2f2e4ee53ca917eac34d9e4341a8c"
+ integrity sha512-Av3hda/XDN0aFdlW/O/ho6XmpudQVLym8Au3rDFx930iFwk/FoyRrCQZprVck/BC2WQH1mjWcCjRHuSv5Gei2A==
dependencies:
babel-plugin-module-resolver "^5.0.0"
-"@rnv/cli@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/cli/-/cli-1.5.0.tgz#7fd019964c6d3ecbe035e3ad7be60ef9b38f7fe0"
- integrity sha512-mGStY6YmgL0cMqhVg8GKhrW1P2Cq7Ar5uEnAdfYA93x9SF5mB/ZIpXiSRA8p0p8TrVEpKMI1X3YxRIh3y8mh6Q==
+"@rnv/cli@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/cli/-/cli-1.9.0.tgz#f1698ebb0b04d512e2ef5357bc14a62df1e9ebce"
+ integrity sha512-ciOc0YVEIEoFJaIAVHMlYaRTW0QOdP58EHgLY96JjAVU1oskfCp7bAAlDIJuk9E9mN43zTxKPRaCZsBZphN83Q==
dependencies:
- "@rnv/engine-core" "1.5.0"
- "@rnv/sdk-telemetry" "1.5.0"
+ "@rnv/engine-core" "1.9.0"
+ "@rnv/sdk-telemetry" "1.9.0"
chalk "4.1.0"
commander "12.1.0"
inquirer "8.2.0"
inquirer-autocomplete-prompt "2.0.1"
-"@rnv/config-templates@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/config-templates/-/config-templates-1.5.0.tgz#07561e55fa14cdf7b4f48b1a7dda4e55723db837"
- integrity sha512-Pi+h9+jCJe9lOzFwWrGoqY+a974+RTVIt9Rdlr+5c72HQG3QCUo67Ly6VIS7SFO2B70zivU2vnB5U/dXvm0bdg==
+"@rnv/config-templates@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/config-templates/-/config-templates-1.9.0.tgz#202fb921e74e7b1ee2e29edc74a1236f12f3321c"
+ integrity sha512-nrM5JbuMys4X6PHBoWLrHQlNsXN/qVW/5IafITA9TSn/01pJh0Rg64qI3gWno4IOvWo66wB7yStKjbVa/+lVaQ==
-"@rnv/core@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/core/-/core-1.5.0.tgz#958347b587c2e3db3673e8540b9fb40025ae40a4"
- integrity sha512-kDyB8NUuwjxEr/nphKKhcdBllQA30lpIk0HOA3V4g7iRPDbeUHDqcKg3w5QT3hkg0ewTcsToRkrbU5FXI6yG0A==
+"@rnv/core@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/core/-/core-1.9.0.tgz#5dd47bade0ec4a29956a47c79b4baa245b276662"
+ integrity sha512-347e+xz4eYRpXd+bGb7q23U9nOEmIuu0C3UuRhy/tAASoNet3umXtcsRacWqMDJ55gRLTRp9F2PtXztRA7GrEg==
dependencies:
ajv "7.0.0-beta.0"
deepmerge "3.2.0"
@@ -3365,174 +4498,173 @@
type-fest "4.14.0"
zod "3.23.8"
-"@rnv/engine-core@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-core/-/engine-core-1.5.0.tgz#c6f542d53a547a84bce3c44e8745a1a397682c75"
- integrity sha512-3oypSHjLJRI+1qM4+gNi38BeRhhdM3SuPpPFEToEwwUuAqzo6MVTBraOVD8mHtcVTc6njF1uoiKvc/E2RIcwig==
+"@rnv/engine-core@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-core/-/engine-core-1.9.0.tgz#a31459821703e5a1e33e5c53ac6486b502aeeec3"
+ integrity sha512-A8S2WXEGHVwX4Ftvf5lqqbrhmJiySePSGbDRCTbOeu/SVVQluKLAuEXYqeqdjUcvq0ffZURB1kRw4Je4RN67dg==
dependencies:
- "@rnv/sdk-utils" "1.5.0"
+ "@rnv/sdk-utils" "1.9.0"
"@types/tar" "6.1.13"
iocane "4.0.0"
kill-port "1.6.1"
lodash "4.17.21"
tar "6.2.1"
-"@rnv/engine-lightning@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-lightning/-/engine-lightning-1.5.0.tgz#6bc9366462d5dea06a8c75ad9bba3516201b83b9"
- integrity sha512-s3WW1UdoGBOk+1R4pnOvwB7g+YBosQGrIzXYWXIDn7MaAa+/4rMD1wR2jiML4esGBjIJ1uGElKiaL7kZ4KoYVg==
+"@rnv/engine-lightning@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-lightning/-/engine-lightning-1.9.0.tgz#76174b896252e7cfd7a51666d3c9992ad1bca637"
+ integrity sha512-Zoo4gKj8UVO7/95wHC62zr489P5CgqxaWZ0ykykzkK9547oz/CIWdtIl6NiF/K+inOawHvxMs6x0dpoaQoPDzw==
dependencies:
"@lightningjs/cli" "2.13.0"
"@lightningjs/sdk" "5.5.1"
- "@rnv/sdk-tizen" "1.5.0"
- "@rnv/sdk-utils" "1.5.0"
- "@rnv/sdk-webos" "1.5.0"
+ "@rnv/sdk-tizen" "1.9.0"
+ "@rnv/sdk-utils" "1.9.0"
+ "@rnv/sdk-webos" "1.9.0"
-"@rnv/engine-rn-electron@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-rn-electron/-/engine-rn-electron-1.5.0.tgz#82be4e58efd196b70d08db4b72cbb318bafb56c7"
- integrity sha512-C9zlrbUy/jPVDw/PKcUfaQvOEQOznMiOs/ZS9yVsHq7wY3CRJx4+YI/ag83IYWLNjjX1VVv6oISPNy6r+fl0MA==
+"@rnv/engine-rn-electron@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-rn-electron/-/engine-rn-electron-1.9.0.tgz#bfd11a2dce252a6782416d865b5aa5473012f9b0"
+ integrity sha512-AUz1OpHLCvvFoP/htjIAEdWvj6QdId8ORX4A5LDql1t8AStC7mSL3O9+CYS9K0FLy4hVkrBtz21o6XRLi5B4MA==
dependencies:
"@react-native/babel-preset" "0.73.21"
- "@rnv/adapter" "1.5.0"
- "@rnv/sdk-react-native" "1.5.0"
- "@rnv/sdk-utils" "1.5.0"
- "@rnv/sdk-webpack" "1.5.0"
+ "@rnv/adapter" "1.9.0"
+ "@rnv/sdk-react-native" "1.9.0"
+ "@rnv/sdk-utils" "1.9.0"
+ "@rnv/sdk-webpack" "1.9.0"
electron "26.3.0"
electron-builder "24.13.3"
electron-notarize "1.2.2"
metro-react-native-babel-preset "0.76.8"
-"@rnv/engine-rn-macos@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-rn-macos/-/engine-rn-macos-1.5.0.tgz#6724e8e0f10697d7e16d32107a92e1e58fc630e1"
- integrity sha512-KG1C9vTkjGp2tAv8hm7h4wdyDexfu6k/XxULo4yBLp8YC8ePBOuVA0P5T8smOqRKx0CwlSxFTEn90yPn/NxPFg==
+"@rnv/engine-rn-macos@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-rn-macos/-/engine-rn-macos-1.9.0.tgz#b53e8361b162b8edba02a735b35c2f4092d5aae6"
+ integrity sha512-rvRUen8iogdPYEMS5/UWlNSckAFXJSN8l8QnThNGJkcmQJ2PcsLQXE3LONU9lJytBExfZOx6VtzJpTVTtp0HZA==
dependencies:
"@react-native/babel-preset" "0.73.21"
- "@rnv/adapter" "1.5.0"
- "@rnv/sdk-apple" "1.5.0"
- "@rnv/sdk-react-native" "1.5.0"
+ "@rnv/adapter" "1.9.0"
+ "@rnv/sdk-apple" "1.9.0"
+ "@rnv/sdk-react-native" "1.9.0"
-"@rnv/engine-rn-next@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-rn-next/-/engine-rn-next-1.5.0.tgz#44efdece0bfd8fa9a12a754aaff8047e2a5c1543"
- integrity sha512-WQUCobsOjgX03sXrbB6T582w8H89/2jI3zcjWjVL2u9TXDojV2Ace9Y1oRwXWP+Ris2tfBesx9GLZZAf7YmZvQ==
+"@rnv/engine-rn-next@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-rn-next/-/engine-rn-next-1.9.0.tgz#e47b3a61c875f8ed1c2217b5462157a81c4cb0d0"
+ integrity sha512-gK+ozop7YqLlPgDLPv1Vz6qK3W77cVZ8621xRh2BaVXRPn1gnbHTmW3z2x9LKndZOksbNUdmX40SeTjXDur2XA==
dependencies:
- "@rnv/adapter" "1.5.0"
- "@rnv/sdk-utils" "1.5.0"
+ "@rnv/adapter" "1.9.0"
+ "@rnv/sdk-utils" "1.9.0"
babel-preset-expo "9.5.2"
next-fonts "1.5.1"
next-images "1.8.4"
webpack "^5.94.0"
-"@rnv/engine-rn-tvos@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-rn-tvos/-/engine-rn-tvos-1.5.0.tgz#6cd6a97e16c44844d741a82a08d351ae1660a203"
- integrity sha512-o6h+Iwf+FQgzqD/Xo9Vm4Nv7jyjrsoYATOiZQg1mY9WjeZjYMzswgcXERl9hw8L0czc7AMTOdpcuJ1zL4o1sSw==
+"@rnv/engine-rn-tvos@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-rn-tvos/-/engine-rn-tvos-1.9.0.tgz#588c7ad599afa0791737461a1ba3861357b61d9f"
+ integrity sha512-HCf91x/87LHj/eTl/DaoTdBoLFy8IHSjCkTRoNAspdtyfjz/Ku8ldA6MRiuBKH3Bs8XLA2+9jZsvZyk+/yfp3w==
dependencies:
"@react-native/babel-preset" "0.73.21"
- "@rnv/adapter" "1.5.0"
- "@rnv/sdk-android" "1.5.0"
- "@rnv/sdk-apple" "1.5.0"
- "@rnv/sdk-react-native" "1.5.0"
+ "@rnv/adapter" "1.9.0"
+ "@rnv/sdk-android" "1.9.0"
+ "@rnv/sdk-apple" "1.9.0"
+ "@rnv/sdk-react-native" "1.9.0"
-"@rnv/engine-rn-web@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-rn-web/-/engine-rn-web-1.5.0.tgz#dd5222dee03bd787daa9819b00a81f5c09ebeff4"
- integrity sha512-RlcKrJrGhFor5/X5Xsoz+DHdy8Lk4+iTUW9h7jsEZE2kn4RXDkz2CLUTbvrGb1NrEDWULT+ER/fmn71JuUC6zQ==
+"@rnv/engine-rn-web@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-rn-web/-/engine-rn-web-1.9.0.tgz#97598219886b0424494231c5d770a9d8428457ce"
+ integrity sha512-1N0xhXmFsJ03Ab1GFK+udwpPgG+IAravhIAfrusnkZW8BYn9OzwJYsJYkxNgaKUmNDT4vlH86UuPOMUA6Nwj/g==
dependencies:
"@react-native/babel-preset" "0.73.21"
- "@rnv/adapter" "1.5.0"
- "@rnv/sdk-kaios" "1.5.0"
- "@rnv/sdk-tizen" "1.5.0"
- "@rnv/sdk-utils" "1.5.0"
- "@rnv/sdk-webos" "1.5.0"
- "@rnv/sdk-webpack" "1.5.0"
+ "@rnv/adapter" "1.9.0"
+ "@rnv/sdk-kaios" "1.9.0"
+ "@rnv/sdk-tizen" "1.9.0"
+ "@rnv/sdk-utils" "1.9.0"
+ "@rnv/sdk-webos" "1.9.0"
+ "@rnv/sdk-webpack" "1.9.0"
metro-react-native-babel-preset "0.76.8"
-"@rnv/engine-rn-windows@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-rn-windows/-/engine-rn-windows-1.5.0.tgz#815d307762a2a9a8be5b866406e971c40c2b3c71"
- integrity sha512-WQMIpXHbIzvnjqp+e2mdGhl2gBTt9Z795KegYVG8cKQq1nIWVgpVpBgh3B7quiTtZiX5ZwAzFPLKZnJLSUz8zw==
+"@rnv/engine-rn-windows@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-rn-windows/-/engine-rn-windows-1.9.0.tgz#732af43d9ab6a22150e228e9f02ea966af641e3f"
+ integrity sha512-HgMuWPTBc/f+Fc2Un1rkBNwzVr5fgzZAiIPMFtqgYXBonQ6TdQUU30O4krgJ1PhcBV06J0+enw7E6Aa4sYUuRg==
dependencies:
- "@rnv/adapter" "1.5.0"
- "@rnv/sdk-react-native" "1.5.0"
+ "@rnv/adapter" "1.9.0"
+ "@rnv/sdk-react-native" "1.9.0"
"@xmldom/xmldom" "0.7.7"
react-native-windows "0.72.10"
-"@rnv/engine-rn@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/engine-rn/-/engine-rn-1.5.0.tgz#9d61d673f35604cc4a42745dee2ef9e1530a557a"
- integrity sha512-/ophEhBdkZA7i+F9Ew0h78TiyMG3U4Gng7qlP+ZDsmp1bh0aJM7IWkxHlflVcVmCMqWaqBC57lvaHz9t1IYc6A==
+"@rnv/engine-rn@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/engine-rn/-/engine-rn-1.9.0.tgz#a9fbdbb0144333ecdde3762b0397e45213a961a5"
+ integrity sha512-gJvoyfFaPgmVW23LNuAS8L6bQnEToK7fg4IutG6wo4FrRDOY1nfCT082EJu4bHUUGZTxO/tJxth1ErbAbdu26Q==
dependencies:
"@react-native/babel-preset" "0.73.21"
- "@rnv/adapter" "1.5.0"
- "@rnv/sdk-android" "1.5.0"
- "@rnv/sdk-apple" "1.5.0"
- "@rnv/sdk-react-native" "1.5.0"
+ "@rnv/adapter" "1.9.0"
+ "@rnv/sdk-android" "1.9.0"
+ "@rnv/sdk-apple" "1.9.0"
+ "@rnv/sdk-react-native" "1.9.0"
-"@rnv/renative@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/renative/-/renative-1.5.0.tgz#878cce3950eb510dfd1f71e25172c9c9101eb63b"
- integrity sha512-R5uoktwB+dFOzBzvamFZIJ28sujoP8NKNaRbvc2pelHZgZ3Q8e1am+V38hyyq0BVK7rraEW1HLYtO3Zv08Odtg==
+"@rnv/renative@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/renative/-/renative-1.9.0.tgz#0f3c5e001f4709878b5b79b3be59189fbe44978b"
+ integrity sha512-lzSxAlJytZKyLpu0Xlnms6ks5M16OoJDAz4wUGedjszA41j3B0wGVeZXdMPoXcM3XuWQZTvn/bCPCnytOMM0xQ==
-"@rnv/sdk-android@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-android/-/sdk-android-1.5.0.tgz#2fb8913ec8e928c9decb15eb77bf5c4eb3dc4b0e"
- integrity sha512-lB0MEDvKHFaXtgaCHPSmmiJPVL9AMHSClnJD/tb3EP8Wg8O2jWn7P+kPtbB2QNVfuQ2k02ED1F4l/uzFYhIbYw==
+"@rnv/sdk-android@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-android/-/sdk-android-1.9.0.tgz#89370c4f1f15af88a4fb1a74c0c6b2b6e3f55445"
+ integrity sha512-NLiEdYkfz12DQ9ytZ1V1GD8bsBjG/12A/9ff4eYFlrnTVW96ipG4VSza7s0fKPtyQabmiklexJjy+jN5/Ym1xQ==
dependencies:
- "@rnv/sdk-react-native" "1.5.0"
- "@rnv/sdk-utils" "1.5.0"
+ "@rnv/sdk-react-native" "1.9.0"
+ "@rnv/sdk-utils" "1.9.0"
jetifier "2.0.0"
-"@rnv/sdk-apple@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-apple/-/sdk-apple-1.5.0.tgz#0a5cd76b25e57835cdbbcb7c133d7d0e5f0b7401"
- integrity sha512-ZQ4E6LNQ3VpdNrh6IfPIoQnWJum00j27ADKrcLBNnqTBko3wQsK+cUybAPvO1pv8r1QgWsP372XmJ1ENL2Xa3w==
+"@rnv/sdk-apple@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-apple/-/sdk-apple-1.9.0.tgz#273a17e03894db66817e39e92b40569e5a9cbe1c"
+ integrity sha512-lFPVwAXJUDlK8/sUPKxtKR2MSCRLcnwEgCT8drpJbsWip+HP+Mut1XZ7/k4wYI6SqH+EFDtHxppJ4EK9x2rxmA==
dependencies:
- "@rnv/sdk-react-native" "1.5.0"
- "@rnv/sdk-utils" "1.5.0"
- appium-ios-device "2.7.10"
+ "@rnv/sdk-react-native" "1.9.0"
+ "@rnv/sdk-utils" "1.9.0"
ios-mobileprovision-finder "1.1.0"
xcode "3.0.1"
-"@rnv/sdk-kaios@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-kaios/-/sdk-kaios-1.5.0.tgz#1dfc385bf741b7ce60b9302b302447bb43b1e5c7"
- integrity sha512-at13UPeJnlVVhFF44bWpjmJ10ylHRc1BcX7kPw1GzVQS0HZBRBfAYAQ/qCIaofvVVUlQNZ0d8jMYqjgSygnbkQ==
+"@rnv/sdk-kaios@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-kaios/-/sdk-kaios-1.9.0.tgz#0b342c8b070594b4f4cbccdd4021fab5f60d504c"
+ integrity sha512-2zTNDZZstorgLGb/nwFt6JxNvnIm1Dmn/i1oWZ072dvJfl99vnpG8voLUxJjRlpk3BovtLVeZyGf5wPYNtSr0w==
-"@rnv/sdk-react-native@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-react-native/-/sdk-react-native-1.5.0.tgz#27a2a26d8dddc06723806de75612258fc9a93f85"
- integrity sha512-nEFXjVhJPr2013lNwPuDwwGoeq+fo6rSifrevzteBGFCvHFUbXE6yVJ1c+9NziGxa8u8p7P6ZTX9djD+T8OWMg==
+"@rnv/sdk-react-native@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-react-native/-/sdk-react-native-1.9.0.tgz#03de5b876f49d806f48cbbdd1ab386b79d1dc429"
+ integrity sha512-jF86CJBz6ct70RVtaiJQXiUqH3iIv8cpGkzDmR8RIXAc/34c7oiH5opsasqdndGYKQ+IAqg6G8PV2A/MRhXndw==
dependencies:
"@react-native/metro-babel-transformer" "^0.74.0"
- "@rnv/sdk-utils" "1.5.0"
+ "@rnv/sdk-utils" "1.9.0"
shell-quote "1.8.1"
-"@rnv/sdk-telemetry@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-telemetry/-/sdk-telemetry-1.5.0.tgz#154c1a7d1206c7062acc582762cf501842466393"
- integrity sha512-pr2jOXTtNFS+FwNF8zZcR+eNgExGqwzTHqs3OMGA8TW/cn5DnOOKK46/SqYgHR7LHrfLXKiucb0wKIaj+EpuQA==
+"@rnv/sdk-telemetry@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-telemetry/-/sdk-telemetry-1.9.0.tgz#c589ffcfcbcb7de41f248ebaa072229f2d07f7b5"
+ integrity sha512-3D5cLb7vge8Te8c2z/KHW5MV+0iIGa/orJaFF3dHhxtkzaqnMJnh/B/sETAkOHur2wGoAA0fWbPvnTZdeIH1Bg==
dependencies:
- "@rnv/sdk-utils" "1.5.0"
+ "@rnv/sdk-utils" "1.9.0"
"@sentry/integrations" "7.57.0"
"@sentry/node" "7.57.0"
node-machine-id "^1.1.12"
-"@rnv/sdk-tizen@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-tizen/-/sdk-tizen-1.5.0.tgz#e073ca22ea93e687bb7b9430bea0df9c1e8ca194"
- integrity sha512-5hKqj+IgC0chVbdrYeG+TY+FjwWImoZRwRz1WKFz1EDaKcu9roT1xGq6YbBrHp1tjJhwX/UPwNmbMwPfc7xKMQ==
+"@rnv/sdk-tizen@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-tizen/-/sdk-tizen-1.9.0.tgz#fbb914525176f9763f55abcbd4bee023fac69adb"
+ integrity sha512-FlzulpC7HWU4BxVw02VOAECMxIU+AVRkdXAtSW0uGe1ud+IKa86bm87Onq4O2wSnX35+j2qsmF76W97ekjFyOw==
dependencies:
- "@rnv/sdk-utils" "1.5.0"
- "@rnv/sdk-webpack" "1.5.0"
+ "@rnv/sdk-utils" "1.9.0"
+ "@rnv/sdk-webpack" "1.9.0"
xml2js "0.6.2"
-"@rnv/sdk-utils@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-utils/-/sdk-utils-1.5.0.tgz#0f35a4360d514002ca27c2f92895aa8eec0b38a9"
- integrity sha512-3M7Qd2YNy0CdnG85qZuzQsruzHEgz7lKA2sF34g4PR8aW+8Ah6/rz99gT1FvzwVok5Ra7Wd2Pf6WPha1A5co7w==
+"@rnv/sdk-utils@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-utils/-/sdk-utils-1.9.0.tgz#b716b9b83b118859d9032794ad0a99c3de34d953"
+ integrity sha512-yLTqz/SrhIW8bsRbKxjqASud0d91eQSNxEwTDvOkHP6b7b8JhRKs/ERWXw1TkhHIBLzygFwUpO95Yw/887SCvw==
dependencies:
axios "1.7.4"
better-opn "1.0.0"
@@ -3540,21 +4672,21 @@
detect-port "1.3.0"
kill-port "1.6.1"
-"@rnv/sdk-webos@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-webos/-/sdk-webos-1.5.0.tgz#8a17bd148efeba28f41426dcd53a6ec9477bc7fb"
- integrity sha512-2lAuWU+qKy6Ahjgj1TTQev+ExL/Q1ff0ZSYr7SzJhIgkk4tumjoCyRSLiuXgUtT/SCNVSYdVOpGNSbexE3p+mg==
+"@rnv/sdk-webos@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-webos/-/sdk-webos-1.9.0.tgz#3e79a528d6432d46a9f7fb1f0a100434f515ab9d"
+ integrity sha512-hHhMP9nZ5KEsRZSUPZ06Bm8DZgF4/kXu4dzlK7ZHHhroJuKdRRZFluGbP7TYDgcJJYAlJD4yzT46PLj7Mf/eeQ==
dependencies:
- "@rnv/sdk-utils" "1.5.0"
- "@rnv/sdk-webpack" "1.5.0"
+ "@rnv/sdk-utils" "1.9.0"
+ "@rnv/sdk-webpack" "1.9.0"
-"@rnv/sdk-webpack@1.5.0":
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/@rnv/sdk-webpack/-/sdk-webpack-1.5.0.tgz#9d281b8873351773f6907a27afa1f37074fd059d"
- integrity sha512-pKBVOQfoIcKrDtpccykYfGlAayBd1+db6/oJ0dzsOPP4LuJu7KB/fqyH0W+drm7oPhObM7MVoCNfHUHAFnV6vA==
+"@rnv/sdk-webpack@1.9.0":
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/@rnv/sdk-webpack/-/sdk-webpack-1.9.0.tgz#714fdc9b89d0f235ca2238abc8b22c722e9b4c14"
+ integrity sha512-ZvcazVVs2OLte+NM4JH8kMosos2EaL9HS+bUAeGxcYrdaGakW2de433qt2p8w1Alq+rAu53EtexjI3eWmxDu/Q==
dependencies:
"@pmmmwh/react-refresh-webpack-plugin" "^0.5.3"
- "@rnv/sdk-utils" "1.5.0"
+ "@rnv/sdk-utils" "1.9.0"
"@svgr/webpack" "6.3.1"
bfj "^7.0.2"
browserslist "^4.18.1"
@@ -4225,11 +5357,6 @@
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
-"@tsconfig/node14@14.1.2":
- version "14.1.2"
- resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-14.1.2.tgz#ed84879e927a2f12ae8bb020baa990bd4cc3dabb"
- integrity sha512-1vncsbfCZ3TBLPxesRYz02Rn7SNJfbLoDVkcZ7F/ixOV6nwxwgdhD1mdPcc5YQ413qBJ8CvMxXMFfJ7oawjo7Q==
-
"@types/acorn@^4.0.0":
version "4.0.6"
resolved "https://registry.yarnpkg.com/@types/acorn/-/acorn-4.0.6.tgz#d61ca5480300ac41a7d973dd5b84d0a591154a22"
@@ -4237,20 +5364,6 @@
dependencies:
"@types/estree" "*"
-"@types/archiver@6.0.2":
- version "6.0.2"
- resolved "https://registry.yarnpkg.com/@types/archiver/-/archiver-6.0.2.tgz#0daf8c83359cbde69de1e4b33dcade6a48a929e2"
- integrity sha512-KmROQqbQzKGuaAbmK+ZcytkJ51+YqDa7NmbXjmtC5YBLSyQYo21YaUnQ3HbaPFKL1ooo6RQ6OPYPIDyxfpDDXw==
- dependencies:
- "@types/readdir-glob" "*"
-
-"@types/base64-stream@1.0.5":
- version "1.0.5"
- resolved "https://registry.yarnpkg.com/@types/base64-stream/-/base64-stream-1.0.5.tgz#069853db36e2857c2b9cef8cb05b1cc32d646d78"
- integrity sha512-gXuo/a7pQ1EXlR5ksM2MccBLl6UUgAgnzR01r/QoHnkaSNinmzSdaGcCq5NAxn72dZ5A1zNYQIl+J9hPsBgBrA==
- dependencies:
- "@types/node" "*"
-
"@types/body-parser@*":
version "1.19.5"
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.5.tgz#04ce9a3b677dc8bd681a17da1ab9835dc9d3ede4"
@@ -4315,6 +5428,22 @@
resolved "https://registry.yarnpkg.com/@types/dom-speech-recognition/-/dom-speech-recognition-0.0.1.tgz#e326761a04b4a49c0eec2ac7948afc1c6aa12baa"
integrity sha512-udCxb8DvjcDKfk1WTBzDsxFbLgYxmQGKrE/ricoMqHRNjSlSUCcamVTA5lIQqzY10mY5qCY0QDwBfFEwhfoDPw==
+"@types/eslint-scope@^3.7.7":
+ version "3.7.7"
+ resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
+ integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
+ dependencies:
+ "@types/eslint" "*"
+ "@types/estree" "*"
+
+"@types/eslint@*":
+ version "9.6.1"
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.1.tgz#d5795ad732ce81715f27f75da913004a56751584"
+ integrity sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==
+ dependencies:
+ "@types/estree" "*"
+ "@types/json-schema" "*"
+
"@types/eslint@^7.29.0 || ^8.4.1":
version "8.56.12"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.12.tgz#1657c814ffeba4d2f84c0d4ba0f44ca7ea1ca53a"
@@ -4330,7 +5459,7 @@
dependencies:
"@types/estree" "*"
-"@types/estree@*", "@types/estree@^1.0.0", "@types/estree@^1.0.5":
+"@types/estree@*", "@types/estree@^1.0.0", "@types/estree@^1.0.5", "@types/estree@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.6.tgz#628effeeae2064a1b4e79f78e81d87b7e5fc7b50"
integrity sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==
@@ -4370,7 +5499,7 @@
"@types/qs" "*"
"@types/serve-static" "*"
-"@types/express@4.17.21", "@types/express@^4.17.13":
+"@types/express@^4.17.13":
version "4.17.21"
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.21.tgz#c26d4a151e60efe0084b23dc3369ebc631ed192d"
integrity sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==
@@ -4380,11 +5509,6 @@
"@types/qs" "*"
"@types/serve-static" "*"
-"@types/find-root@1.1.4":
- version "1.1.4"
- resolved "https://registry.yarnpkg.com/@types/find-root/-/find-root-1.1.4.tgz#17b46390319c8fdacd05807e90ad3668060ffb3c"
- integrity sha512-2EXK/+gVhVgtt4JqThbEncORvpYJKzi9tQGmI3EkU2jTgMzQsrPm/hbd5xe5uPdeFzIW5gh2PRvvPjaUsI8vpg==
-
"@types/fs-extra@9.0.13", "@types/fs-extra@^9.0.11":
version "9.0.13"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
@@ -4468,14 +5592,7 @@
dependencies:
"@types/istanbul-lib-report" "*"
-"@types/jsftp@2.1.5":
- version "2.1.5"
- resolved "https://registry.yarnpkg.com/@types/jsftp/-/jsftp-2.1.5.tgz#440c286ca8ca711ef76bd86732bea41e88068f43"
- integrity sha512-g2W6f06wXWVYZw3f/z/N5VHRK69kb1nFaNcRnxs6YxwLph+G7ebd0+Aobd3jWu43oZuyHgycpJZPn+YdIU6qRw==
- dependencies:
- "@types/node" "*"
-
-"@types/json-schema@*", "@types/json-schema@7.0.15", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
+"@types/json-schema@*", "@types/json-schema@^7.0.4", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
version "7.0.15"
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -4487,18 +5604,6 @@
dependencies:
"@types/node" "*"
-"@types/klaw@3.0.6":
- version "3.0.6"
- resolved "https://registry.yarnpkg.com/@types/klaw/-/klaw-3.0.6.tgz#673989032a5e04ec5b3a51661979cda4454f3a8d"
- integrity sha512-BErW5TrTz4nzt/c3VRGf0Bug4JyQJ1o807F4mAfXfvOzFZ8SKgFeHJ0T28Y1KtqlMEB+cUgN7S7CsyQDQ/qxqg==
- dependencies:
- "@types/node" "*"
-
-"@types/lockfile@1.0.4":
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/@types/lockfile/-/lockfile-1.0.4.tgz#9d6a6d1b6dbd4853cecc7f334bc53ea0ff363b8e"
- integrity sha512-Q8oFIHJHr+htLrTXN2FuZfg+WXVHQRwU/hC2GpUu+Q8e3FUM9EDkS2pE3R2AO1ZGu56f479ybdMCNF1DAu8cAQ==
-
"@types/mdast@^4.0.0", "@types/mdast@^4.0.2":
version "4.0.4"
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-4.0.4.tgz#7ccf72edd2f1aa7dd3437e180c64373585804dd6"
@@ -4531,18 +5636,6 @@
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.34.tgz#10964ba0dee6ac4cd462e2795b6bebd407303433"
integrity sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==
-"@types/mv@2.1.4":
- version "2.1.4"
- resolved "https://registry.yarnpkg.com/@types/mv/-/mv-2.1.4.tgz#398f39efaae99526e85231a76f8ba693a732ff6f"
- integrity sha512-MgEHBpXnQo44Q43j8G0Bvp/Yi8LYbC8hxKrRFMgDEDZMmzDKZLgiyMWtW49B37ko+QupgZ3G5rtPUnOGe5ixLw==
-
-"@types/ncp@2.0.8":
- version "2.0.8"
- resolved "https://registry.yarnpkg.com/@types/ncp/-/ncp-2.0.8.tgz#938cb8bfd21da3b8cba33781e27a530eaea0e966"
- integrity sha512-pLNWVLCVWBLVM4F2OPjjK6FWFtByFKD7LhHryF+MbVLws7ENj09mKxRFlhkGPOXfJuaBAG+2iADKJsZwnAbYDw==
- dependencies:
- "@types/node" "*"
-
"@types/node-forge@^1.3.0":
version "1.3.11"
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da"
@@ -4569,11 +5662,6 @@
dependencies:
undici-types "~5.26.4"
-"@types/normalize-package-data@^2.4.0":
- version "2.4.4"
- resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
- integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
-
"@types/parse-json@^4.0.0":
version "4.0.2"
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
@@ -4587,11 +5675,6 @@
"@types/node" "*"
xmlbuilder ">=11.0.1"
-"@types/pluralize@0.0.33":
- version "0.0.33"
- resolved "https://registry.yarnpkg.com/@types/pluralize/-/pluralize-0.0.33.tgz#8ad9018368c584d268667dd9acd5b3b806e8c82a"
- integrity sha512-JOqsl+ZoCpP4e8TDke9W79FDcSgPAR0l6pixx2JHkhnRjvShyYiAYw2LVsnA7K08Y6DeOnaU6ujmENO4os/cYg==
-
"@types/prismjs@^1.26.0":
version "1.26.4"
resolved "https://registry.yarnpkg.com/@types/prismjs/-/prismjs-1.26.4.tgz#1a9e1074619ce1d7322669e5b46fbe823925103a"
@@ -4651,13 +5734,6 @@
"@types/prop-types" "*"
csstype "^3.0.2"
-"@types/readdir-glob@*":
- version "1.1.5"
- resolved "https://registry.yarnpkg.com/@types/readdir-glob/-/readdir-glob-1.1.5.tgz#21a4a98898fc606cb568ad815f2a0eedc24d412a"
- integrity sha512-raiuEPUYqXu+nvtY2Pe8s8FEmZ3x5yAH4VkLdihcPdalvsHltomrRC9BzuStrJ9yk06470hS0Crw0f1pXqD+Hg==
- dependencies:
- "@types/node" "*"
-
"@types/resolve@1.17.1":
version "1.17.1"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-1.17.1.tgz#3afd6ad8967c77e4376c598a82ddd58f46ec45d6"
@@ -4684,11 +5760,6 @@
dependencies:
"@types/node" "*"
-"@types/semver@7.5.8":
- version "7.5.8"
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
- integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
-
"@types/send@*":
version "0.17.4"
resolved "https://registry.yarnpkg.com/@types/send/-/send-0.17.4.tgz#6619cd24e7270793702e4e6a4b958a9010cfc57a"
@@ -4713,11 +5784,6 @@
"@types/node" "*"
"@types/send" "*"
-"@types/shell-quote@1.7.5":
- version "1.7.5"
- resolved "https://registry.yarnpkg.com/@types/shell-quote/-/shell-quote-1.7.5.tgz#6db4704742d307cd6d604e124e3ad6cd5ed943f3"
- integrity sha512-+UE8GAGRPbJVQDdxi16dgadcBfQ+KG2vgZhV1+3A1XmHbmwcdwhCUwIdy+d3pAGrbvgRoVSjeI9vOWyq376Yzw==
-
"@types/shimmer@^1.0.2":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@types/shimmer/-/shimmer-1.2.0.tgz#9b706af96fa06416828842397a70dfbbf1c14ded"
@@ -4735,11 +5801,6 @@
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
-"@types/supports-color@8.1.3":
- version "8.1.3"
- resolved "https://registry.yarnpkg.com/@types/supports-color/-/supports-color-8.1.3.tgz#b769cdce1d1bb1a3fa794e35b62c62acdf93c139"
- integrity sha512-Hy6UMpxhE3j1tLpl27exp1XqHD7n8chAiNPzWfz16LPZoMMoSc4dzLl6w9qijkEb/r5O1ozdu1CWGA2L83ZeZg==
-
"@types/tar@6.1.13":
version "6.1.13"
resolved "https://registry.yarnpkg.com/@types/tar/-/tar-6.1.13.tgz#9b5801c02175344101b4b91086ab2bbc8e93a9b6"
@@ -4748,13 +5809,6 @@
"@types/node" "*"
minipass "^4.0.0"
-"@types/teen_process@2.0.4":
- version "2.0.4"
- resolved "https://registry.yarnpkg.com/@types/teen_process/-/teen_process-2.0.4.tgz#9f33b9f77e206002e21971ab11a2ab85cde72b70"
- integrity sha512-AJT0syZovEDa4j17szoRJX5BE2RxD3FVp6SownH43mF16TPnsV0zhtsvFGlgs5QkgsNpoooNnF+HjMow7Jd3jA==
- dependencies:
- "@types/node" "*"
-
"@types/trusted-types@^2.0.2":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11"
@@ -4775,28 +5829,11 @@
resolved "https://registry.yarnpkg.com/@types/urijs/-/urijs-1.19.25.tgz#ac92b53e674c3b108decdbe88dc5f444a2f42f6a"
integrity sha512-XOfUup9r3Y06nFAZh3WvO0rBU4OtlfPB/vgxpjg+NRdGU6CN6djdc6OEiH+PcqHCY6eFLo9Ista73uarf4gnBg==
-"@types/uuid@9.0.8":
- version "9.0.8"
- resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
- integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
-
"@types/verror@^1.10.3":
version "1.10.10"
resolved "https://registry.yarnpkg.com/@types/verror/-/verror-1.10.10.tgz#d5a4b56abac169bfbc8b23d291363a682e6fa087"
integrity sha512-l4MM0Jppn18hb9xmM6wwD1uTdShpf9Pn80aXTStnK1C94gtPvJcV2FrDmbOQUAQfJ1cKZHktkQUDwEqaAKXMMg==
-"@types/which@3.0.4":
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/@types/which/-/which-3.0.4.tgz#2c3a89be70c56a84a6957a7264639f39ae4340a1"
- integrity sha512-liyfuo/106JdlgSchJzXEQCVArk0CvevqPote8F8HgWgJ3dRCcTHgJIsLDuee0kxk/mhbInzIZk3QWSZJ8R+2w==
-
-"@types/ws@8.5.10":
- version "8.5.10"
- resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.10.tgz#4acfb517970853fa6574a3a6886791d04a396787"
- integrity sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==
- dependencies:
- "@types/node" "*"
-
"@types/ws@^8.5.5":
version "8.5.12"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.12.tgz#619475fe98f35ccca2a2f6c137702d85ec247b7e"
@@ -4850,21 +5887,44 @@
"@webassemblyjs/helper-numbers" "1.11.6"
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
+"@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.14.1.tgz#a9f6a07f2b03c95c8d38c4536a1fdfb521ff55b6"
+ integrity sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==
+ dependencies:
+ "@webassemblyjs/helper-numbers" "1.13.2"
+ "@webassemblyjs/helper-wasm-bytecode" "1.13.2"
+
"@webassemblyjs/floating-point-hex-parser@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431"
integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
+"@webassemblyjs/floating-point-hex-parser@1.13.2":
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz#fcca1eeddb1cc4e7b6eed4fc7956d6813b21b9fb"
+ integrity sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==
+
"@webassemblyjs/helper-api-error@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
+"@webassemblyjs/helper-api-error@1.13.2":
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz#e0a16152248bc38daee76dd7e21f15c5ef3ab1e7"
+ integrity sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==
+
"@webassemblyjs/helper-buffer@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
+"@webassemblyjs/helper-buffer@1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz#822a9bc603166531f7d5df84e67b5bf99b72b96b"
+ integrity sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==
+
"@webassemblyjs/helper-numbers@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5"
@@ -4874,11 +5934,25 @@
"@webassemblyjs/helper-api-error" "1.11.6"
"@xtuc/long" "4.2.2"
+"@webassemblyjs/helper-numbers@1.13.2":
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz#dbd932548e7119f4b8a7877fd5a8d20e63490b2d"
+ integrity sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==
+ dependencies:
+ "@webassemblyjs/floating-point-hex-parser" "1.13.2"
+ "@webassemblyjs/helper-api-error" "1.13.2"
+ "@xtuc/long" "4.2.2"
+
"@webassemblyjs/helper-wasm-bytecode@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
+"@webassemblyjs/helper-wasm-bytecode@1.13.2":
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz#e556108758f448aae84c850e593ce18a0eb31e0b"
+ integrity sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==
+
"@webassemblyjs/helper-wasm-section@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
@@ -4889,6 +5963,16 @@
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
"@webassemblyjs/wasm-gen" "1.12.1"
+"@webassemblyjs/helper-wasm-section@1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz#9629dda9c4430eab54b591053d6dc6f3ba050348"
+ integrity sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==
+ dependencies:
+ "@webassemblyjs/ast" "1.14.1"
+ "@webassemblyjs/helper-buffer" "1.14.1"
+ "@webassemblyjs/helper-wasm-bytecode" "1.13.2"
+ "@webassemblyjs/wasm-gen" "1.14.1"
+
"@webassemblyjs/ieee754@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
@@ -4896,6 +5980,13 @@
dependencies:
"@xtuc/ieee754" "^1.2.0"
+"@webassemblyjs/ieee754@1.13.2":
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz#1c5eaace1d606ada2c7fd7045ea9356c59ee0dba"
+ integrity sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==
+ dependencies:
+ "@xtuc/ieee754" "^1.2.0"
+
"@webassemblyjs/leb128@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7"
@@ -4903,11 +5994,23 @@
dependencies:
"@xtuc/long" "4.2.2"
+"@webassemblyjs/leb128@1.13.2":
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.13.2.tgz#57c5c3deb0105d02ce25fa3fd74f4ebc9fd0bbb0"
+ integrity sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==
+ dependencies:
+ "@xtuc/long" "4.2.2"
+
"@webassemblyjs/utf8@1.11.6":
version "1.11.6"
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
+"@webassemblyjs/utf8@1.13.2":
+ version "1.13.2"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.13.2.tgz#917a20e93f71ad5602966c2d685ae0c6c21f60f1"
+ integrity sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==
+
"@webassemblyjs/wasm-edit@^1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
@@ -4922,6 +6025,20 @@
"@webassemblyjs/wasm-parser" "1.12.1"
"@webassemblyjs/wast-printer" "1.12.1"
+"@webassemblyjs/wasm-edit@^1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz#ac6689f502219b59198ddec42dcd496b1004d597"
+ integrity sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==
+ dependencies:
+ "@webassemblyjs/ast" "1.14.1"
+ "@webassemblyjs/helper-buffer" "1.14.1"
+ "@webassemblyjs/helper-wasm-bytecode" "1.13.2"
+ "@webassemblyjs/helper-wasm-section" "1.14.1"
+ "@webassemblyjs/wasm-gen" "1.14.1"
+ "@webassemblyjs/wasm-opt" "1.14.1"
+ "@webassemblyjs/wasm-parser" "1.14.1"
+ "@webassemblyjs/wast-printer" "1.14.1"
+
"@webassemblyjs/wasm-gen@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
@@ -4933,6 +6050,17 @@
"@webassemblyjs/leb128" "1.11.6"
"@webassemblyjs/utf8" "1.11.6"
+"@webassemblyjs/wasm-gen@1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz#991e7f0c090cb0bb62bbac882076e3d219da9570"
+ integrity sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==
+ dependencies:
+ "@webassemblyjs/ast" "1.14.1"
+ "@webassemblyjs/helper-wasm-bytecode" "1.13.2"
+ "@webassemblyjs/ieee754" "1.13.2"
+ "@webassemblyjs/leb128" "1.13.2"
+ "@webassemblyjs/utf8" "1.13.2"
+
"@webassemblyjs/wasm-opt@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
@@ -4943,6 +6071,16 @@
"@webassemblyjs/wasm-gen" "1.12.1"
"@webassemblyjs/wasm-parser" "1.12.1"
+"@webassemblyjs/wasm-opt@1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz#e6f71ed7ccae46781c206017d3c14c50efa8106b"
+ integrity sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==
+ dependencies:
+ "@webassemblyjs/ast" "1.14.1"
+ "@webassemblyjs/helper-buffer" "1.14.1"
+ "@webassemblyjs/wasm-gen" "1.14.1"
+ "@webassemblyjs/wasm-parser" "1.14.1"
+
"@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
@@ -4955,6 +6093,18 @@
"@webassemblyjs/leb128" "1.11.6"
"@webassemblyjs/utf8" "1.11.6"
+"@webassemblyjs/wasm-parser@1.14.1", "@webassemblyjs/wasm-parser@^1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz#b3e13f1893605ca78b52c68e54cf6a865f90b9fb"
+ integrity sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==
+ dependencies:
+ "@webassemblyjs/ast" "1.14.1"
+ "@webassemblyjs/helper-api-error" "1.13.2"
+ "@webassemblyjs/helper-wasm-bytecode" "1.13.2"
+ "@webassemblyjs/ieee754" "1.13.2"
+ "@webassemblyjs/leb128" "1.13.2"
+ "@webassemblyjs/utf8" "1.13.2"
+
"@webassemblyjs/wast-printer@1.12.1":
version "1.12.1"
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
@@ -4963,6 +6113,14 @@
"@webassemblyjs/ast" "1.12.1"
"@xtuc/long" "4.2.2"
+"@webassemblyjs/wast-printer@1.14.1":
+ version "1.14.1"
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz#3bb3e9638a8ae5fdaf9610e7a06b4d9f9aa6fe07"
+ integrity sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==
+ dependencies:
+ "@webassemblyjs/ast" "1.14.1"
+ "@xtuc/long" "4.2.2"
+
"@webpack-cli/configtest@^1.1.1":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.2.0.tgz#7b20ce1c12533912c3b217ea68262365fa29a6f5"
@@ -5052,6 +6210,11 @@ acorn@^8.0.0, acorn@^8.0.4, acorn@^8.11.0, acorn@^8.7.1, acorn@^8.8.2:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
+acorn@^8.14.0:
+ version "8.14.0"
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
+ integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
+
address@^1.0.1, address@^1.1.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
@@ -5135,14 +6298,21 @@ ajv@^8.0.0, ajv@^8.6.0, ajv@^8.9.0:
json-schema-traverse "^1.0.0"
require-from-string "^2.0.2"
-algoliasearch-helper@3.22.5, algoliasearch-helper@^3.13.3:
+algoliasearch-helper@3.22.5:
version "3.22.5"
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.22.5.tgz#2fcc26814e10a121a2c2526a1b05c754061c56c0"
integrity sha512-lWvhdnc+aKOKx8jyA3bsdEgHzm/sglC4cYdMG4xSQyRiPLJVJtH/IVYZG3Hp6PkTEhQqhyVYkeP9z2IlcHJsWw==
dependencies:
"@algolia/events" "^4.0.1"
-algoliasearch@^4.18.0, algoliasearch@^4.19.1, algoliasearch@^4.21.1:
+algoliasearch-helper@^3.22.6:
+ version "3.23.0"
+ resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.23.0.tgz#638e766bf6be2308b8dcda3282e47aff66438712"
+ integrity sha512-8CK4Gb/ju4OesAYcS+mjBpNiVA7ILWpg7D2vhBZohh0YkG8QT1KZ9LG+8+EntQBUGoKtPy06OFhiwP4f5zzAQg==
+ dependencies:
+ "@algolia/events" "^4.0.1"
+
+algoliasearch@^4.19.1, algoliasearch@^4.21.1:
version "4.24.0"
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.24.0.tgz#b953b3e2309ef8f25da9de311b95b994ac918275"
integrity sha512-bf0QV/9jVejssFBmz2HQLxUadxk574t4iwjCKp5E7NBzwKkrDEhKPISIIjAU/p6K5qDx3qoeh4+26zWN1jmw3g==
@@ -5163,6 +6333,25 @@ algoliasearch@^4.18.0, algoliasearch@^4.19.1, algoliasearch@^4.21.1:
"@algolia/requester-node-http" "4.24.0"
"@algolia/transporter" "4.24.0"
+algoliasearch@^5.14.2, algoliasearch@^5.17.1:
+ version "5.19.0"
+ resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-5.19.0.tgz#2a1490bb46a937515797fac30b2d1503fb028536"
+ integrity sha512-zrLtGhC63z3sVLDDKGW+SlCRN9eJHFTgdEmoAOpsVh6wgGL1GgTTDou7tpCBjevzgIvi3AIyDAQO3Xjbg5eqZg==
+ dependencies:
+ "@algolia/client-abtesting" "5.19.0"
+ "@algolia/client-analytics" "5.19.0"
+ "@algolia/client-common" "5.19.0"
+ "@algolia/client-insights" "5.19.0"
+ "@algolia/client-personalization" "5.19.0"
+ "@algolia/client-query-suggestions" "5.19.0"
+ "@algolia/client-search" "5.19.0"
+ "@algolia/ingestion" "1.19.0"
+ "@algolia/monitoring" "1.19.0"
+ "@algolia/recommend" "5.19.0"
+ "@algolia/requester-browser-xhr" "5.19.0"
+ "@algolia/requester-fetch" "5.19.0"
+ "@algolia/requester-node-http" "5.19.0"
+
anser@^1.4.9:
version "1.4.10"
resolved "https://registry.yarnpkg.com/anser/-/anser-1.4.10.tgz#befa3eddf282684bd03b63dcda3927aef8c2e35b"
@@ -5306,21 +6495,6 @@ appdirsjs@^1.2.4:
resolved "https://registry.yarnpkg.com/appdirsjs/-/appdirsjs-1.2.7.tgz#50b4b7948a26ba6090d4aede2ae2dc2b051be3b3"
integrity sha512-Quji6+8kLBC3NnBeo14nPDq0+2jUs5s3/xEye+udFHumHhRk4M7aAMXp/PBJqkKYGuuyR9M/6Dq7d2AViiGmhw==
-appium-ios-device@2.7.10:
- version "2.7.10"
- resolved "https://registry.yarnpkg.com/appium-ios-device/-/appium-ios-device-2.7.10.tgz#44e0961479d3573720d6acf88c36153e13a76e14"
- integrity sha512-CeJSuzYxCvE0KlcdQ7vCWUORW7dBSmrs49qNY2QxKGFAMkmHJkOGmRehhicNPTImzKkYscy7HHJdtm435gah6w==
- dependencies:
- "@appium/support" "^4.0.0"
- asyncbox "^3.0.0"
- bluebird "^3.1.1"
- bplist-creator "^0.x"
- bplist-parser "^0.x"
- lodash "^4.17.15"
- semver "^7.0.0"
- source-map-support "^0.x"
- uuid "^9.0.0"
-
applicationinsights@^2.3.1:
version "2.9.6"
resolved "https://registry.yarnpkg.com/applicationinsights/-/applicationinsights-2.9.6.tgz#67528e667d7953c8dd57b5fb16e0a4714fc07aed"
@@ -5339,32 +6513,6 @@ applicationinsights@^2.3.1:
diagnostic-channel "1.1.1"
diagnostic-channel-publishers "1.0.8"
-archiver-utils@^5.0.0, archiver-utils@^5.0.2:
- version "5.0.2"
- resolved "https://registry.yarnpkg.com/archiver-utils/-/archiver-utils-5.0.2.tgz#63bc719d951803efc72cf961a56ef810760dd14d"
- integrity sha512-wuLJMmIBQYCsGZgYLTy5FIB2pF6Lfb6cXMSF8Qywwk3t20zWnAi7zLcQFdKQmIB8wyZpY5ER38x08GbwtR2cLA==
- dependencies:
- glob "^10.0.0"
- graceful-fs "^4.2.0"
- is-stream "^2.0.1"
- lazystream "^1.0.0"
- lodash "^4.17.15"
- normalize-path "^3.0.0"
- readable-stream "^4.0.0"
-
-archiver@7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/archiver/-/archiver-7.0.1.tgz#c9d91c350362040b8927379c7aa69c0655122f61"
- integrity sha512-ZcbTaIqJOfCc03QwD468Unz/5Ir8ATtvAHsK+FdXbDIbGfihqh9mrvdcYunQzqn4HrvWWaFyaxJhGZagaJJpPQ==
- dependencies:
- archiver-utils "^5.0.2"
- async "^3.2.4"
- buffer-crc32 "^1.0.0"
- readable-stream "^4.0.0"
- readdir-glob "^1.1.2"
- tar-stream "^3.0.0"
- zip-stream "^6.0.1"
-
arg@^5.0.0, arg@^5.0.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/arg/-/arg-5.0.2.tgz#c81433cc427c92c4dcf4865142dbca6f15acd59c"
@@ -5513,20 +6661,11 @@ async@^2.6.4:
dependencies:
lodash "^4.17.14"
-async@^3.2.2, async@^3.2.3, async@^3.2.4:
+async@^3.2.2, async@^3.2.3:
version "3.2.6"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.6.tgz#1b0728e14929d51b85b449b7f06e27c1145e38ce"
integrity sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==
-asyncbox@^3.0.0:
- version "3.0.0"
- resolved "https://registry.yarnpkg.com/asyncbox/-/asyncbox-3.0.0.tgz#70d096f46b89623c088513770722a1ef1da4be87"
- integrity sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==
- dependencies:
- bluebird "^3.5.1"
- lodash "^4.17.4"
- source-map-support "^0.x"
-
asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -5537,7 +6676,7 @@ at-least-node@^1.0.0:
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
-autoprefixer@^10.4.13, autoprefixer@^10.4.14, autoprefixer@^10.4.19:
+autoprefixer@^10.4.13, autoprefixer@^10.4.19:
version "10.4.20"
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.20.tgz#5caec14d43976ef42e32dcb4bd62878e96be5b3b"
integrity sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==
@@ -5556,15 +6695,6 @@ available-typed-arrays@^1.0.7:
dependencies:
possible-typed-array-names "^1.0.0"
-axios@1.7.2:
- version "1.7.2"
- resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
- integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
- dependencies:
- follow-redirects "^1.15.6"
- form-data "^4.0.0"
- proxy-from-env "^1.1.0"
-
axios@1.7.4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
@@ -5574,17 +6704,12 @@ axios@1.7.4:
form-data "^4.0.0"
proxy-from-env "^1.1.0"
-b4a@^1.6.4:
- version "1.6.7"
- resolved "https://registry.yarnpkg.com/b4a/-/b4a-1.6.7.tgz#a99587d4ebbfbd5a6e3b21bdb5d5fa385767abe4"
- integrity sha512-OnAYlL5b7LEkALw87fUVafQw5rVR9RjwGd4KUwNQ6DrrNmaVaUCgLipfVlzrPQ4tWOR9P0IXGNOx50jYCCdSJg==
-
babel-core@^7.0.0-bridge.0:
version "7.0.0-bridge.0"
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
-babel-loader@^9.1.3:
+babel-loader@^9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.2.1.tgz#04c7835db16c246dd19ba0914418f3937797587b"
integrity sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==
@@ -5715,21 +6840,11 @@ balanced-match@^1.0.0:
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
-bare-events@^2.2.0:
- version "2.5.0"
- resolved "https://registry.yarnpkg.com/bare-events/-/bare-events-2.5.0.tgz#305b511e262ffd8b9d5616b056464f8e1b3329cc"
- integrity sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==
-
base64-js@^1.1.2, base64-js@^1.3.1, base64-js@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
-base64-stream@1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/base64-stream/-/base64-stream-1.0.0.tgz#157ae00bc7888695e884e1fcc51c551fdfa8a1fa"
- integrity sha512-BQQZftaO48FcE1Kof9CmXMFaAdqkcNorgc8CxesZv9nMbbTF1EFyQe89UOuh//QMmdtfUDXyO8rgUalemL5ODA==
-
base64id@2.0.0, base64id@~2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/base64id/-/base64id-2.0.0.tgz#2770ac6bc47d312af97a8bf9a634342e0cd25cb6"
@@ -5796,7 +6911,7 @@ bluebird-lst@^1.0.9:
dependencies:
bluebird "^3.5.5"
-bluebird@3.7.2, bluebird@^3.1.1, bluebird@^3.5.1, bluebird@^3.5.5, bluebird@^3.7.2:
+bluebird@^3.5.5, bluebird@^3.7.2:
version "3.7.2"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f"
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
@@ -5872,13 +6987,6 @@ bplist-creator@0.1.0:
dependencies:
stream-buffers "2.2.x"
-bplist-creator@0.1.1, bplist-creator@^0.x:
- version "0.1.1"
- resolved "https://registry.yarnpkg.com/bplist-creator/-/bplist-creator-0.1.1.tgz#ef638af058a7021e10ebfd557ffd73d95e6799fc"
- integrity sha512-Ese7052fdWrxp/vqSJkydgx/1MdBnNOCV2XVfbmdGWD2H6EYza+Q4pyYSuVSnCUD22hfI/BFI4jHaC3NLXLlJQ==
- dependencies:
- stream-buffers "2.2.x"
-
bplist-parser@0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.3.1.tgz#e1c90b2ca2a9f9474cc72f6862bbf3fee8341fd1"
@@ -5886,13 +6994,6 @@ bplist-parser@0.3.1:
dependencies:
big-integer "1.6.x"
-bplist-parser@0.3.2, bplist-parser@^0.x:
- version "0.3.2"
- resolved "https://registry.yarnpkg.com/bplist-parser/-/bplist-parser-0.3.2.tgz#3ac79d67ec52c4c107893e0237eb787cbacbced7"
- integrity sha512-apC2+fspHGI3mMKj+dGevkGo/tCqVB8jMb6i+OX+E29p0Iposz07fABkRIfVUPNd5A5VbuOz1bZbnmkKLYF+wQ==
- dependencies:
- big-integer "1.6.x"
-
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -5925,6 +7026,16 @@ browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^
node-releases "^2.0.18"
update-browserslist-db "^1.1.0"
+browserslist@^4.23.1:
+ version "4.24.4"
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.24.4.tgz#c6b2865a3f08bcb860a0e827389003b9fe686e4b"
+ integrity sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==
+ dependencies:
+ caniuse-lite "^1.0.30001688"
+ electron-to-chromium "^1.5.73"
+ node-releases "^2.0.19"
+ update-browserslist-db "^1.1.1"
+
bser@2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/bser/-/bser-2.1.1.tgz#e6787da20ece9d07998533cfd9de6f5c38f4bc05"
@@ -5932,11 +7043,6 @@ bser@2.1.1:
dependencies:
node-int64 "^0.4.0"
-buffer-crc32@^1.0.0:
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-1.0.0.tgz#a10993b9055081d55304bd9feb4a072de179f405"
- integrity sha512-Db1SbgBS/fg/392AblrMJk97KggmvYhr4pB5ZIMTWtaivCPMWLkmb7m21cJvpvgK+J3nsU2CmmixNBZx4vFj/w==
-
buffer-crc32@~0.2.3:
version "0.2.13"
resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
@@ -5960,14 +7066,6 @@ buffer@^5.1.0, buffer@^5.5.0:
base64-js "^1.3.1"
ieee754 "^1.1.13"
-buffer@^6.0.3:
- version "6.0.3"
- resolved "https://registry.yarnpkg.com/buffer/-/buffer-6.0.3.tgz#2ace578459cc8fbe2a70aaa8f52ee63b6a74c6c6"
- integrity sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==
- dependencies:
- base64-js "^1.3.1"
- ieee754 "^1.2.1"
-
builder-util-runtime@9.2.4:
version "9.2.4"
resolved "https://registry.yarnpkg.com/builder-util-runtime/-/builder-util-runtime-9.2.4.tgz#13cd1763da621e53458739a1e63f7fcba673c42a"
@@ -6145,6 +7243,11 @@ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001646, caniuse-lite@^1.0.30001663:
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001667.tgz#99fc5ea0d9c6e96897a104a8352604378377f949"
integrity sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==
+caniuse-lite@^1.0.30001688:
+ version "1.0.30001695"
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001695.tgz#39dfedd8f94851132795fdf9b79d29659ad9c4d4"
+ integrity sha512-vHyLade6wTgI2u1ec3WQBxv+2BrTERV28UXQu9LO6lZ9pYeMk34vjXFLOxo1A4UBA8XTL4njRQZdno/yYaSmWw==
+
case-sensitive-paths-webpack-plugin@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
@@ -6469,22 +7572,6 @@ color-string@1.9.0:
color-name "^1.0.0"
simple-swizzle "^0.2.2"
-color-string@^1.9.0:
- version "1.9.1"
- resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
- integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
- dependencies:
- color-name "^1.0.0"
- simple-swizzle "^0.2.2"
-
-color@^4.2.3:
- version "4.2.3"
- resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
- integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
- dependencies:
- color-convert "^2.0.1"
- color-string "^1.9.0"
-
colord@^2.9.1, colord@^2.9.3:
version "2.9.3"
resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"
@@ -6592,17 +7679,6 @@ compare-version@^0.1.2:
resolved "https://registry.yarnpkg.com/compare-version/-/compare-version-0.1.2.tgz#0162ec2d9351f5ddd59a9202cba935366a725080"
integrity sha512-pJDh5/4wrEnXX/VWRZvruAGHkzKdr46z11OlTPN+VrATlWWhSKewNCJ1futCO5C7eJB3nPMFZA1LeYtcFboZ2A==
-compress-commons@^6.0.2:
- version "6.0.2"
- resolved "https://registry.yarnpkg.com/compress-commons/-/compress-commons-6.0.2.tgz#26d31251a66b9d6ba23a84064ecd3a6a71d2609e"
- integrity sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==
- dependencies:
- crc-32 "^1.2.0"
- crc32-stream "^6.0.0"
- is-stream "^2.0.1"
- normalize-path "^3.0.0"
- readable-stream "^4.0.0"
-
compressible@~2.0.16:
version "2.0.18"
resolved "https://registry.yarnpkg.com/compressible/-/compressible-2.0.18.tgz#af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
@@ -6677,15 +7753,10 @@ connect@^3.6.5:
parseurl "~1.3.3"
utils-merge "1.0.1"
-consola@^2.15.3:
- version "2.15.3"
- resolved "https://registry.yarnpkg.com/consola/-/consola-2.15.3.tgz#2e11f98d6a4be71ff72e0bdf07bd23e12cb61550"
- integrity sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==
-
-console-control-strings@1.1.0:
- version "1.1.0"
- resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
- integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==
+consola@^3.2.3:
+ version "3.4.0"
+ resolved "https://registry.yarnpkg.com/consola/-/consola-3.4.0.tgz#4cfc9348fd85ed16a17940b3032765e31061ab88"
+ integrity sha512-EiPU8G6dQG0GFHNR8ljnZFki/8a+cQwEQ+7wpxdChl02Q8HXlwEZWD5lqAF8vC2sEC3Tehr8hy7vErz88LHyUA==
content-disposition@0.5.2:
version "0.5.2"
@@ -6841,19 +7912,6 @@ cosmiconfig@^8.1.3, cosmiconfig@^8.3.5:
parse-json "^5.2.0"
path-type "^4.0.0"
-crc-32@^1.2.0:
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/crc-32/-/crc-32-1.2.2.tgz#3cad35a934b8bf71f25ca524b6da51fb7eace2ff"
- integrity sha512-ROmzCKrTnOwybPcJApAA6WBWij23HVfGVNKqqrZpuyZOHqK2CwHSvpGuyt/UNNvaIjEd8X5IFGp4Mh+Ie1IHJQ==
-
-crc32-stream@^6.0.0:
- version "6.0.0"
- resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-6.0.0.tgz#8529a3868f8b27abb915f6c3617c0fadedbf9430"
- integrity sha512-piICUB6ei4IlTv1+653yq5+KoqfBYmj9bw6LqXoOneTMDXk5nM1qt12mFW1caG3LlJXEKW1Bp0WggEmIfQB34g==
- dependencies:
- crc-32 "^1.2.0"
- readable-stream "^4.0.0"
-
crc@^3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/crc/-/crc-3.8.0.tgz#ad60269c2c856f8c299e2c4cc0de4556914056c6"
@@ -6931,6 +7989,13 @@ css-blank-pseudo@^3.0.3:
dependencies:
postcss-selector-parser "^6.0.9"
+css-blank-pseudo@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-7.0.1.tgz#32020bff20a209a53ad71b8675852b49e8d57e46"
+ integrity sha512-jf+twWGDf6LDoXDUode+nc7ZlrqfaNphrBIBrcmeP3D8yw1uPaix1gCC8LUQUGQ6CycuK2opkbFFWFuq/a94ag==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
css-declaration-sorter@^6.3.1:
version "6.4.1"
resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71"
@@ -6948,6 +8013,15 @@ css-has-pseudo@^3.0.4:
dependencies:
postcss-selector-parser "^6.0.9"
+css-has-pseudo@^7.0.2:
+ version "7.0.2"
+ resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz#fb42e8de7371f2896961e1f6308f13c2c7019b72"
+ integrity sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==
+ dependencies:
+ "@csstools/selector-specificity" "^5.0.0"
+ postcss-selector-parser "^7.0.0"
+ postcss-value-parser "^4.2.0"
+
css-loader@^6.5.1, css-loader@^6.8.1:
version "6.11.0"
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.11.0.tgz#33bae3bf6363d0a7c2cf9031c96c744ff54d85ba"
@@ -6986,6 +8060,11 @@ css-minimizer-webpack-plugin@^5.0.1:
schema-utils "^4.0.1"
serialize-javascript "^6.0.1"
+css-prefers-color-scheme@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-10.0.0.tgz#ba001b99b8105b8896ca26fc38309ddb2278bd3c"
+ integrity sha512-VCtXZAWivRglTZditUfB4StnsWr6YVZ2PRtuxQLKTNRdtAf8tpzaVPE9zXIF3VaSc7O70iK/j1+NXxyQCqdPjQ==
+
css-prefers-color-scheme@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz#ca8a22e5992c10a5b9d315155e7caee625903349"
@@ -7075,6 +8154,11 @@ cssdb@^7.1.0:
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-7.11.2.tgz#127a2f5b946ee653361a5af5333ea85a39df5ae5"
integrity sha512-lhQ32TFkc1X4eTefGfYPvgovRSzIMofHkigfH8nWtyRL4XJLsRhJFreRvEgKzept7x1rjBuy3J/MurXLaFxW/A==
+cssdb@^8.2.3:
+ version "8.2.3"
+ resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-8.2.3.tgz#7e6980bb5a785a9b4eb2a21bd38d50624b56cb46"
+ integrity sha512-9BDG5XmJrJQQnJ51VFxXCAtpZ5ebDlAREmO8sxMOVU0aSxN/gocbctjIG5LMh3WBUq+xTlb/jw2LoljBEqraTA==
+
cssesc@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
@@ -7266,7 +8350,7 @@ debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, d
dependencies:
ms "^2.1.3"
-debug@^3.1.0, debug@^3.2.7:
+debug@^3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
@@ -7431,11 +8515,6 @@ destroy@1.2.0:
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.2.0.tgz#4803735509ad8be552934c67df614f94e66fa015"
integrity sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==
-detect-libc@^2.0.3:
- version "2.0.3"
- resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.3.tgz#f0cd503b40f9939b894697d19ad50895e30cf700"
- integrity sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==
-
detect-node@^2.0.4:
version "2.1.0"
resolved "https://registry.yarnpkg.com/detect-node/-/detect-node-2.1.0.tgz#c9c70775a49c3d03bc2c06d9a73be550f978f8b1"
@@ -7577,7 +8656,7 @@ docusaurus-json-schema-plugin@^1.11.0:
monaco-editor-webpack-plugin "^7.0.1"
react-monaco-editor "^0.55.0"
-docusaurus-plugin-typedoc@^0.22.0:
+docusaurus-plugin-typedoc@0.22.0:
version "0.22.0"
resolved "https://registry.yarnpkg.com/docusaurus-plugin-typedoc/-/docusaurus-plugin-typedoc-0.22.0.tgz#3731c19e18083c1217ef954dc64b667ddbd0b120"
integrity sha512-5q+oT+iq3g9DvsMin11pSSmqHRw0i62csHBzkWVtgmsqN/BwGDHnxDiTbHhhkBNQpmRIRgltyNdMnO5x+JUK8Q==
@@ -7705,7 +8784,7 @@ duplexer3@^0.1.4:
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz#0b5e4d7bad5de8901ea4440624c8e1d20099217e"
integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
-duplexer@^0.1.2, duplexer@~0.1.1:
+duplexer@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
@@ -7770,6 +8849,11 @@ electron-to-chromium@^1.5.28:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.32.tgz#4a05ee78e29e240aabaf73a67ce9fe73f52e1bc7"
integrity sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==
+electron-to-chromium@^1.5.73:
+ version "1.5.83"
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.83.tgz#3f74078f0c83e24bf7e692eaa855a998d1bec34f"
+ integrity sha512-LcUDPqSt+V0QmI47XLzZrz5OqILSMGsPFkDYus22rIbgorSvBYEFqq854ltTmUdHkY92FSdAAvsh4jWEULMdfQ==
+
electron@26.3.0:
version "26.3.0"
resolved "https://registry.yarnpkg.com/electron/-/electron-26.3.0.tgz#3267773d170310384db76819cf6375bd98b3cc76"
@@ -8236,7 +9320,7 @@ eventemitter3@^4.0.0:
resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.7.tgz#2de9b68f6528d5644ef5c59526a1b4a07306169f"
integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==
-events@^3.2.0, events@^3.3.0:
+events@^3.2.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
@@ -8370,11 +9454,6 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
-fast-fifo@^1.2.0, fast-fifo@^1.3.2:
- version "1.3.2"
- resolved "https://registry.yarnpkg.com/fast-fifo/-/fast-fifo-1.3.2.tgz#286e31de96eb96d38a97899815740ba2a4f3640c"
- integrity sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==
-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0:
version "3.3.2"
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
@@ -8406,13 +9485,6 @@ fast-uri@^3.0.1:
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.2.tgz#d78b298cf70fd3b752fd951175a3da6a7b48f024"
integrity sha512-GR6f0hD7XXyNJa25Tb9BuIdN0tdr+0BMi6/CJPH3wJO1JjNG3n/VsSw38AwRdKZABm8lGbPfakLRkYzx2V9row==
-fast-url-parser@1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/fast-url-parser/-/fast-url-parser-1.1.3.tgz#f4af3ea9f34d8a271cf58ad2b3759f431f0b318d"
- integrity sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==
- dependencies:
- punycode "^1.3.2"
-
fast-xml-parser@^4.0.12:
version "4.5.0"
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37"
@@ -8646,7 +9718,7 @@ form-data-encoder@^2.1.2:
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
-form-data@4.0.0, form-data@^4.0.0:
+form-data@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
@@ -8734,13 +9806,6 @@ fsevents@^2.3.2, fsevents@~2.3.2:
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
-ftp-response-parser@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/ftp-response-parser/-/ftp-response-parser-1.0.1.tgz#3b9d33f8edd5fb8e4700b8f778c462e5b1581f89"
- integrity sha512-++Ahlo2hs/IC7UVQzjcSAfeUpCwTTzs4uvG5XfGnsinIFkWUYF4xWwPd5qZuK8MJrmUIxFMuHcfqaosCDjvIWw==
- dependencies:
- readable-stream "^1.0.31"
-
function-bind@^1.1.2:
version "1.1.2"
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
@@ -8795,11 +9860,6 @@ get-own-enumerable-property-symbols@^3.0.0:
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
integrity sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==
-get-stream@6.0.1, get-stream@^6.0.0, get-stream@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
- integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
-
get-stream@^4.0.0, get-stream@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
@@ -8814,6 +9874,11 @@ get-stream@^5.0.0, get-stream@^5.1.0:
dependencies:
pump "^3.0.0"
+get-stream@^6.0.0, get-stream@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
+ integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==
+
get-symbol-description@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5"
@@ -8852,18 +9917,7 @@ glob-to-regexp@^0.4.1:
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
-glob@10.4.1:
- version "10.4.1"
- resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.1.tgz#0cfb01ab6a6b438177bfe6a58e2576f6efe909c2"
- integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
- dependencies:
- foreground-child "^3.1.0"
- jackspeak "^3.1.2"
- minimatch "^9.0.4"
- minipass "^7.1.2"
- path-scurry "^1.11.1"
-
-glob@^10.0.0, glob@^10.3.10:
+glob@^10.3.10:
version "10.4.5"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -8875,17 +9929,6 @@ glob@^10.0.0, glob@^10.3.10:
package-json-from-dist "^1.0.0"
path-scurry "^1.11.1"
-glob@^6.0.1:
- version "6.0.4"
- resolved "https://registry.yarnpkg.com/glob/-/glob-6.0.4.tgz#0f08860f6a155127b2fadd4f9ce24b1aab6e4d22"
- integrity sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==
- dependencies:
- inflight "^1.0.4"
- inherits "2"
- minimatch "2 || 3"
- once "^1.3.0"
- path-is-absolute "^1.0.0"
-
glob@^7.0.0, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.6, glob@^7.2.0, glob@~7.2.0:
version "7.2.3"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -9350,11 +10393,6 @@ hoopy@^0.1.4:
resolved "https://registry.yarnpkg.com/hoopy/-/hoopy-0.1.4.tgz#609207d661100033a9a9402ad3dea677381c1b1d"
integrity sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==
-hosted-git-info@^2.1.4:
- version "2.8.9"
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
- integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
-
hosted-git-info@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
@@ -9430,7 +10468,7 @@ html-void-elements@^3.0.0:
resolved "https://registry.yarnpkg.com/html-void-elements/-/html-void-elements-3.0.0.tgz#fc9dbd84af9e747249034d4d62602def6517f1d7"
integrity sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==
-html-webpack-plugin@^5.5.0, html-webpack-plugin@^5.5.3:
+html-webpack-plugin@^5.5.0:
version "5.6.0"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz#50a8fa6709245608cb00e811eacecb8e0d7b7ea0"
integrity sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==
@@ -9441,6 +10479,17 @@ html-webpack-plugin@^5.5.0, html-webpack-plugin@^5.5.3:
pretty-error "^4.0.0"
tapable "^2.0.0"
+html-webpack-plugin@^5.6.0:
+ version "5.6.3"
+ resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz#a31145f0fee4184d53a794f9513147df1e653685"
+ integrity sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==
+ dependencies:
+ "@types/html-minifier-terser" "^6.0.0"
+ html-minifier-terser "^6.0.2"
+ lodash "^4.17.21"
+ pretty-error "^4.0.0"
+ tapable "^2.0.0"
+
htmlparser2@^6.1.0:
version "6.1.0"
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.1.0.tgz#c4d762b6c3371a05dbe65e94ae43a9f845fb8fb7"
@@ -9634,7 +10683,7 @@ identity-obj-proxy@^3.0.0:
dependencies:
harmony-reflect "^1.4.6"
-ieee754@^1.1.13, ieee754@^1.2.1:
+ieee754@^1.1.13:
version "1.2.1"
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
@@ -9715,10 +10764,10 @@ indent-string@^4.0.0:
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
-infima@0.2.0-alpha.44:
- version "0.2.0-alpha.44"
- resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.44.tgz#9cd9446e473b44d49763f48efabe31f32440861d"
- integrity sha512-tuRkUSO/lB3rEhLJk25atwAjgLuzq070+pOW8XcvpHky/YbENnRRdPd85IBkyeTgttmOy5ah+yHYsK1HhUd4lQ==
+infima@0.2.0-alpha.45:
+ version "0.2.0-alpha.45"
+ resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.45.tgz#542aab5a249274d81679631b492973dd2c1e7466"
+ integrity sha512-uyH0zfr1erU1OohLk0fT4Rrb94AOhguWNOcD9uGrSpRvNB+6gZXUoJX5J0NtvzBO10YZ9PgvA4NFgt+fYg8ojw==
inflight@^1.0.4:
version "1.0.6"
@@ -9728,7 +10777,7 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"
-inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.1, inherits@~2.0.3:
+inherits@2, inherits@2.0.4, inherits@^2.0.1, inherits@^2.0.3, inherits@^2.0.4, inherits@~2.0.3:
version "2.0.4"
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
@@ -10176,7 +11225,7 @@ is-stream@^1.1.0:
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
integrity sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==
-is-stream@^2.0.0, is-stream@^2.0.1:
+is-stream@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
@@ -10271,11 +11320,6 @@ isexe@^2.0.0:
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
-isexe@^3.1.1:
- version "3.1.1"
- resolved "https://registry.yarnpkg.com/isexe/-/isexe-3.1.1.tgz#4a407e2bd78ddfb14bea0c27c6f7072dde775f0d"
- integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
-
isobject@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
@@ -10500,18 +11544,6 @@ jsesc@^3.0.2, jsesc@~3.0.2:
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-3.0.2.tgz#bb8b09a6597ba426425f2e4a07245c3d00b9343e"
integrity sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==
-jsftp@2.1.3:
- version "2.1.3"
- resolved "https://registry.yarnpkg.com/jsftp/-/jsftp-2.1.3.tgz#3a0936b58d170441a0e74f27d34b53dda8dea9c1"
- integrity sha512-r79EVB8jaNAZbq8hvanL8e8JGu2ZNr2bXdHC4ZdQhRImpSPpnWwm5DYVzQ5QxJmtGtKhNNuvqGgbNaFl604fEQ==
- dependencies:
- debug "^3.1.0"
- ftp-response-parser "^1.0.1"
- once "^1.4.0"
- parse-listing "^1.1.3"
- stream-combiner "^0.2.2"
- unorm "^1.4.1"
-
json-buffer@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
@@ -10547,7 +11579,7 @@ json-schema-traverse@^1.0.0:
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
-json-schema@0.4.0, json-schema@^0.4.0:
+json-schema@^0.4.0:
version "0.4.0"
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
@@ -10629,11 +11661,6 @@ kind-of@^6.0.0, kind-of@^6.0.2:
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
-klaw@4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/klaw/-/klaw-4.1.0.tgz#5df608067d8cb62bbfb24374f8e5d956323338f3"
- integrity sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==
-
kleur@^3.0.3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
@@ -10671,13 +11698,6 @@ lazy-val@^1.0.4, lazy-val@^1.0.5:
resolved "https://registry.yarnpkg.com/lazy-val/-/lazy-val-1.0.5.tgz#6cf3b9f5bc31cee7ee3e369c0832b7583dcd923d"
integrity sha512-0/BnGCCfyUMkBpeDgWihanIAF9JmZhHBgUhEqzvf+adhNGLoP6TaiI5oF8oyb3I45P+PcnrqihSf01M0l0G5+Q==
-lazystream@^1.0.0:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/lazystream/-/lazystream-1.0.1.tgz#494c831062f1f9408251ec44db1cba29242a2638"
- integrity sha512-b94GiNHQNy6JNTrt5w6zNyffMrNkXZb3KTkCZJb2V1xaEGCk093vkZ2jk3tpaeP33/OiXC+WvK9AxUebnf5nbw==
- dependencies:
- readable-stream "^2.0.5"
-
lcid@^3.0.0:
version "3.1.1"
resolved "https://registry.yarnpkg.com/lcid/-/lcid-3.1.1.tgz#9030ec479a058fc36b5e8243ebaac8b6ac582fd0"
@@ -10790,13 +11810,6 @@ locate-path@^7.1.0:
dependencies:
p-locate "^6.0.0"
-lockfile@1.0.4:
- version "1.0.4"
- resolved "https://registry.yarnpkg.com/lockfile/-/lockfile-1.0.4.tgz#07f819d25ae48f87e538e6578b6964a4981a5609"
- integrity sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==
- dependencies:
- signal-exit "^3.0.2"
-
lodash.debounce@^4.0.8:
version "4.0.8"
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -10827,19 +11840,11 @@ lodash.uniq@^4.5.0:
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
-lodash@4.17.21, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4, lodash@~4.17.21:
+lodash@4.17.21, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@~4.17.21:
version "4.17.21"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
-log-symbols@4.1.0, log-symbols@^4.1.0:
- version "4.1.0"
- resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
- integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
- dependencies:
- chalk "^4.1.0"
- is-unicode-supported "^0.1.0"
-
log-symbols@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -10847,6 +11852,14 @@ log-symbols@^2.2.0:
dependencies:
chalk "^2.0.1"
+log-symbols@^4.1.0:
+ version "4.1.0"
+ resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
+ integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
+ dependencies:
+ chalk "^4.1.0"
+ is-unicode-supported "^0.1.0"
+
logkitty@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.7.1.tgz#8e8d62f4085a826e8d38987722570234e33c6aa7"
@@ -10890,7 +11903,7 @@ lowercase-keys@^3.0.0:
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
-lru-cache@10.4.3, lru-cache@^10.2.0:
+lru-cache@^10.2.0:
version "10.4.3"
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
@@ -10960,6 +11973,13 @@ markdown-extensions@^2.0.0:
resolved "https://registry.yarnpkg.com/markdown-extensions/-/markdown-extensions-2.0.0.tgz#34bebc83e9938cae16e0e017e4a9814a8330d3c4"
integrity sha512-o5vL7aDWatOTX8LzaS1WMoaoxIiLRQJuIKKe2wAw6IeULDHaqbiqiggmx+pKvZDb1Sj+pE46Sn1T7lCqfFtg1Q==
+markdown-table@^2.0.0:
+ version "2.0.0"
+ resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"
+ integrity sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==
+ dependencies:
+ repeat-string "^1.0.0"
+
markdown-table@^3.0.0:
version "3.0.3"
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-3.0.3.tgz#e6331d30e493127e031dd385488b5bd326e4a6bd"
@@ -12038,7 +13058,7 @@ mimic-response@^4.0.0:
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-4.0.0.tgz#35468b19e7c75d10f5165ea25e75a5ceea7cf70f"
integrity sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==
-mini-css-extract-plugin@^2.4.5, mini-css-extract-plugin@^2.7.6:
+mini-css-extract-plugin@^2.4.5:
version "2.9.1"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.1.tgz#4d184f12ce90582e983ccef0f6f9db637b4be758"
integrity sha512-+Vyi+GCCOHnrJ2VPS+6aPoXN2k2jgUzDRhTFLjjTBn23qyXJXkjUWQgTL+mXpF5/A8ixLdCc6kWsoeOjKGejKQ==
@@ -12046,6 +13066,14 @@ mini-css-extract-plugin@^2.4.5, mini-css-extract-plugin@^2.7.6:
schema-utils "^4.0.0"
tapable "^2.2.1"
+mini-css-extract-plugin@^2.9.1:
+ version "2.9.2"
+ resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz#966031b468917a5446f4c24a80854b2947503c5b"
+ integrity sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==
+ dependencies:
+ schema-utils "^4.0.0"
+ tapable "^2.2.1"
+
mini-svg-data-uri@^1.2.3:
version "1.4.4"
resolved "https://registry.yarnpkg.com/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz#8ab0aabcdf8c29ad5693ca595af19dd2ead09939"
@@ -12056,14 +13084,14 @@ minimalistic-assert@^1.0.0:
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
-"minimatch@2 || 3", minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
+minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
dependencies:
brace-expansion "^1.1.7"
-minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.1:
+minimatch@^5.0.1, minimatch@^5.1.1:
version "5.1.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
@@ -12141,11 +13169,6 @@ module-details-from-path@^1.0.3:
resolved "https://registry.yarnpkg.com/module-details-from-path/-/module-details-from-path-1.0.3.tgz#114c949673e2a8a35e9d35788527aa37b679da2b"
integrity sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==
-moment@2.30.1:
- version "2.30.1"
- resolved "https://registry.yarnpkg.com/moment/-/moment-2.30.1.tgz#f8c91c07b7a786e30c59926df530b4eac96974ae"
- integrity sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==
-
moment@~2.29.3:
version "2.29.4"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
@@ -12196,15 +13219,6 @@ mute-stream@0.0.8:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
-mv@2.1.1:
- version "2.1.1"
- resolved "https://registry.yarnpkg.com/mv/-/mv-2.1.1.tgz#ae6ce0d6f6d5e0a4f7d893798d03c1ea9559b6a2"
- integrity sha512-at/ZndSy3xEGJ8i0ygALh8ru9qy7gWW1cmkaqBN29JmMlIvM//MEO9y1sk/avxuwnPcfhkejkLsuPxH81BrkSg==
- dependencies:
- mkdirp "~0.5.1"
- ncp "~2.0.0"
- rimraf "~2.4.0"
-
mz@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
@@ -12224,7 +13238,7 @@ nanoid@^3.3.7:
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
-ncp@2.0.0, ncp@~2.0.0:
+ncp@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/ncp/-/ncp-2.0.0.tgz#195a21d6c46e361d2fb1281ba38b91e9df7bdbb3"
integrity sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==
@@ -12339,6 +13353,11 @@ node-releases@^2.0.18:
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
+node-releases@^2.0.19:
+ version "2.0.19"
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.19.tgz#9e445a52950951ec4d177d843af370b411caf314"
+ integrity sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==
+
node-stream-zip@^1.9.1:
version "1.15.0"
resolved "https://registry.yarnpkg.com/node-stream-zip/-/node-stream-zip-1.15.0.tgz#158adb88ed8004c6c49a396b50a6a5de3bca33ea"
@@ -12351,16 +13370,6 @@ nopt@1.0.10:
dependencies:
abbrev "1"
-normalize-package-data@^2.5.0:
- version "2.5.0"
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
- integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
- dependencies:
- hosted-git-info "^2.1.4"
- resolve "^1.10.0"
- semver "2 || 3 || 4 || 5"
- validate-npm-package-license "^3.0.1"
-
normalize-path@^3.0.0, normalize-path@~3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -12419,6 +13428,14 @@ nth-check@^2.0.1:
dependencies:
boolbase "^1.0.0"
+null-loader@^4.0.1:
+ version "4.0.1"
+ resolved "https://registry.yarnpkg.com/null-loader/-/null-loader-4.0.1.tgz#8e63bd3a2dd3c64236a4679428632edd0a6dbc6a"
+ integrity sha512-pxqVbi4U6N26lq+LmgIbB5XATP0VdZKOG25DhHi8btMmJJefGArFyDg1yc4U3hWCJbMqSrw0qyrz1UQX+qYXqg==
+ dependencies:
+ loader-utils "^2.0.0"
+ schema-utils "^3.0.0"
+
nullthrows@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
@@ -12542,11 +13559,6 @@ open@^8.0.9, open@^8.4.0:
is-docker "^2.1.1"
is-wsl "^2.2.0"
-opencv-bindings@4.5.5:
- version "4.5.5"
- resolved "https://registry.yarnpkg.com/opencv-bindings/-/opencv-bindings-4.5.5.tgz#0c1457238ff97ac9afd59ab04c5009d79b48a3af"
- integrity sha512-FdYE9uqnoPKbAkZFEOpIh6RTtJIz1lz+W27xPCo1Ov6+d0OOgg+Hm9OT2MIGIG8V1Dp3fWlLvi7SIjDOpqO2XA==
-
opener@^1.5.1, opener@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
@@ -12805,11 +13817,6 @@ parse-json@^5.0.0, parse-json@^5.2.0:
json-parse-even-better-errors "^2.3.0"
lines-and-columns "^1.1.6"
-parse-listing@^1.1.3:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/parse-listing/-/parse-listing-1.1.3.tgz#aa546f57fdc129cfbf9945cd4b757b14b06182dd"
- integrity sha512-a1p1i+9Qyc8pJNwdrSvW1g5TPxRH0sywVi6OzVvYHRo6xwF9bDWBxtH0KkxeOOvhUE8vAMtiSfsYQFOuK901eA==
-
parse-numeric-range@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.3.0.tgz#7c63b61190d61e4d53a1197f0c83c47bb670ffa3"
@@ -12896,10 +13903,10 @@ path-to-regexp@0.1.10:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
-path-to-regexp@2.2.1:
- version "2.2.1"
- resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
- integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
+path-to-regexp@3.3.0:
+ version "3.3.0"
+ resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-3.3.0.tgz#f7f31d32e8518c2660862b644414b6d5c63a611b"
+ integrity sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==
path-to-regexp@^1.7.0:
version "1.9.0"
@@ -12955,6 +13962,11 @@ picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0:
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
+picocolors@^1.1.1:
+ version "1.1.1"
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
+ integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
@@ -12980,13 +13992,6 @@ pirates@^4.0.1, pirates@^4.0.6:
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.6.tgz#3018ae32ecfcff6c29ba2267cbf21166ac1f36b9"
integrity sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==
-pkg-dir@5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
- integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
- dependencies:
- find-up "^5.0.0"
-
pkg-dir@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
@@ -13015,7 +14020,7 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"
-plist@3.1.0, plist@^3.0.4, plist@^3.0.5, plist@^3.0.6:
+plist@^3.0.4, plist@^3.0.5, plist@^3.0.6:
version "3.1.0"
resolved "https://registry.yarnpkg.com/plist/-/plist-3.1.0.tgz#797a516a93e62f5bde55e0b9cc9c967f860893c9"
integrity sha512-uysumyrvkUX0rX/dEVqt8gC3sTBzd4zoWfLeS29nb53imdaXVvLINYXTI2GNqzaMuvacNx4uJQ8+b3zXR0pkgQ==
@@ -13024,11 +14029,6 @@ plist@3.1.0, plist@^3.0.4, plist@^3.0.5, plist@^3.0.6:
base64-js "^1.5.1"
xmlbuilder "^15.1.1"
-pluralize@8.0.0:
- version "8.0.0"
- resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
- integrity sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==
-
portfinder@^1.0.28:
version "1.0.32"
resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.32.tgz#2fe1b9e58389712429dc2bea5beb2146146c7f81"
@@ -13050,6 +14050,13 @@ postcss-attribute-case-insensitive@^5.0.2:
dependencies:
postcss-selector-parser "^6.0.10"
+postcss-attribute-case-insensitive@^7.0.1:
+ version "7.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-7.0.1.tgz#0c4500e3bcb2141848e89382c05b5a31c23033a3"
+ integrity sha512-Uai+SupNSqzlschRyNx3kbCTWgY/2hcwtHEI/ej2LJWc9JJ77qKgGptd8DHwY1mXtZ7Aoh4z4yxfwMBue9eNgw==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
postcss-browser-comments@^4:
version "4.0.0"
resolved "https://registry.yarnpkg.com/postcss-browser-comments/-/postcss-browser-comments-4.0.0.tgz#bcfc86134df5807f5d3c0eefa191d42136b5e72a"
@@ -13085,6 +14092,25 @@ postcss-color-functional-notation@^4.2.4:
dependencies:
postcss-value-parser "^4.2.0"
+postcss-color-functional-notation@^7.0.7:
+ version "7.0.7"
+ resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-7.0.7.tgz#c5362df010926f902ce4e7fb3da2a46cff175d1b"
+ integrity sha512-EZvAHsvyASX63vXnyXOIynkxhaHRSsdb7z6yiXKIovGXAolW4cMZ3qoh7k3VdTsLBS6VGdksGfIo3r6+waLoOw==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
+postcss-color-hex-alpha@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-10.0.0.tgz#5dd3eba1f8facb4ea306cba6e3f7712e876b0c76"
+ integrity sha512-1kervM2cnlgPs2a8Vt/Qbe5cQ++N7rkYo/2rz2BkqJZIHQwaVuJgQH38REHrAi4uM0b1fqxMkWYmese94iMp3w==
+ dependencies:
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
postcss-color-hex-alpha@^8.0.4:
version "8.0.4"
resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz#c66e2980f2fbc1a63f5b079663340ce8b55f25a5"
@@ -13092,6 +14118,14 @@ postcss-color-hex-alpha@^8.0.4:
dependencies:
postcss-value-parser "^4.2.0"
+postcss-color-rebeccapurple@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-10.0.0.tgz#5ada28406ac47e0796dff4056b0a9d5a6ecead98"
+ integrity sha512-JFta737jSP+hdAIEhk1Vs0q0YF5P8fFcj+09pweS8ktuGuZ8pPlykHsk6mPxZ8awDl4TrcxUqJo9l1IhVr/OjQ==
+ dependencies:
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
postcss-color-rebeccapurple@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz#63fdab91d878ebc4dd4b7c02619a0c3d6a56ced0"
@@ -13135,6 +14169,16 @@ postcss-convert-values@^6.1.0:
browserslist "^4.23.0"
postcss-value-parser "^4.2.0"
+postcss-custom-media@^11.0.5:
+ version "11.0.5"
+ resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-11.0.5.tgz#2fcd88a9b1d4da41c67dac6f2def903063a3377d"
+ integrity sha512-SQHhayVNgDvSAdX9NQ/ygcDQGEY+aSF4b/96z7QUX6mqL5yl/JgG/DywcF6fW9XbnCRE+aVYk+9/nqGuzOPWeQ==
+ dependencies:
+ "@csstools/cascade-layer-name-parser" "^2.0.4"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/media-query-list-parser" "^4.0.2"
+
postcss-custom-media@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz#c8f9637edf45fef761b014c024cee013f80529ea"
@@ -13149,6 +14193,17 @@ postcss-custom-properties@^12.1.10:
dependencies:
postcss-value-parser "^4.2.0"
+postcss-custom-properties@^14.0.4:
+ version "14.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-14.0.4.tgz#de9c663285a98833a946d7003a34369d3ce373a9"
+ integrity sha512-QnW8FCCK6q+4ierwjnmXF9Y9KF8q0JkbgVfvQEMa93x1GT8FvOiUevWCN2YLaOWyByeDX8S6VFbZEeWoAoXs2A==
+ dependencies:
+ "@csstools/cascade-layer-name-parser" "^2.0.4"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
postcss-custom-selectors@^6.0.3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz#1ab4684d65f30fed175520f82d223db0337239d9"
@@ -13156,6 +14211,16 @@ postcss-custom-selectors@^6.0.3:
dependencies:
postcss-selector-parser "^6.0.4"
+postcss-custom-selectors@^8.0.4:
+ version "8.0.4"
+ resolved "https://registry.yarnpkg.com/postcss-custom-selectors/-/postcss-custom-selectors-8.0.4.tgz#95ef8268fdbbbd84f34cf84a4517c9d99d419c5a"
+ integrity sha512-ASOXqNvDCE0dAJ/5qixxPeL1aOVGHGW2JwSy7HyjWNbnWTQCl+fDc968HY1jCmZI0+BaYT5CxsOiUhavpG/7eg==
+ dependencies:
+ "@csstools/cascade-layer-name-parser" "^2.0.4"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ postcss-selector-parser "^7.0.0"
+
postcss-dir-pseudo-class@^6.0.5:
version "6.0.5"
resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz#2bf31de5de76added44e0a25ecf60ae9f7c7c26c"
@@ -13163,6 +14228,13 @@ postcss-dir-pseudo-class@^6.0.5:
dependencies:
postcss-selector-parser "^6.0.10"
+postcss-dir-pseudo-class@^9.0.1:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-9.0.1.tgz#80d9e842c9ae9d29f6bf5fd3cf9972891d6cc0ca"
+ integrity sha512-tRBEK0MHYvcMUrAuYMEOa0zg9APqirBcgzi6P21OhxtJyJADo/SWBwY1CAwEohQ/6HDaa9jCjLRG7K3PVQYHEA==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
postcss-discard-comments@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz#8df5e81d2925af2780075840c1526f0660e53696"
@@ -13218,6 +14290,15 @@ postcss-double-position-gradients@^3.1.2:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"
+postcss-double-position-gradients@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-6.0.0.tgz#eddd424ec754bb543d057d4d2180b1848095d4d2"
+ integrity sha512-JkIGah3RVbdSEIrcobqj4Gzq0h53GG4uqDPsho88SgY84WnpkTpI0k50MFK/sX7XqVisZ6OqUfFnoUO6m1WWdg==
+ dependencies:
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
postcss-env-function@^4.0.6:
version "4.0.6"
resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.6.tgz#7b2d24c812f540ed6eda4c81f6090416722a8e7a"
@@ -13230,6 +14311,13 @@ postcss-flexbugs-fixes@^5.0.2:
resolved "https://registry.yarnpkg.com/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-5.0.2.tgz#2028e145313074fc9abe276cb7ca14e5401eb49d"
integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==
+postcss-focus-visible@^10.0.1:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-10.0.1.tgz#1f7904904368a2d1180b220595d77b6f8a957868"
+ integrity sha512-U58wyjS/I1GZgjRok33aE8juW9qQgQUNwTSdxQGuShHzwuYdcklnvK/+qOWX1Q9kr7ysbraQ6ht6r+udansalA==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
postcss-focus-visible@^6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz#50c9ea9afa0ee657fb75635fabad25e18d76bf9e"
@@ -13244,6 +14332,13 @@ postcss-focus-within@^5.0.4:
dependencies:
postcss-selector-parser "^6.0.9"
+postcss-focus-within@^9.0.1:
+ version "9.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-9.0.1.tgz#ac01ce80d3f2e8b2b3eac4ff84f8e15cd0057bc7"
+ integrity sha512-fzNUyS1yOYa7mOjpci/bR+u+ESvdar6hk8XNK/TRR0fiGTp2QT5N+ducP0n3rfH/m9I7H/EQU6lsa2BrgxkEjw==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
postcss-font-variant@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz#efd59b4b7ea8bb06127f2d031bfbb7f24d32fa66"
@@ -13254,6 +14349,11 @@ postcss-gap-properties@^3.0.5:
resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz#f7e3cddcf73ee19e94ccf7cb77773f9560aa2fff"
integrity sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==
+postcss-gap-properties@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-6.0.0.tgz#d5ff0bdf923c06686499ed2b12e125fe64054fed"
+ integrity sha512-Om0WPjEwiM9Ru+VhfEDPZJAKWUd0mV1HmNXqp2C29z80aQ2uP9UVhLc7e3aYMIor/S5cVhoPgYQ7RtfeZpYTRw==
+
postcss-image-set-function@^4.0.7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz#08353bd756f1cbfb3b6e93182c7829879114481f"
@@ -13261,6 +14361,14 @@ postcss-image-set-function@^4.0.7:
dependencies:
postcss-value-parser "^4.2.0"
+postcss-image-set-function@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-7.0.0.tgz#538e94e16716be47f9df0573b56bbaca86e1da53"
+ integrity sha512-QL7W7QNlZuzOwBTeXEmbVckNt1FSmhQtbMRvGGqqU4Nf4xk6KUEQhAoWuMzwbSv5jxiRiSZ5Tv7eiDB9U87znA==
+ dependencies:
+ "@csstools/utilities" "^2.0.0"
+ postcss-value-parser "^4.2.0"
+
postcss-import@^15.1.0:
version "15.1.0"
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-15.1.0.tgz#41c64ed8cc0e23735a9698b3249ffdbf704adc70"
@@ -13290,6 +14398,17 @@ postcss-lab-function@^4.2.1:
"@csstools/postcss-progressive-custom-properties" "^1.1.0"
postcss-value-parser "^4.2.0"
+postcss-lab-function@^7.0.7:
+ version "7.0.7"
+ resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-7.0.7.tgz#9c87c21ce5132c55824190b75d7d7adede9c2fac"
+ integrity sha512-+ONj2bpOQfsCKZE2T9VGMyVVdGcGUpr7u3SVfvkJlvhTRmDCfY25k4Jc8fubB9DclAPR4+w8uVtDZmdRgdAHig==
+ dependencies:
+ "@csstools/css-color-parser" "^3.0.7"
+ "@csstools/css-parser-algorithms" "^3.0.4"
+ "@csstools/css-tokenizer" "^3.0.3"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/utilities" "^2.0.0"
+
postcss-load-config@^4.0.1:
version "4.0.2"
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-4.0.2.tgz#7159dcf626118d33e299f485d6afe4aff7c4a3e3"
@@ -13321,6 +14440,13 @@ postcss-logical@^5.0.4:
resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.4.tgz#ec75b1ee54421acc04d5921576b7d8db6b0e6f73"
integrity sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==
+postcss-logical@^8.0.0:
+ version "8.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-8.0.0.tgz#0db0b90c2dc53b485a8074a4b7a906297544f58d"
+ integrity sha512-HpIdsdieClTjXLOyYdUPAX/XQASNIwdKt5hoZW08ZOAiI+tbV0ta1oclkpVkW5ANU+xJvk3KkA0FejkjGLXUkg==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-media-minmax@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz#7140bddec173e2d6d657edbd8554a55794e2a5b5"
@@ -13477,6 +14603,15 @@ postcss-nesting@^10.2.0:
"@csstools/selector-specificity" "^2.0.0"
postcss-selector-parser "^6.0.10"
+postcss-nesting@^13.0.1:
+ version "13.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-nesting/-/postcss-nesting-13.0.1.tgz#c405796d7245a3e4c267a9956cacfe9670b5d43e"
+ integrity sha512-VbqqHkOBOt4Uu3G8Dm8n6lU5+9cJFxiuty9+4rcoyRPO9zZS1JIs6td49VIoix3qYqELHlJIn46Oih9SAKo+yQ==
+ dependencies:
+ "@csstools/selector-resolve-nested" "^3.0.0"
+ "@csstools/selector-specificity" "^5.0.0"
+ postcss-selector-parser "^7.0.0"
+
postcss-normalize-charset@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz#9302de0b29094b52c259e9b2cf8dc0879879f0ed"
@@ -13616,6 +14751,11 @@ postcss-opacity-percentage@^1.1.2:
resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.3.tgz#5b89b35551a556e20c5d23eb5260fbfcf5245da6"
integrity sha512-An6Ba4pHBiDtyVpSLymUUERMo2cU7s+Obz6BTrS+gxkbnSBNKSuD0AVUc+CpBMrpVPKKfoVz0WQCX+Tnst0i4A==
+postcss-opacity-percentage@^3.0.0:
+ version "3.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-opacity-percentage/-/postcss-opacity-percentage-3.0.0.tgz#0b0db5ed5db5670e067044b8030b89c216e1eb0a"
+ integrity sha512-K6HGVzyxUxd/VgZdX04DCtdwWJ4NGLG212US4/LA1TLAbHgmAsTWVR86o+gGIbFtnTkfOpb9sCRBx8K7HO66qQ==
+
postcss-ordered-values@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz#b6fd2bd10f937b23d86bc829c69e7732ce76ea38"
@@ -13639,11 +14779,25 @@ postcss-overflow-shorthand@^3.0.4:
dependencies:
postcss-value-parser "^4.2.0"
+postcss-overflow-shorthand@^6.0.0:
+ version "6.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-6.0.0.tgz#f5252b4a2ee16c68cd8a9029edb5370c4a9808af"
+ integrity sha512-BdDl/AbVkDjoTofzDQnwDdm/Ym6oS9KgmO7Gr+LHYjNWJ6ExORe4+3pcLQsLA9gIROMkiGVjjwZNoL/mpXHd5Q==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-page-break@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/postcss-page-break/-/postcss-page-break-3.0.4.tgz#7fbf741c233621622b68d435babfb70dd8c1ee5f"
integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==
+postcss-place@^10.0.0:
+ version "10.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-10.0.0.tgz#ba36ee4786ca401377ced17a39d9050ed772e5a9"
+ integrity sha512-5EBrMzat2pPAxQNWYavwAfoKfYcTADJ8AXGVPcUZ2UkNloUTWzJQExgrzrDkh3EKzmAx1evfTAzF9I8NGcc+qw==
+ dependencies:
+ postcss-value-parser "^4.2.0"
+
postcss-place@^7.0.5:
version "7.0.5"
resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.5.tgz#95dbf85fd9656a3a6e60e832b5809914236986c4"
@@ -13651,6 +14805,75 @@ postcss-place@^7.0.5:
dependencies:
postcss-value-parser "^4.2.0"
+postcss-preset-env@^10.1.0:
+ version "10.1.3"
+ resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.1.3.tgz#7d07adef2237a643162e751b00eb1e339aa3b82e"
+ integrity sha512-9qzVhcMFU/MnwYHyYpJz4JhGku/4+xEiPTmhn0hj3IxnUYlEF9vbh7OC1KoLAnenS6Fgg43TKNp9xcuMeAi4Zw==
+ dependencies:
+ "@csstools/postcss-cascade-layers" "^5.0.1"
+ "@csstools/postcss-color-function" "^4.0.7"
+ "@csstools/postcss-color-mix-function" "^3.0.7"
+ "@csstools/postcss-content-alt-text" "^2.0.4"
+ "@csstools/postcss-exponential-functions" "^2.0.6"
+ "@csstools/postcss-font-format-keywords" "^4.0.0"
+ "@csstools/postcss-gamut-mapping" "^2.0.7"
+ "@csstools/postcss-gradients-interpolation-method" "^5.0.7"
+ "@csstools/postcss-hwb-function" "^4.0.7"
+ "@csstools/postcss-ic-unit" "^4.0.0"
+ "@csstools/postcss-initial" "^2.0.0"
+ "@csstools/postcss-is-pseudo-class" "^5.0.1"
+ "@csstools/postcss-light-dark-function" "^2.0.7"
+ "@csstools/postcss-logical-float-and-clear" "^3.0.0"
+ "@csstools/postcss-logical-overflow" "^2.0.0"
+ "@csstools/postcss-logical-overscroll-behavior" "^2.0.0"
+ "@csstools/postcss-logical-resize" "^3.0.0"
+ "@csstools/postcss-logical-viewport-units" "^3.0.3"
+ "@csstools/postcss-media-minmax" "^2.0.6"
+ "@csstools/postcss-media-queries-aspect-ratio-number-values" "^3.0.4"
+ "@csstools/postcss-nested-calc" "^4.0.0"
+ "@csstools/postcss-normalize-display-values" "^4.0.0"
+ "@csstools/postcss-oklab-function" "^4.0.7"
+ "@csstools/postcss-progressive-custom-properties" "^4.0.0"
+ "@csstools/postcss-random-function" "^1.0.2"
+ "@csstools/postcss-relative-color-syntax" "^3.0.7"
+ "@csstools/postcss-scope-pseudo-class" "^4.0.1"
+ "@csstools/postcss-sign-functions" "^1.1.1"
+ "@csstools/postcss-stepped-value-functions" "^4.0.6"
+ "@csstools/postcss-text-decoration-shorthand" "^4.0.1"
+ "@csstools/postcss-trigonometric-functions" "^4.0.6"
+ "@csstools/postcss-unset-value" "^4.0.0"
+ autoprefixer "^10.4.19"
+ browserslist "^4.23.1"
+ css-blank-pseudo "^7.0.1"
+ css-has-pseudo "^7.0.2"
+ css-prefers-color-scheme "^10.0.0"
+ cssdb "^8.2.3"
+ postcss-attribute-case-insensitive "^7.0.1"
+ postcss-clamp "^4.1.0"
+ postcss-color-functional-notation "^7.0.7"
+ postcss-color-hex-alpha "^10.0.0"
+ postcss-color-rebeccapurple "^10.0.0"
+ postcss-custom-media "^11.0.5"
+ postcss-custom-properties "^14.0.4"
+ postcss-custom-selectors "^8.0.4"
+ postcss-dir-pseudo-class "^9.0.1"
+ postcss-double-position-gradients "^6.0.0"
+ postcss-focus-visible "^10.0.1"
+ postcss-focus-within "^9.0.1"
+ postcss-font-variant "^5.0.0"
+ postcss-gap-properties "^6.0.0"
+ postcss-image-set-function "^7.0.0"
+ postcss-lab-function "^7.0.7"
+ postcss-logical "^8.0.0"
+ postcss-nesting "^13.0.1"
+ postcss-opacity-percentage "^3.0.0"
+ postcss-overflow-shorthand "^6.0.0"
+ postcss-page-break "^3.0.4"
+ postcss-place "^10.0.0"
+ postcss-pseudo-class-any-link "^10.0.1"
+ postcss-replace-overflow-wrap "^4.0.0"
+ postcss-selector-not "^8.0.1"
+
postcss-preset-env@^7.0.1:
version "7.8.3"
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-7.8.3.tgz#2a50f5e612c3149cc7af75634e202a5b2ad4f1e2"
@@ -13706,6 +14929,13 @@ postcss-preset-env@^7.0.1:
postcss-selector-not "^6.0.1"
postcss-value-parser "^4.2.0"
+postcss-pseudo-class-any-link@^10.0.1:
+ version "10.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-10.0.1.tgz#06455431171bf44b84d79ebaeee9fd1c05946544"
+ integrity sha512-3el9rXlBOqTFaMFkWDOkHUTQekFIYnaQY55Rsp8As8QQkpiSgIYEcF/6Ond93oHiDsGb4kad8zjt+NPlOC1H0Q==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
postcss-pseudo-class-any-link@^7.1.6:
version "7.1.6"
resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz#2693b221902da772c278def85a4d9a64b6e617ab"
@@ -13762,6 +14992,13 @@ postcss-selector-not@^6.0.1:
dependencies:
postcss-selector-parser "^6.0.10"
+postcss-selector-not@^8.0.1:
+ version "8.0.1"
+ resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-8.0.1.tgz#f2df9c6ac9f95e9fe4416ca41a957eda16130172"
+ integrity sha512-kmVy/5PYVb2UOhy0+LqUYAhKj7DUGDpSWa5LZqlkWJaaAV+dxxsOG3+St0yNLu6vsKD7Dmqx+nWQt0iil89+WA==
+ dependencies:
+ postcss-selector-parser "^7.0.0"
+
postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-selector-parser@^6.0.16, postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9, postcss-selector-parser@^6.1.1:
version "6.1.2"
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de"
@@ -13770,6 +15007,14 @@ postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.11, postcss-select
cssesc "^3.0.0"
util-deprecate "^1.0.2"
+postcss-selector-parser@^7.0.0:
+ version "7.0.0"
+ resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz#41bd8b56f177c093ca49435f65731befe25d6b9c"
+ integrity sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==
+ dependencies:
+ cssesc "^3.0.0"
+ util-deprecate "^1.0.2"
+
postcss-sort-media-queries@^5.2.0:
version "5.2.0"
resolved "https://registry.yarnpkg.com/postcss-sort-media-queries/-/postcss-sort-media-queries-5.2.0.tgz#4556b3f982ef27d3bac526b99b6c0d3359a6cf97"
@@ -13901,11 +15146,6 @@ process@^0.10.0:
resolved "https://registry.yarnpkg.com/process/-/process-0.10.1.tgz#842457cc51cfed72dc775afeeafb8c6034372725"
integrity sha512-dyIett8dgGIZ/TXKUzeYExt7WA6ldDzys9vTDU/cCA9L17Ypme+KzS+NjQCjpn9xsvi/shbMC+yP/BcFMBz0NA==
-process@^0.11.10:
- version "0.11.10"
- resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
- integrity sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==
-
progress@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
@@ -13983,11 +15223,6 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"
-punycode@^1.3.2:
- version "1.4.1"
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
- integrity sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==
-
punycode@^2.1.0:
version "2.3.1"
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
@@ -14022,11 +15257,6 @@ queue-microtask@^1.2.2:
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
-queue-tick@^1.0.1:
- version "1.0.1"
- resolved "https://registry.yarnpkg.com/queue-tick/-/queue-tick-1.0.1.tgz#f6f07ac82c1fd60f82e098b417a80e52f1f4c142"
- integrity sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==
-
queue@6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/queue/-/queue-6.0.2.tgz#b91525283e2315c7553d2efa18d83e76432fed65"
@@ -14146,24 +15376,15 @@ react-error-overlay@^6.0.11:
resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-6.0.11.tgz#92835de5841c5cf08ba00ddd2d677b6d17ff9adb"
integrity sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==
-react-fast-compare@^3.2.0, react-fast-compare@^3.2.2:
+react-fast-compare@^3.2.0:
version "3.2.2"
resolved "https://registry.yarnpkg.com/react-fast-compare/-/react-fast-compare-3.2.2.tgz#929a97a532304ce9fee4bcae44234f1ce2c21d49"
integrity sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==
-react-helmet-async@*:
- version "2.0.5"
- resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-2.0.5.tgz#cfc70cd7bb32df7883a8ed55502a1513747223ec"
- integrity sha512-rYUYHeus+i27MvFE+Jaa4WsyBKGkL6qVgbJvSBoX8mbsWoABJXdEO0bZyi0F6i+4f0NuIb8AvqPMj3iXFHkMwg==
- dependencies:
- invariant "^2.2.4"
- react-fast-compare "^3.2.2"
- shallowequal "^1.1.0"
-
-react-helmet-async@^1.3.0:
+"react-helmet-async@npm:@slorber/react-helmet-async@*", "react-helmet-async@npm:@slorber/react-helmet-async@1.3.0":
version "1.3.0"
- resolved "https://registry.yarnpkg.com/react-helmet-async/-/react-helmet-async-1.3.0.tgz#7bd5bf8c5c69ea9f02f6083f14ce33ef545c222e"
- integrity sha512-9jZ57/dAn9t3q6hneQS0wukqC2ENOBgMNVEhb/ZG9ZSxUetzVIw4iAmEU38IaVg3QGYauQPhSeUTuIUtFglWpg==
+ resolved "https://registry.yarnpkg.com/@slorber/react-helmet-async/-/react-helmet-async-1.3.0.tgz#11fbc6094605cf60aa04a28c17e0aab894b4ecff"
+ integrity sha512-e9/OK8VhwUSc67diWI8Rb3I0YgI9/SBQtnhe9aEuK6MhZm7ntZZimXgwXnd8W96YTmSOb9M4d8LwhRZyhWr/1A==
dependencies:
"@babel/runtime" "^7.12.5"
invariant "^2.2.4"
@@ -14357,16 +15578,6 @@ read-config-file@6.3.2:
json5 "^2.2.0"
lazy-val "^1.0.4"
-read-pkg@5.2.0:
- version "5.2.0"
- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
- integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
- dependencies:
- "@types/normalize-package-data" "^2.4.0"
- normalize-package-data "^2.5.0"
- parse-json "^5.0.0"
- type-fest "^0.6.0"
-
"readable-stream@2 || 3", readable-stream@^3.0.6, readable-stream@^3.4.0, readable-stream@^3.6.0:
version "3.6.2"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
@@ -14376,17 +15587,7 @@ read-pkg@5.2.0:
string_decoder "^1.1.1"
util-deprecate "^1.0.1"
-readable-stream@^1.0.31:
- version "1.1.14"
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-1.1.14.tgz#7cf4c54ef648e3813084c636dd2079e166c081d9"
- integrity sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==
- dependencies:
- core-util-is "~1.0.0"
- inherits "~2.0.1"
- isarray "0.0.1"
- string_decoder "~0.10.x"
-
-readable-stream@^2.0.1, readable-stream@^2.0.5, readable-stream@~2.3.6:
+readable-stream@^2.0.1, readable-stream@~2.3.6:
version "2.3.8"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
@@ -14399,24 +15600,6 @@ readable-stream@^2.0.1, readable-stream@^2.0.5, readable-stream@~2.3.6:
string_decoder "~1.1.1"
util-deprecate "~1.0.1"
-readable-stream@^4.0.0:
- version "4.5.2"
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-4.5.2.tgz#9e7fc4c45099baeed934bff6eb97ba6cf2729e09"
- integrity sha512-yjavECdqeZ3GLXNgRXgeQEdz9fvDDkNKyHnbHRFtOr7/LcfgBcmct7t/ET+HaCTqfh06OzoAxrkN/IfjJBVe+g==
- dependencies:
- abort-controller "^3.0.0"
- buffer "^6.0.3"
- events "^3.3.0"
- process "^0.11.10"
- string_decoder "^1.3.0"
-
-readdir-glob@^1.1.2:
- version "1.1.3"
- resolved "https://registry.yarnpkg.com/readdir-glob/-/readdir-glob-1.1.3.tgz#c3d831f51f5e7bfa62fa2ffbe4b508c640f09584"
- integrity sha512-v05I2k7xN8zXvPD9N+z/uhXPaj0sUFCe2rcWZIpBsqxfP7xXFQ0tipAd/wjj1YxWyWtUS5IDJpOG82JKt2EAVA==
- dependencies:
- minimatch "^5.1.0"
-
readdirp@~3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
@@ -14521,6 +15704,18 @@ regexpu-core@^6.1.1:
unicode-match-property-ecmascript "^2.0.0"
unicode-match-property-value-ecmascript "^2.1.0"
+regexpu-core@^6.2.0:
+ version "6.2.0"
+ resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-6.2.0.tgz#0e5190d79e542bf294955dccabae04d3c7d53826"
+ integrity sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==
+ dependencies:
+ regenerate "^1.4.2"
+ regenerate-unicode-properties "^10.2.0"
+ regjsgen "^0.8.0"
+ regjsparser "^0.12.0"
+ unicode-match-property-ecmascript "^2.0.0"
+ unicode-match-property-value-ecmascript "^2.1.0"
+
registry-auth-token@^4.0.0:
version "4.2.2"
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.2.tgz#f02d49c3668884612ca031419491a13539e21fac"
@@ -14561,6 +15756,13 @@ regjsparser@^0.11.0:
dependencies:
jsesc "~3.0.2"
+regjsparser@^0.12.0:
+ version "0.12.0"
+ resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.12.0.tgz#0e846df6c6530586429377de56e0475583b088dc"
+ integrity sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==
+ dependencies:
+ jsesc "~3.0.2"
+
rehype-raw@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/rehype-raw/-/rehype-raw-7.0.0.tgz#59d7348fd5dbef3807bbaa1d443efd2dd85ecee4"
@@ -14667,6 +15869,11 @@ renderkid@^3.0.0:
lodash "^4.17.21"
strip-ansi "^6.0.1"
+repeat-string@^1.0.0:
+ version "1.6.1"
+ resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
+ integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==
+
replace-in-file@^6.1.0:
version "6.3.5"
resolved "https://registry.yarnpkg.com/replace-in-file/-/replace-in-file-6.3.5.tgz#ff956b0ab5bc96613207d603d197cd209400a654"
@@ -14727,11 +15934,6 @@ resolve-cwd@^3.0.0:
dependencies:
resolve-from "^5.0.0"
-resolve-from@5.0.0, resolve-from@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
- integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
-
resolve-from@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
@@ -14742,6 +15944,11 @@ resolve-from@^4.0.0:
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
+resolve-from@^5.0.0:
+ version "5.0.0"
+ resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
+ integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
+
resolve-pathname@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/resolve-pathname/-/resolve-pathname-3.0.0.tgz#99d02224d3cf263689becbb393bc560313025dcd"
@@ -14758,7 +15965,7 @@ resolve-url-loader@^5.0.0:
postcss "^8.2.14"
source-map "0.6.1"
-resolve@^1.0.0, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.8, resolve@^1.9.0:
+resolve@^1.0.0, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0, resolve@^1.22.1, resolve@^1.22.2, resolve@^1.22.8, resolve@^1.9.0:
version "1.22.8"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
@@ -14833,13 +16040,6 @@ rimraf@^3.0.2:
dependencies:
glob "^7.1.3"
-rimraf@~2.4.0:
- version "2.4.5"
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.4.5.tgz#ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da"
- integrity sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==
- dependencies:
- glob "^6.0.1"
-
rimraf@~2.6.2:
version "2.6.3"
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
@@ -14855,13 +16055,13 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"
-rnv@1.5.0:
- version "1.5.0"
- resolved "https://registry.yarnpkg.com/rnv/-/rnv-1.5.0.tgz#1b5d26b859988efd3a24c01d62ec34c8ab606f79"
- integrity sha512-vF0JtfZdG1SRS7CHU1RbCRkEX6eBzDYa34SspxK4F52Lpr4JARX7AIJJ21dFtrgeSiRwsDdanjDV3ad6BRKZdg==
+rnv@1.9.0:
+ version "1.9.0"
+ resolved "https://registry.yarnpkg.com/rnv/-/rnv-1.9.0.tgz#982598dd3547e886fba22d2720b0a5f1bc09dc4a"
+ integrity sha512-dC3JC9J7wEJIAkyHfMPYNb6QVeNxa+DUsruMGskweQZxS1a1aOg+4DersSaS+c9lFa+NblVNqF91PB/0hFYJrA==
dependencies:
- "@rnv/cli" "1.5.0"
- "@rnv/config-templates" "1.5.0"
+ "@rnv/cli" "1.9.0"
+ "@rnv/config-templates" "1.9.0"
tslib "2.5.2"
roarr@^2.15.3:
@@ -14908,11 +16108,6 @@ rollup@^2.28.2, rollup@^2.43.1:
optionalDependencies:
fsevents "~2.3.2"
-rtl-detect@^1.0.4:
- version "1.1.2"
- resolved "https://registry.yarnpkg.com/rtl-detect/-/rtl-detect-1.1.2.tgz#ca7f0330af5c6bb626c15675c642ba85ad6273c6"
- integrity sha512-PGMBq03+TTG/p/cRB7HCLKJ1MgDIi07+QU1faSjiYRfmY5UsAttV9Hs08jDAHVwcOwmVLcSJkpwyfXszVjWfIQ==
-
rtlcss@^4.1.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/rtlcss/-/rtlcss-4.3.0.tgz#f8efd4d5b64f640ec4af8fa25b65bacd9e07cc97"
@@ -14988,7 +16183,7 @@ safe-stable-stringify@^1.1:
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
-sanitize-filename@1.6.3, sanitize-filename@^1.6.3:
+sanitize-filename@^1.6.3:
version "1.6.3"
resolved "https://registry.yarnpkg.com/sanitize-filename/-/sanitize-filename-1.6.3.tgz#755ebd752045931977e30b2025d340d7c9090378"
integrity sha512-y/52Mcy7aw3gRm7IrcGDFx/bCk4AhRh2eI9luHOQM86nZsqwiRkkq2GekHXBBD+SmPidc8i2PqtYZl+pWJ8Oeg==
@@ -15103,22 +16298,17 @@ semver-diff@^4.0.0:
dependencies:
semver "^7.3.5"
-"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
+semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
version "5.7.2"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
-semver@7.6.2:
- version "7.6.2"
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
- integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
-
semver@^6.2.0, semver@^6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
-semver@^7.0.0, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0:
+semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.2, semver@^7.5.3, semver@^7.5.4:
version "7.6.3"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
@@ -15168,18 +16358,17 @@ serialize-javascript@^6.0.0, serialize-javascript@^6.0.1:
dependencies:
randombytes "^2.1.0"
-serve-handler@^6.1.5:
- version "6.1.5"
- resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.5.tgz#a4a0964f5c55c7e37a02a633232b6f0d6f068375"
- integrity sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==
+serve-handler@^6.1.6:
+ version "6.1.6"
+ resolved "https://registry.yarnpkg.com/serve-handler/-/serve-handler-6.1.6.tgz#50803c1d3e947cd4a341d617f8209b22bd76cfa1"
+ integrity sha512-x5RL9Y2p5+Sh3D38Fh9i/iQ5ZK+e4xuXRd/pGbM4D13tgo/MGwbttUk8emytcr1YYzBYs+apnUngBDFYfpjPuQ==
dependencies:
bytes "3.0.0"
content-disposition "0.5.2"
- fast-url-parser "1.1.3"
mime-types "2.1.18"
minimatch "3.1.2"
path-is-inside "1.0.2"
- path-to-regexp "2.2.1"
+ path-to-regexp "3.3.0"
range-parser "1.2.0"
serve-index@^1.9.1:
@@ -15205,7 +16394,7 @@ serve-static@1.16.2, serve-static@^1.13.1:
parseurl "~1.3.3"
send "0.19.0"
-set-blocking@2.0.0, set-blocking@^2.0.0:
+set-blocking@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
@@ -15262,35 +16451,6 @@ shallowequal@^1.1.0:
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
-sharp@0.33.4:
- version "0.33.4"
- resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.33.4.tgz#b88e6e843e095c6ab5e1a0c59c4885e580cd8405"
- integrity sha512-7i/dt5kGl7qR4gwPRD2biwD2/SvBn3O04J77XKFgL2OnZtQw+AG9wnuS/csmu80nPRHLYE9E41fyEiG8nhH6/Q==
- dependencies:
- color "^4.2.3"
- detect-libc "^2.0.3"
- semver "^7.6.0"
- optionalDependencies:
- "@img/sharp-darwin-arm64" "0.33.4"
- "@img/sharp-darwin-x64" "0.33.4"
- "@img/sharp-libvips-darwin-arm64" "1.0.2"
- "@img/sharp-libvips-darwin-x64" "1.0.2"
- "@img/sharp-libvips-linux-arm" "1.0.2"
- "@img/sharp-libvips-linux-arm64" "1.0.2"
- "@img/sharp-libvips-linux-s390x" "1.0.2"
- "@img/sharp-libvips-linux-x64" "1.0.2"
- "@img/sharp-libvips-linuxmusl-arm64" "1.0.2"
- "@img/sharp-libvips-linuxmusl-x64" "1.0.2"
- "@img/sharp-linux-arm" "0.33.4"
- "@img/sharp-linux-arm64" "0.33.4"
- "@img/sharp-linux-s390x" "0.33.4"
- "@img/sharp-linux-x64" "0.33.4"
- "@img/sharp-linuxmusl-arm64" "0.33.4"
- "@img/sharp-linuxmusl-x64" "0.33.4"
- "@img/sharp-wasm32" "0.33.4"
- "@img/sharp-win32-ia32" "0.33.4"
- "@img/sharp-win32-x64" "0.33.4"
-
shebang-command@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
@@ -15548,7 +16708,7 @@ source-map-support@0.5.13:
buffer-from "^1.0.0"
source-map "^0.6.0"
-source-map-support@0.5.21, source-map-support@^0.5.16, source-map-support@^0.5.19, source-map-support@^0.x, source-map-support@~0.5.20:
+source-map-support@^0.5.16, source-map-support@^0.5.19, source-map-support@~0.5.20:
version "0.5.21"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
@@ -15597,14 +16757,6 @@ spdx-compare@^1.0.0:
spdx-expression-parse "^3.0.0"
spdx-ranges "^2.0.0"
-spdx-correct@^3.0.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
- integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==
- dependencies:
- spdx-expression-parse "^3.0.0"
- spdx-license-ids "^3.0.0"
-
spdx-exceptions@^2.1.0:
version "2.5.0"
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz#5d607d27fc806f66d7b64a766650fa890f04ed66"
@@ -15733,35 +16885,16 @@ statuses@2.0.1:
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
-std-env@^3.0.1:
- version "3.7.0"
- resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.7.0.tgz#c9f7386ced6ecf13360b6c6c55b8aaa4ef7481d2"
- integrity sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==
+std-env@^3.7.0:
+ version "3.8.0"
+ resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.8.0.tgz#b56ffc1baf1a29dcc80a3bdf11d7fca7c315e7d5"
+ integrity sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==
stream-buffers@2.2.x:
version "2.2.0"
resolved "https://registry.yarnpkg.com/stream-buffers/-/stream-buffers-2.2.0.tgz#91d5f5130d1cef96dcfa7f726945188741d09ee4"
integrity sha512-uyQK/mx5QjHun80FLJTfaWE7JtwfRMKBLkMne6udYOmvH0CawotVa7TfgYHzAnpphn4+TweIx1QKMnRIbipmUg==
-stream-combiner@^0.2.2:
- version "0.2.2"
- resolved "https://registry.yarnpkg.com/stream-combiner/-/stream-combiner-0.2.2.tgz#aec8cbac177b56b6f4fa479ced8c1912cee52858"
- integrity sha512-6yHMqgLYDzQDcAkL+tjJDC5nSNuNIx0vZtRZeiPh7Saef7VHX9H5Ijn9l2VIol2zaNYlYEX6KyuT/237A58qEQ==
- dependencies:
- duplexer "~0.1.1"
- through "~2.3.4"
-
-streamx@^2.15.0:
- version "2.20.1"
- resolved "https://registry.yarnpkg.com/streamx/-/streamx-2.20.1.tgz#471c4f8b860f7b696feb83d5b125caab2fdbb93c"
- integrity sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==
- dependencies:
- fast-fifo "^1.3.2"
- queue-tick "^1.0.1"
- text-decoder "^1.1.0"
- optionalDependencies:
- bare-events "^2.2.0"
-
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
@@ -15835,18 +16968,13 @@ string.prototype.trimstart@^1.0.8:
define-properties "^1.2.1"
es-object-atoms "^1.0.0"
-string_decoder@^1.1.1, string_decoder@^1.3.0:
+string_decoder@^1.1.1:
version "1.3.0"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
dependencies:
safe-buffer "~5.2.0"
-string_decoder@~0.10.x:
- version "0.10.31"
- resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-0.10.31.tgz#62e203bc41766c6c28c9fc84301dab1c5310fa94"
- integrity sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==
-
string_decoder@~1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
@@ -15999,13 +17127,6 @@ sumchecker@^3.0.1:
dependencies:
debug "^4.1.0"
-supports-color@8.1.1, supports-color@^8.0.0:
- version "8.1.1"
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
- integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
- dependencies:
- has-flag "^4.0.0"
-
supports-color@^5.3.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
@@ -16020,6 +17141,13 @@ supports-color@^7.0.0, supports-color@^7.1.0:
dependencies:
has-flag "^4.0.0"
+supports-color@^8.0.0:
+ version "8.1.1"
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
+ integrity sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==
+ dependencies:
+ has-flag "^4.0.0"
+
supports-preserve-symlinks-flag@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
@@ -16118,15 +17246,6 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
-tar-stream@^3.0.0:
- version "3.1.7"
- resolved "https://registry.yarnpkg.com/tar-stream/-/tar-stream-3.1.7.tgz#24b3fb5eabada19fe7338ed6d26e5f7c482e792b"
- integrity sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==
- dependencies:
- b4a "^1.6.4"
- fast-fifo "^1.2.0"
- streamx "^2.15.0"
-
tar@6.2.1, tar@^6.1.12:
version "6.2.1"
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
@@ -16139,16 +17258,6 @@ tar@6.2.1, tar@^6.1.12:
mkdirp "^1.0.3"
yallist "^4.0.0"
-teen_process@2.1.4:
- version "2.1.4"
- resolved "https://registry.yarnpkg.com/teen_process/-/teen_process-2.1.4.tgz#6fafd990ba12a3a988283b58ea9d9df8049b126f"
- integrity sha512-TEaxCYk/aCBsNBCZmgUNXqtCWq8RX94nGoyYYu7YiNR+RnmawMFshTkYe1SFhiNCX6FsYb6wL/irs6NhvfoF5g==
- dependencies:
- bluebird "^3.7.2"
- lodash "^4.17.21"
- shell-quote "^1.8.1"
- source-map-support "^0.x"
-
temp-dir@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e"
@@ -16200,13 +17309,6 @@ terser@^5.0.0, terser@^5.10.0, terser@^5.15.0, terser@^5.15.1, terser@^5.26.0:
commander "^2.20.0"
source-map-support "~0.5.20"
-text-decoder@^1.1.0:
- version "1.2.0"
- resolved "https://registry.yarnpkg.com/text-decoder/-/text-decoder-1.2.0.tgz#85f19d4d5088e0b45cd841bdfaeac458dbffeefc"
- integrity sha512-n1yg1mOj9DNpk3NeZOx7T6jchTbyJS3i3cucbNN6FcdPriMZx7NsgrGpWWdWZZGxD7ES1XB+3uoqHMgOKaN+fg==
- dependencies:
- b4a "^1.6.4"
-
text-table@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
@@ -16247,7 +17349,7 @@ through2@^3.0.0:
inherits "^2.0.4"
readable-stream "2 || 3"
-through@^2.3.6, through@~2.3.4:
+through@^2.3.6:
version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==
@@ -16367,7 +17469,7 @@ tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
-tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, tslib@^2.4.0, "tslib@^2.4.1 || ^1.9.3", tslib@^2.6.0, tslib@^2.6.2:
+tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.2.0, "tslib@^2.4.1 || ^1.9.3", tslib@^2.6.0, tslib@^2.6.2:
version "2.7.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==
@@ -16389,11 +17491,6 @@ type-fest@4.14.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.14.0.tgz#46f9a358e605f0ec5ca99ab83deaa7257a7ae379"
integrity sha512-on5/Cw89wwqGZQu+yWO0gGMGu8VNxsaW9SB2HE8yJjllEk7IDTwnSN1dUVldYILhYPN5HzD7WAaw2cc/jBfn0Q==
-type-fest@4.19.0:
- version "4.19.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-4.19.0.tgz#f7d3d5f55a7a118b5fe3d2eef53059cf8e516dcd"
- integrity sha512-CN2l+hWACRiejlnr68vY0/7734Kzu+9+TOslUXbSCQ1ruY9XIHDBSceVXCcHm/oXrdzhtLMMdJEKfemf1yXiZQ==
-
type-fest@^0.13.1:
version "0.13.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
@@ -16414,11 +17511,6 @@ type-fest@^0.3.0:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1"
integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ==
-type-fest@^0.6.0:
- version "0.6.0"
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
- integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
-
type-fest@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.7.1.tgz#8dda65feaf03ed78f0a3f9678f1869147f7c5c48"
@@ -16493,7 +17585,7 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"
-typedoc-plugin-markdown@^3.17.1:
+typedoc-plugin-markdown@3.17.1:
version "3.17.1"
resolved "https://registry.yarnpkg.com/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.1.tgz#c33f42363c185adf842f4699166015f7fe0ed02b"
integrity sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==
@@ -16505,16 +17597,21 @@ typedoc-plugin-zod@1.1.2:
resolved "https://registry.yarnpkg.com/typedoc-plugin-zod/-/typedoc-plugin-zod-1.1.2.tgz#45599c4ef8c96b9d50ed9c4a79b02a70af4c0003"
integrity sha512-jsmuYg1xsGjwKdhKN4tgRYORnbKpU7v5B1ZpsazMH5lUsI6ZLxBqAY5iiZ06oz/01gHOsAdhpABgWD97MOjKQA==
-typedoc@^0.25.8:
- version "0.25.13"
- resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.13.tgz#9a98819e3b2d155a6d78589b46fa4c03768f0922"
- integrity sha512-pQqiwiJ+Z4pigfOnnysObszLiU3mVLWAExSPf+Mu06G/qsc3wzbuM56SZQvONhHLncLUhYzOVkjFFpFfL5AzhQ==
+typedoc@0.25.8:
+ version "0.25.8"
+ resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.8.tgz#7d0e1bf12d23bf1c459fd4893c82cb855911ff12"
+ integrity sha512-mh8oLW66nwmeB9uTa0Bdcjfis+48bAjSH3uqdzSuSawfduROQLlXw//WSNZLYDdhmMVB7YcYZicq6e8T0d271A==
dependencies:
lunr "^2.3.9"
marked "^4.3.0"
minimatch "^9.0.3"
shiki "^0.14.7"
+typescript@5.3.3:
+ version "5.3.3"
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
+ integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
+
typescript@^5.3.3:
version "5.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
@@ -16675,11 +17772,6 @@ universalify@^2.0.0:
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.1.tgz#168efc2180964e6386d061e094df61afe239b18d"
integrity sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==
-unorm@^1.4.1:
- version "1.6.0"
- resolved "https://registry.yarnpkg.com/unorm/-/unorm-1.6.0.tgz#029b289661fba714f1a9af439eb51d9b16c205af"
- integrity sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA==
-
unpipe@1.0.0, unpipe@~1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -16703,6 +17795,14 @@ update-browserslist-db@^1.1.0:
escalade "^3.2.0"
picocolors "^1.1.0"
+update-browserslist-db@^1.1.1:
+ version "1.1.2"
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz#97e9c96ab0ae7bcac08e9ae5151d26e6bc6b5580"
+ integrity sha512-PPypAm5qvlD7XMZC3BujecnaOxwhrtoFR+Dqkk5Aa/6DssiH0ibKoketaj9w8LP7Bont1rYeoV5plxD7RTEPRg==
+ dependencies:
+ escalade "^3.2.0"
+ picocolors "^1.1.1"
+
update-notifier@^6.0.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-6.0.2.tgz#a6990253dfe6d5a02bd04fbb6a61543f55026b60"
@@ -16809,11 +17909,6 @@ utils-merge@1.0.1:
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
-uuid@9.0.1, uuid@^9.0.0:
- version "9.0.1"
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
- integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
-
uuid@^3.3.2:
version "3.4.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
@@ -16829,14 +17924,6 @@ uuid@^8.3.2:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
-validate-npm-package-license@^3.0.1:
- version "3.0.4"
- resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
- integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
- dependencies:
- spdx-correct "^3.0.0"
- spdx-expression-parse "^3.0.0"
-
value-equal@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
@@ -16952,7 +18039,7 @@ webidl-conversions@^4.0.2:
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==
-webpack-bundle-analyzer@^4.9.0:
+webpack-bundle-analyzer@^4.10.2:
version "4.10.2"
resolved "https://registry.yarnpkg.com/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz#633af2862c213730be3dbdf40456db171b60d5bd"
integrity sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==
@@ -16999,7 +18086,7 @@ webpack-dev-middleware@^5.3.4:
range-parser "^1.2.1"
schema-utils "^4.0.0"
-webpack-dev-server@^4.15.1, webpack-dev-server@^4.7.4:
+webpack-dev-server@^4.15.2, webpack-dev-server@^4.7.4:
version "4.15.2"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz#9e0c70a42a012560860adb186986da1248333173"
integrity sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==
@@ -17052,6 +18139,15 @@ webpack-merge@5.10.0, webpack-merge@^5.7.3, webpack-merge@^5.9.0:
flat "^5.0.2"
wildcard "^2.0.0"
+webpack-merge@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-6.0.1.tgz#50c776868e080574725abc5869bd6e4ef0a16c6a"
+ integrity sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==
+ dependencies:
+ clone-deep "^4.0.1"
+ flat "^5.0.2"
+ wildcard "^2.0.1"
+
webpack-sources@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/webpack-sources/-/webpack-sources-1.4.3.tgz#eedd8ec0b928fbf1cbfe994e22d2d890f330a933"
@@ -17102,15 +18198,48 @@ webpack@^5.88.1, webpack@^5.94.0:
watchpack "^2.4.1"
webpack-sources "^3.2.3"
-webpackbar@^5.0.2:
- version "5.0.2"
- resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-5.0.2.tgz#d3dd466211c73852741dfc842b7556dcbc2b0570"
- integrity sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==
+webpack@^5.95.0:
+ version "5.97.1"
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.97.1.tgz#972a8320a438b56ff0f1d94ade9e82eac155fa58"
+ integrity sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==
+ dependencies:
+ "@types/eslint-scope" "^3.7.7"
+ "@types/estree" "^1.0.6"
+ "@webassemblyjs/ast" "^1.14.1"
+ "@webassemblyjs/wasm-edit" "^1.14.1"
+ "@webassemblyjs/wasm-parser" "^1.14.1"
+ acorn "^8.14.0"
+ browserslist "^4.24.0"
+ chrome-trace-event "^1.0.2"
+ enhanced-resolve "^5.17.1"
+ es-module-lexer "^1.2.1"
+ eslint-scope "5.1.1"
+ events "^3.2.0"
+ glob-to-regexp "^0.4.1"
+ graceful-fs "^4.2.11"
+ json-parse-even-better-errors "^2.3.1"
+ loader-runner "^4.2.0"
+ mime-types "^2.1.27"
+ neo-async "^2.6.2"
+ schema-utils "^3.2.0"
+ tapable "^2.1.1"
+ terser-webpack-plugin "^5.3.10"
+ watchpack "^2.4.1"
+ webpack-sources "^3.2.3"
+
+webpackbar@^6.0.1:
+ version "6.0.1"
+ resolved "https://registry.yarnpkg.com/webpackbar/-/webpackbar-6.0.1.tgz#5ef57d3bf7ced8b19025477bc7496ea9d502076b"
+ integrity sha512-TnErZpmuKdwWBdMoexjio3KKX6ZtoKHRVvLIU0A47R0VVBDtx3ZyOJDktgYixhoJokZTYTt1Z37OkO9pnGJa9Q==
dependencies:
- chalk "^4.1.0"
- consola "^2.15.3"
+ ansi-escapes "^4.3.2"
+ chalk "^4.1.2"
+ consola "^3.2.3"
+ figures "^3.2.0"
+ markdown-table "^2.0.0"
pretty-time "^1.1.0"
- std-env "^3.0.1"
+ std-env "^3.7.0"
+ wrap-ansi "^7.0.0"
websocket-driver@>=0.5.1, websocket-driver@^0.7.4:
version "0.7.4"
@@ -17182,13 +18311,6 @@ which-typed-array@^1.1.14, which-typed-array@^1.1.15:
gopd "^1.0.1"
has-tostringtag "^1.0.2"
-which@4.0.0:
- version "4.0.0"
- resolved "https://registry.yarnpkg.com/which/-/which-4.0.0.tgz#cd60b5e74503a3fbcfbf6cd6b4138a8bae644c1a"
- integrity sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==
- dependencies:
- isexe "^3.1.1"
-
which@^1.2.9, which@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
@@ -17210,7 +18332,7 @@ widest-line@^4.0.1:
dependencies:
string-width "^5.0.1"
-wildcard@^2.0.0:
+wildcard@^2.0.0, wildcard@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.1.tgz#5ab10d02487198954836b6349f74fff961e10f67"
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
@@ -17634,14 +18756,6 @@ yargs@^17.2.1, yargs@^17.6.2, yargs@^17.7.1:
y18n "^5.0.5"
yargs-parser "^21.1.1"
-yauzl@3.1.3:
- version "3.1.3"
- resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-3.1.3.tgz#f61c17ad1a09403bc7adb01dfb302a9e74bf4a50"
- integrity sha512-JCCdmlJJWv7L0q/KylOekyRaUrdEoUxWkWVcgorosTROCFWiS9p2NNPE9Yb91ak7b1N5SxAZEliWpspbZccivw==
- dependencies:
- buffer-crc32 "~0.2.3"
- pend "~1.2.0"
-
yauzl@^2.10.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz#c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
@@ -17660,15 +18774,6 @@ yocto-queue@^1.0.0:
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.1.1.tgz#fef65ce3ac9f8a32ceac5a634f74e17e5b232110"
integrity sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==
-zip-stream@^6.0.1:
- version "6.0.1"
- resolved "https://registry.yarnpkg.com/zip-stream/-/zip-stream-6.0.1.tgz#e141b930ed60ccaf5d7fa9c8260e0d1748a2bbfb"
- integrity sha512-zK7YHHz4ZXpW89AHXUPbQVGKI7uvkd3hzusTdotCg1UxyaVtg0zFJSTfW/Dq5f7OBBVnq6cZIaC8Ti4hb6dtCA==
- dependencies:
- archiver-utils "^5.0.0"
- compress-commons "^6.0.2"
- readable-stream "^4.0.0"
-
zod-to-json-schema@^3.22.4:
version "3.23.3"
resolved "https://registry.yarnpkg.com/zod-to-json-schema/-/zod-to-json-schema-3.23.3.tgz#56cf4e0bd5c4096ab46e63159e20998ec7b19c39"