@react-native-community/cli-types 15.1.0 → 15.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/ios.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Types in this document describe the data that is expected by `native_modules.rb`.
2
+ * Types in this document describe the data that is expected by https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/cocoapods/autolinking.rb.
3
3
  * When performing changes, make sure to sync it with the Ruby file.
4
4
  */
5
5
  export interface IOSProjectParams {
package/build/ios.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["../src/ios.ts"],"sourcesContent":["/**\n * Types in this document describe the data that is expected by `native_modules.rb`.\n * When performing changes, make sure to sync it with the Ruby file.\n */\n\nexport interface IOSProjectParams {\n sourceDir?: string;\n watchModeCommandParams?: string[];\n automaticPodsInstallation?: boolean;\n assets?: string[];\n}\n\nexport type IOSProjectInfo = {\n name: string;\n path: string;\n isWorkspace: boolean;\n};\n\nexport interface IOSProjectConfig {\n sourceDir: string;\n xcodeProject: IOSProjectInfo | null;\n watchModeCommandParams?: string[];\n automaticPodsInstallation?: boolean;\n assets: string[];\n}\n\nexport interface IOSDependencyConfig {\n podspecPath: string;\n version: string;\n scriptPhases: Array<IOSScriptPhase>;\n configurations: string[];\n}\n\nexport type IOSDependencyParams = Omit<\n Partial<IOSDependencyConfig>,\n 'podspecPath' | 'version'\n>;\n\n/**\n * @see https://www.rubydoc.info/gems/cocoapods-core/Pod/Podfile/DSL#script_phase-instance_method\n *\n * The only difference is that `script` may be omitted in favour of a\n * `path`, relative to the root of the package, whose content will be\n * used.\n */\nexport type IOSScriptPhase = ({script: string} | {path: string}) & {\n name: string;\n shell_path?: string;\n input_files?: string[];\n output_files?: string[];\n input_file_lists?: string[];\n output_file_lists?: string[];\n show_env_vars_in_log?: boolean;\n execution_position?: 'before_compile' | 'after_compile' | 'any';\n dependency_file?: string;\n always_out_of_date?: string;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sources":["../src/ios.ts"],"sourcesContent":["/**\n * Types in this document describe the data that is expected by https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/cocoapods/autolinking.rb.\n * When performing changes, make sure to sync it with the Ruby file.\n */\n\nexport interface IOSProjectParams {\n sourceDir?: string;\n watchModeCommandParams?: string[];\n automaticPodsInstallation?: boolean;\n assets?: string[];\n}\n\nexport type IOSProjectInfo = {\n name: string;\n path: string;\n isWorkspace: boolean;\n};\n\nexport interface IOSProjectConfig {\n sourceDir: string;\n xcodeProject: IOSProjectInfo | null;\n watchModeCommandParams?: string[];\n automaticPodsInstallation?: boolean;\n assets: string[];\n}\n\nexport interface IOSDependencyConfig {\n podspecPath: string;\n version: string;\n scriptPhases: Array<IOSScriptPhase>;\n configurations: string[];\n}\n\nexport type IOSDependencyParams = Omit<\n Partial<IOSDependencyConfig>,\n 'podspecPath' | 'version'\n>;\n\n/**\n * @see https://www.rubydoc.info/gems/cocoapods-core/Pod/Podfile/DSL#script_phase-instance_method\n *\n * The only difference is that `script` may be omitted in favour of a\n * `path`, relative to the root of the package, whose content will be\n * used.\n */\nexport type IOSScriptPhase = ({script: string} | {path: string}) & {\n name: string;\n shell_path?: string;\n input_files?: string[];\n output_files?: string[];\n input_file_lists?: string[];\n output_file_lists?: string[];\n show_env_vars_in_log?: boolean;\n execution_position?: 'before_compile' | 'after_compile' | 'any';\n dependency_file?: string;\n always_out_of_date?: string;\n};\n"],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-community/cli-types",
3
- "version": "15.1.0",
3
+ "version": "15.1.1",
4
4
  "main": "build",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,5 +20,5 @@
20
20
  "url": "https://github.com/react-native-community/cli.git",
21
21
  "directory": "packages/cli-types"
22
22
  },
23
- "gitHead": "577b9af7e38bc8a93472b2c869bbac75548f46bc"
23
+ "gitHead": "0a0a3c3d4464f6a7b9b5816d5d1bd947819627bd"
24
24
  }