From b89effd57b69717f84eae6924729a35325269dc7 Mon Sep 17 00:00:00 2001 From: Romain Petit Date: Tue, 29 Oct 2024 15:26:48 +0100 Subject: [PATCH 1/5] feat(Video Type) add new props & make non null props required --- src/types.ts | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/src/types.ts b/src/types.ts index 346e2da..9be94f1 100644 --- a/src/types.ts +++ b/src/types.ts @@ -11,7 +11,7 @@ export interface Video { /** * When an webhook was created, presented in ISO-8601 format. */ - createdAt?: Date; + createdAt: Date; /** * The title of the video content. */ @@ -19,25 +19,45 @@ export interface Video { /** * A description for the video content. */ - description?: string; + description: string; /** * The date and time the API created the video. Date and time are provided using ISO-8601 UTC format. */ - publishedAt?: string; + publishedAt: Date; /** * The date and time the video was updated. Date and time are provided using ISO-8601 UTC format. */ - updatedAt?: Date; + updatedAt: Date; + /** + * The date and time the video was discarded. Date and time are provided using ISO-8601 UTC format. + */ + discardedAt?: Date; + /** + * The date and time the video will be permanently deleted. Date and time are provided using ISO-8601 UTC format. + */ + deletesAt?: Date; + /** + * Returns `true` for videos you discarded. + */ + discarded: boolean; + /** + * Returns the language of a video in [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) format. + */ + language?: Intl.Locale; + /** + * Returns the origin of the last update on the video's `language` attribute. + */ + languageOrigin?: LanguageOrigin; /** * One array of tags (each tag is a string) in order to categorize a video. Tags may include spaces. */ - tags?: Array; + tags: Array; /** * Metadata you can use to categorise and filter videos. Metadata is a list of dictionaries, where each dictionary represents a key value pair for categorising a video. */ - metadata?: Array; - source?: VideoSource; - assets?: VideoAssets; + metadata: Array; + source: VideoSource; + assets: VideoAssets; /** * The id of the player that will be applied on the video. */ @@ -45,15 +65,15 @@ export interface Video { /** * Defines if the content is publicly reachable or if a unique token is needed for each play session. */ - _public?: boolean; + _public: boolean; /** * Defines if video is panoramic. */ - panoramic?: boolean; + panoramic: boolean; /** * This lets you know whether mp4 is supported. If enabled, an mp4 URL will be provided in the response for the video. */ - mp4Support?: boolean; + mp4Support: boolean; } interface Metadata { /** @@ -106,3 +126,8 @@ interface VideoAssets { */ mp4?: string; } + +enum LanguageOrigin { + api = 'api', + auto = 'auto', +} From 06e391299157aaaf5eb00a6362d60b4c5b0b289f Mon Sep 17 00:00:00 2001 From: Romain Petit Date: Tue, 29 Oct 2024 16:38:06 +0100 Subject: [PATCH 2/5] chore(deps) upgrade to rn 0.76.1 --- example/Gemfile | 1 + example/ios/Podfile.lock | 2 +- example/package.json | 10 +-- example/yarn.lock | 178 +++++++++++++++++++-------------------- package.json | 8 +- yarn.lock | 149 +++++++++++++++++++++++++++----- 6 files changed, 226 insertions(+), 122 deletions(-) diff --git a/example/Gemfile b/example/Gemfile index 2a7ce35..676766e 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -6,3 +6,4 @@ ruby ">= 2.6.10" # Exclude problematic versions of cocoapods and activesupport that causes build failures. gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1' gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0' +gem 'xcodeproj', '< 1.26.0' \ No newline at end of file diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 95301f2..ecfaea7 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1863,7 +1863,7 @@ SPEC CHECKSUMS: ReactCodegen: dbfef1fef26f42c900bb1884fa149d49d501d64d ReactCommon: 429ca28cd813c31359c73ffac6dc24f93347d522 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 - Yoga: 1d66db49f38fd9e576a1d7c3b081e46ab4c28b9e + Yoga: f8ec45ce98bba1bc93dd28f2ee37215180e6d2b6 PODFILE CHECKSUM: 1db1bb5b37b884512b54b2c75095b3e51c78e6ad diff --git a/example/package.json b/example/package.json index 78aae8f..799314e 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "react": "18.3.1", - "react-native": "0.76.0", + "react-native": "0.76.1", "react-native-blob-util": "^0.19.11", "react-native-image-picker": "^7.1.2" }, @@ -21,10 +21,10 @@ "@react-native-community/cli": "15.0.0-alpha.2", "@react-native-community/cli-platform-android": "15.0.0-alpha.2", "@react-native-community/cli-platform-ios": "15.0.0-alpha.2", - "@react-native/babel-preset": "0.76.0", - "@react-native/eslint-config": "0.76.0", - "@react-native/metro-config": "0.76.0", - "@react-native/typescript-config": "0.76.0", + "@react-native/babel-preset": "0.76.1", + "@react-native/eslint-config": "0.76.1", + "@react-native/metro-config": "0.76.1", + "@react-native/typescript-config": "0.76.1", "babel-plugin-module-resolver": "^5.0.0" }, "engines": { diff --git a/example/yarn.lock b/example/yarn.lock index 00f927b..4c02eea 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -2419,25 +2419,25 @@ __metadata: languageName: node linkType: hard -"@react-native/assets-registry@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/assets-registry@npm:0.76.0" - checksum: e3f4364a9cd91c3452180daee354df5902f9471a136cf6dfe19bdff934d697232e1685e676ef91d6fe60e8d879a82ac361950ccba3f093b37de566bf9a813864 +"@react-native/assets-registry@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/assets-registry@npm:0.76.1" + checksum: 469ed8c04917f496ee7b8952f402c7d2e259f67b3a3a4c273c541c3fe18e38940d07db1f1150826228c07355743526cca55a38bfdcbac4413c447353318d89c4 languageName: node linkType: hard -"@react-native/babel-plugin-codegen@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/babel-plugin-codegen@npm:0.76.0" +"@react-native/babel-plugin-codegen@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/babel-plugin-codegen@npm:0.76.1" dependencies: - "@react-native/codegen": 0.76.0 - checksum: af3f14833f80b1f94ac87440011e4b02374dc7796901ea84a9620bae5c26f93781abbc3e9be383e57461b3724b0d67ee1d798213fa03a234461a4bf85b64fb32 + "@react-native/codegen": 0.76.1 + checksum: d60033a1a513ee212d5a9254a5a4ea0313e161b13d65fa856d7c9cf6d869ca6cbecd74c0de8edbb72a47ba5c23ffd8ea0fcd26bc6477832e25bca668eeb88bec languageName: node linkType: hard -"@react-native/babel-preset@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/babel-preset@npm:0.76.0" +"@react-native/babel-preset@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/babel-preset@npm:0.76.1" dependencies: "@babel/core": ^7.25.2 "@babel/plugin-proposal-export-default-from": ^7.24.7 @@ -2480,19 +2480,19 @@ __metadata: "@babel/plugin-transform-typescript": ^7.25.2 "@babel/plugin-transform-unicode-regex": ^7.24.7 "@babel/template": ^7.25.0 - "@react-native/babel-plugin-codegen": 0.76.0 + "@react-native/babel-plugin-codegen": 0.76.1 babel-plugin-syntax-hermes-parser: ^0.23.1 babel-plugin-transform-flow-enums: ^0.0.2 react-refresh: ^0.14.0 peerDependencies: "@babel/core": "*" - checksum: d57498cba12dcb7a35c7858bf575780f2bc0d1219b553c34fc1ad3c91c4b18a0714cbfba5092ec4badf786e6d3029c876904b91048f45b222a632a8093dc5aaf + checksum: ba507512f599070050b80e501a8a52d88f259dfc04852349396c5d0dc85b81eb03fefdc2a430070f69c4a671e587ae0539ba1e63ccbd9c67c2b8a685a077b948 languageName: node linkType: hard -"@react-native/codegen@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/codegen@npm:0.76.0" +"@react-native/codegen@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/codegen@npm:0.76.1" dependencies: "@babel/parser": ^7.25.3 glob: ^7.1.1 @@ -2504,16 +2504,16 @@ __metadata: yargs: ^17.6.2 peerDependencies: "@babel/preset-env": ^7.1.6 - checksum: f02b68ede1d0c101922bda548c0a9edbf722253e92ba7a03dcdc657dbea9b915158471a7db77ffa5d1e0f4304458498423de041c052f4a562ccfd8a314018eef + checksum: a54fb71e3c54251040a609663a22e7c2488b5a1792fd0f6b0f099849de90dc5feec0b4b7c0af9af160857e8ca98a4e2abd08f2456c613093694d0bcc795429bd languageName: node linkType: hard -"@react-native/community-cli-plugin@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/community-cli-plugin@npm:0.76.0" +"@react-native/community-cli-plugin@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/community-cli-plugin@npm:0.76.1" dependencies: - "@react-native/dev-middleware": 0.76.0 - "@react-native/metro-babel-transformer": 0.76.0 + "@react-native/dev-middleware": 0.76.1 + "@react-native/metro-babel-transformer": 0.76.1 chalk: ^4.0.0 execa: ^5.1.1 invariant: ^2.2.4 @@ -2527,23 +2527,23 @@ __metadata: peerDependenciesMeta: "@react-native-community/cli-server-api": optional: true - checksum: 01684b32fc1be49a7c1f142ba37163e4fefdffa395c782127f868e306c4f33e47c870dd492662adf259b5e8971a64dffa89e6ac777f610bbfdf085b90ce1a43e + checksum: acebb543703e7502f0f9518653d1daedcd8a5796ba5d38b02b4300c8f2e578f172f78bce3da47d9e0a82cfd51e174466aba9579b40a14965e25d860437142d05 languageName: node linkType: hard -"@react-native/debugger-frontend@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/debugger-frontend@npm:0.76.0" - checksum: ace698edd010d41d402942b875f641e18ce1fff8aeb5f530285344b676a1e518dbc5c3d6e07fab8108d4b2cfa0df89e1bc9ff68a56dfe1abd778faa126c3490e +"@react-native/debugger-frontend@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/debugger-frontend@npm:0.76.1" + checksum: a8da722ab21b79acd7778004a0774ac8352f8a28aeb0e72c2056c1153d5d12d349d157e8ddae2829070999ae6cbab0b82437a4f710e1bb6027660d7e19753314 languageName: node linkType: hard -"@react-native/dev-middleware@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/dev-middleware@npm:0.76.0" +"@react-native/dev-middleware@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/dev-middleware@npm:0.76.1" dependencies: "@isaacs/ttlcache": ^1.4.1 - "@react-native/debugger-frontend": 0.76.0 + "@react-native/debugger-frontend": 0.76.1 chrome-launcher: ^0.15.2 chromium-edge-launcher: ^0.2.0 connect: ^3.6.5 @@ -2553,17 +2553,17 @@ __metadata: selfsigned: ^2.4.1 serve-static: ^1.13.1 ws: ^6.2.3 - checksum: af9df63cec6684388135dae662a4eb09055b00451c5923c0857230abdab4339ef9a55289fa79a4f82ec18185d29bbd24e66b4a4d3b4a305eb547f98a69ff8004 + checksum: 241623582616befc22990c745ebbf213c54e0fd0c6016b4f19ef248087a57eb1256f8c168cf28150b1a1829b26accfa1875c5b7d2a880318e52ecb151578406d languageName: node linkType: hard -"@react-native/eslint-config@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/eslint-config@npm:0.76.0" +"@react-native/eslint-config@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/eslint-config@npm:0.76.1" dependencies: "@babel/core": ^7.25.2 "@babel/eslint-parser": ^7.25.1 - "@react-native/eslint-plugin": 0.76.0 + "@react-native/eslint-plugin": 0.76.1 "@typescript-eslint/eslint-plugin": ^7.1.1 "@typescript-eslint/parser": ^7.1.1 eslint-config-prettier: ^8.5.0 @@ -2577,74 +2577,74 @@ __metadata: peerDependencies: eslint: ">=8" prettier: ">=2" - checksum: 26784378052495a35a09ace45ced57690630b19db06d450552150804737105f563b1302f46ee01e5c18214c885d9b6c94ef913132015ef597833eb0ea66c8af3 + checksum: 90117c21f2190f63801fc5698b2c462825dd5dd15fcc77c3975bde99e679842c3bd0f04f3de44e46a334e25ae4141c9dd2e15ca438e9d8bd52bdc7b655932235 languageName: node linkType: hard -"@react-native/eslint-plugin@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/eslint-plugin@npm:0.76.0" - checksum: 01094c201a45a56fa392562a6f7d6c6b780a38ef554b2491b2afc317431951edb39d58417bfc7931b462ca0bc3495a0a6390e164949925bf6105724385dab77e +"@react-native/eslint-plugin@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/eslint-plugin@npm:0.76.1" + checksum: d90efac9cd30723d1a01200b1456c81d6a25f360717ae9859becdf9322afdd179971aeffd06312820a548e848c06bf70b541d89cdd16a7f0a950e4df295ecb9a languageName: node linkType: hard -"@react-native/gradle-plugin@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/gradle-plugin@npm:0.76.0" - checksum: 5787641c731764a659053ffebf932567541be9d98724168e3da99cf1d046b5ca022d4e8cfdcb157e2859bebfd167ef17fe9412181902d4aacf13e7157b6207ed +"@react-native/gradle-plugin@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/gradle-plugin@npm:0.76.1" + checksum: 9301329bed2a1cceffdaae9cf40744bdc5a525f96c931ce7517ce853a62ca6d5bcbe7b98bdf4d08b097904411aa4264534b24896b6053b2667a8573efbcf2995 languageName: node linkType: hard -"@react-native/js-polyfills@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/js-polyfills@npm:0.76.0" - checksum: a3c7cdad5d9eda33f792ea54e42e577742031cdd10b929efe05e2db13d44e94f88b4b748b84db074a7446f4d6f08e11b4bf4815dcfa7cff248112fd5726a21e6 +"@react-native/js-polyfills@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/js-polyfills@npm:0.76.1" + checksum: d0ee57e6d14e216b21f4b9498736a0751c8c81e2addd89d573bb4f59232bdf75e96b11a4728e8a2ee747d904c8daedcefc600c4b78ff72832e87eca7b60beeba languageName: node linkType: hard -"@react-native/metro-babel-transformer@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/metro-babel-transformer@npm:0.76.0" +"@react-native/metro-babel-transformer@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/metro-babel-transformer@npm:0.76.1" dependencies: "@babel/core": ^7.25.2 - "@react-native/babel-preset": 0.76.0 + "@react-native/babel-preset": 0.76.1 hermes-parser: 0.23.1 nullthrows: ^1.1.1 peerDependencies: "@babel/core": "*" - checksum: 5b0046d2326db43dafb577f8a8097bc5f991181df089066a2740f2d7e333b9c57b0e98b3c648a917bfde184f9d7a4fb4b39fe8b5add391e690417c49d6060632 + checksum: ff0d64637cba048b4a034b187839eef56d3d1abea99c34d6f8242cea3cbb69c6c64ef44720d735641ac419e7e5dd28e3eb2e887073f80d134301c3fbd75c29dd languageName: node linkType: hard -"@react-native/metro-config@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/metro-config@npm:0.76.0" +"@react-native/metro-config@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/metro-config@npm:0.76.1" dependencies: - "@react-native/js-polyfills": 0.76.0 - "@react-native/metro-babel-transformer": 0.76.0 + "@react-native/js-polyfills": 0.76.1 + "@react-native/metro-babel-transformer": 0.76.1 metro-config: ^0.81.0 metro-runtime: ^0.81.0 - checksum: 1ec37ae55cd214e42adb78ba3d688a917b4873af411861dd85a9d008e126afd768561972bf397c86b7bb7ba40bcec6e54b20645c6a257473cb51057afcacb294 + checksum: 4d2991a93cdcaeb15fd115983948d55c2673597c3cc7032d0399626e0cfd7dfecbbe2b37e99a9eb9bc6fb8f917624ecee8bb321a58cd54460ce689af348681fe languageName: node linkType: hard -"@react-native/normalize-colors@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/normalize-colors@npm:0.76.0" - checksum: f656e305106e3487180576aaf4615d24a25d2af6a0b79bc30a1ebbe127922deda7e6ab26b7ececc50286c8f4a6a7b799e0d0b0675930847411fb3bc574c06455 +"@react-native/normalize-colors@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/normalize-colors@npm:0.76.1" + checksum: 851cdfab591908905aa150dca6d38cd39d919b686b391e896b02bc8e9e0a4f74aea999afa73a3b4282f6e6bd10f79cf3600b1030d84dd948eacdd674fc4f5eaa languageName: node linkType: hard -"@react-native/typescript-config@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/typescript-config@npm:0.76.0" - checksum: ffebc94137f6060f57944ee19b712858476263567b2cbbdd6d888827a4c3030a211b8d6de0692bd162d12f77cab9e9321e1be3b63a4685f09db5446551e0a402 +"@react-native/typescript-config@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/typescript-config@npm:0.76.1" + checksum: ee87d6a70f31319cef777a8d54a4afd33fb25a0e47ec9d13b89ea8278ad9d048c8f8bd78b3822c99070cee3c0c4afcdb59b4e6ff2cda5800b8384db0cbb29674 languageName: node linkType: hard -"@react-native/virtualized-lists@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/virtualized-lists@npm:0.76.0" +"@react-native/virtualized-lists@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/virtualized-lists@npm:0.76.1" dependencies: invariant: ^2.2.4 nullthrows: ^1.1.1 @@ -2655,7 +2655,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: c47400f38cdbef24c5f9b5fb85693d353de4b6d4925612af2fa596c257bac01d347947b1b3af378a56138d1a4fc2076a51fdbe7448bcb2420132c9ada15724ff + checksum: ddac7cf77fc121a3ce6ab3c191fc4884174a391f3f2ecfddf65cfffe735f2e2355650f1cf8865104fc635784b0083102dbbde908ffbdc6cf8076373b17b2ccc5 languageName: node linkType: hard @@ -7316,18 +7316,18 @@ __metadata: languageName: node linkType: hard -"react-native@npm:0.76.0": - version: 0.76.0 - resolution: "react-native@npm:0.76.0" +"react-native@npm:0.76.1": + version: 0.76.1 + resolution: "react-native@npm:0.76.1" dependencies: "@jest/create-cache-key-function": ^29.6.3 - "@react-native/assets-registry": 0.76.0 - "@react-native/codegen": 0.76.0 - "@react-native/community-cli-plugin": 0.76.0 - "@react-native/gradle-plugin": 0.76.0 - "@react-native/js-polyfills": 0.76.0 - "@react-native/normalize-colors": 0.76.0 - "@react-native/virtualized-lists": 0.76.0 + "@react-native/assets-registry": 0.76.1 + "@react-native/codegen": 0.76.1 + "@react-native/community-cli-plugin": 0.76.1 + "@react-native/gradle-plugin": 0.76.1 + "@react-native/js-polyfills": 0.76.1 + "@react-native/normalize-colors": 0.76.1 + "@react-native/virtualized-lists": 0.76.1 abort-controller: ^3.0.0 anser: ^1.4.9 ansi-regex: ^5.0.0 @@ -7366,7 +7366,7 @@ __metadata: optional: true bin: react-native: cli.js - checksum: ee165c8c65e21949173c8f0162e54044fe2449a0e9c12b7815c944c4851e4e2d5a013883f0124e08bae8713b37cbaaf591a9edbe882db3e00c7372e92f89b5a4 + checksum: a6703560f7f4f7f0db1f9b6d013a8adc6996337c7c0d1ae5f260e75445913faa6dc689064091efd3eb469a9a3631c8c6cbc408bfd751c2e9088d9610c3551138 languageName: node linkType: hard @@ -8580,13 +8580,13 @@ __metadata: "@react-native-community/cli": 15.0.0-alpha.2 "@react-native-community/cli-platform-android": 15.0.0-alpha.2 "@react-native-community/cli-platform-ios": 15.0.0-alpha.2 - "@react-native/babel-preset": 0.76.0 - "@react-native/eslint-config": 0.76.0 - "@react-native/metro-config": 0.76.0 - "@react-native/typescript-config": 0.76.0 + "@react-native/babel-preset": 0.76.1 + "@react-native/eslint-config": 0.76.1 + "@react-native/metro-config": 0.76.1 + "@react-native/typescript-config": 0.76.1 babel-plugin-module-resolver: ^5.0.0 react: 18.3.1 - react-native: 0.76.0 + react-native: 0.76.1 react-native-blob-util: ^0.19.11 react-native-image-picker: ^7.1.2 languageName: unknown diff --git a/package.json b/package.json index 160c88e..eddc5a7 100644 --- a/package.json +++ b/package.json @@ -62,10 +62,10 @@ "@react-native-community/cli-platform-android": "15.0.0-alpha.2", "@react-native-community/cli-platform-ios": "15.0.0-alpha.2", "@react-native-community/eslint-config": "^3.2.0", - "@react-native/babel-preset": "0.76.0", - "@react-native/eslint-config": "0.76.0", - "@react-native/metro-config": "0.76.0", - "@react-native/typescript-config": "0.76.0", + "@react-native/babel-preset": "0.76.1", + "@react-native/eslint-config": "0.76.1", + "@react-native/metro-config": "0.76.1", + "@react-native/typescript-config": "0.76.1", "@types/jest": "^28.1.2", "@types/react": "^18.2.6", "@types/react-native": "0.70.0", diff --git a/yarn.lock b/yarn.lock index 1dd0dad..bd5dfc4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -25,10 +25,10 @@ __metadata: "@react-native-community/cli-platform-android": 15.0.0-alpha.2 "@react-native-community/cli-platform-ios": 15.0.0-alpha.2 "@react-native-community/eslint-config": ^3.2.0 - "@react-native/babel-preset": 0.76.0 - "@react-native/eslint-config": 0.76.0 - "@react-native/metro-config": 0.76.0 - "@react-native/typescript-config": 0.76.0 + "@react-native/babel-preset": 0.76.1 + "@react-native/eslint-config": 0.76.1 + "@react-native/metro-config": 0.76.1 + "@react-native/typescript-config": 0.76.1 "@types/jest": ^28.1.2 "@types/react": ^18.2.6 "@types/react-native": 0.70.0 @@ -2752,6 +2752,15 @@ __metadata: languageName: node linkType: hard +"@react-native/babel-plugin-codegen@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/babel-plugin-codegen@npm:0.76.1" + dependencies: + "@react-native/codegen": 0.76.1 + checksum: d60033a1a513ee212d5a9254a5a4ea0313e161b13d65fa856d7c9cf6d869ca6cbecd74c0de8edbb72a47ba5c23ffd8ea0fcd26bc6477832e25bca668eeb88bec + languageName: node + linkType: hard + "@react-native/babel-preset@npm:0.76.0": version: 0.76.0 resolution: "@react-native/babel-preset@npm:0.76.0" @@ -2807,6 +2816,61 @@ __metadata: languageName: node linkType: hard +"@react-native/babel-preset@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/babel-preset@npm:0.76.1" + dependencies: + "@babel/core": ^7.25.2 + "@babel/plugin-proposal-export-default-from": ^7.24.7 + "@babel/plugin-syntax-dynamic-import": ^7.8.3 + "@babel/plugin-syntax-export-default-from": ^7.24.7 + "@babel/plugin-syntax-nullish-coalescing-operator": ^7.8.3 + "@babel/plugin-syntax-optional-chaining": ^7.8.3 + "@babel/plugin-transform-arrow-functions": ^7.24.7 + "@babel/plugin-transform-async-generator-functions": ^7.25.4 + "@babel/plugin-transform-async-to-generator": ^7.24.7 + "@babel/plugin-transform-block-scoping": ^7.25.0 + "@babel/plugin-transform-class-properties": ^7.25.4 + "@babel/plugin-transform-classes": ^7.25.4 + "@babel/plugin-transform-computed-properties": ^7.24.7 + "@babel/plugin-transform-destructuring": ^7.24.8 + "@babel/plugin-transform-flow-strip-types": ^7.25.2 + "@babel/plugin-transform-for-of": ^7.24.7 + "@babel/plugin-transform-function-name": ^7.25.1 + "@babel/plugin-transform-literals": ^7.25.2 + "@babel/plugin-transform-logical-assignment-operators": ^7.24.7 + "@babel/plugin-transform-modules-commonjs": ^7.24.8 + "@babel/plugin-transform-named-capturing-groups-regex": ^7.24.7 + "@babel/plugin-transform-nullish-coalescing-operator": ^7.24.7 + "@babel/plugin-transform-numeric-separator": ^7.24.7 + "@babel/plugin-transform-object-rest-spread": ^7.24.7 + "@babel/plugin-transform-optional-catch-binding": ^7.24.7 + "@babel/plugin-transform-optional-chaining": ^7.24.8 + "@babel/plugin-transform-parameters": ^7.24.7 + "@babel/plugin-transform-private-methods": ^7.24.7 + "@babel/plugin-transform-private-property-in-object": ^7.24.7 + "@babel/plugin-transform-react-display-name": ^7.24.7 + "@babel/plugin-transform-react-jsx": ^7.25.2 + "@babel/plugin-transform-react-jsx-self": ^7.24.7 + "@babel/plugin-transform-react-jsx-source": ^7.24.7 + "@babel/plugin-transform-regenerator": ^7.24.7 + "@babel/plugin-transform-runtime": ^7.24.7 + "@babel/plugin-transform-shorthand-properties": ^7.24.7 + "@babel/plugin-transform-spread": ^7.24.7 + "@babel/plugin-transform-sticky-regex": ^7.24.7 + "@babel/plugin-transform-typescript": ^7.25.2 + "@babel/plugin-transform-unicode-regex": ^7.24.7 + "@babel/template": ^7.25.0 + "@react-native/babel-plugin-codegen": 0.76.1 + babel-plugin-syntax-hermes-parser: ^0.23.1 + babel-plugin-transform-flow-enums: ^0.0.2 + react-refresh: ^0.14.0 + peerDependencies: + "@babel/core": "*" + checksum: ba507512f599070050b80e501a8a52d88f259dfc04852349396c5d0dc85b81eb03fefdc2a430070f69c4a671e587ae0539ba1e63ccbd9c67c2b8a685a077b948 + languageName: node + linkType: hard + "@react-native/codegen@npm:0.76.0": version: 0.76.0 resolution: "@react-native/codegen@npm:0.76.0" @@ -2825,6 +2889,24 @@ __metadata: languageName: node linkType: hard +"@react-native/codegen@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/codegen@npm:0.76.1" + dependencies: + "@babel/parser": ^7.25.3 + glob: ^7.1.1 + hermes-parser: 0.23.1 + invariant: ^2.2.4 + jscodeshift: ^0.14.0 + mkdirp: ^0.5.1 + nullthrows: ^1.1.1 + yargs: ^17.6.2 + peerDependencies: + "@babel/preset-env": ^7.1.6 + checksum: a54fb71e3c54251040a609663a22e7c2488b5a1792fd0f6b0f099849de90dc5feec0b4b7c0af9af160857e8ca98a4e2abd08f2456c613093694d0bcc795429bd + languageName: node + linkType: hard + "@react-native/community-cli-plugin@npm:0.76.0": version: 0.76.0 resolution: "@react-native/community-cli-plugin@npm:0.76.0" @@ -2874,13 +2956,13 @@ __metadata: languageName: node linkType: hard -"@react-native/eslint-config@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/eslint-config@npm:0.76.0" +"@react-native/eslint-config@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/eslint-config@npm:0.76.1" dependencies: "@babel/core": ^7.25.2 "@babel/eslint-parser": ^7.25.1 - "@react-native/eslint-plugin": 0.76.0 + "@react-native/eslint-plugin": 0.76.1 "@typescript-eslint/eslint-plugin": ^7.1.1 "@typescript-eslint/parser": ^7.1.1 eslint-config-prettier: ^8.5.0 @@ -2894,14 +2976,14 @@ __metadata: peerDependencies: eslint: ">=8" prettier: ">=2" - checksum: 26784378052495a35a09ace45ced57690630b19db06d450552150804737105f563b1302f46ee01e5c18214c885d9b6c94ef913132015ef597833eb0ea66c8af3 + checksum: 90117c21f2190f63801fc5698b2c462825dd5dd15fcc77c3975bde99e679842c3bd0f04f3de44e46a334e25ae4141c9dd2e15ca438e9d8bd52bdc7b655932235 languageName: node linkType: hard -"@react-native/eslint-plugin@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/eslint-plugin@npm:0.76.0" - checksum: 01094c201a45a56fa392562a6f7d6c6b780a38ef554b2491b2afc317431951edb39d58417bfc7931b462ca0bc3495a0a6390e164949925bf6105724385dab77e +"@react-native/eslint-plugin@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/eslint-plugin@npm:0.76.1" + checksum: d90efac9cd30723d1a01200b1456c81d6a25f360717ae9859becdf9322afdd179971aeffd06312820a548e848c06bf70b541d89cdd16a7f0a950e4df295ecb9a languageName: node linkType: hard @@ -2919,6 +3001,13 @@ __metadata: languageName: node linkType: hard +"@react-native/js-polyfills@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/js-polyfills@npm:0.76.1" + checksum: d0ee57e6d14e216b21f4b9498736a0751c8c81e2addd89d573bb4f59232bdf75e96b11a4728e8a2ee747d904c8daedcefc600c4b78ff72832e87eca7b60beeba + languageName: node + linkType: hard + "@react-native/metro-babel-transformer@npm:0.76.0": version: 0.76.0 resolution: "@react-native/metro-babel-transformer@npm:0.76.0" @@ -2933,15 +3022,29 @@ __metadata: languageName: node linkType: hard -"@react-native/metro-config@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/metro-config@npm:0.76.0" +"@react-native/metro-babel-transformer@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/metro-babel-transformer@npm:0.76.1" dependencies: - "@react-native/js-polyfills": 0.76.0 - "@react-native/metro-babel-transformer": 0.76.0 + "@babel/core": ^7.25.2 + "@react-native/babel-preset": 0.76.1 + hermes-parser: 0.23.1 + nullthrows: ^1.1.1 + peerDependencies: + "@babel/core": "*" + checksum: ff0d64637cba048b4a034b187839eef56d3d1abea99c34d6f8242cea3cbb69c6c64ef44720d735641ac419e7e5dd28e3eb2e887073f80d134301c3fbd75c29dd + languageName: node + linkType: hard + +"@react-native/metro-config@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/metro-config@npm:0.76.1" + dependencies: + "@react-native/js-polyfills": 0.76.1 + "@react-native/metro-babel-transformer": 0.76.1 metro-config: ^0.81.0 metro-runtime: ^0.81.0 - checksum: 1ec37ae55cd214e42adb78ba3d688a917b4873af411861dd85a9d008e126afd768561972bf397c86b7bb7ba40bcec6e54b20645c6a257473cb51057afcacb294 + checksum: 4d2991a93cdcaeb15fd115983948d55c2673597c3cc7032d0399626e0cfd7dfecbbe2b37e99a9eb9bc6fb8f917624ecee8bb321a58cd54460ce689af348681fe languageName: node linkType: hard @@ -2952,10 +3055,10 @@ __metadata: languageName: node linkType: hard -"@react-native/typescript-config@npm:0.76.0": - version: 0.76.0 - resolution: "@react-native/typescript-config@npm:0.76.0" - checksum: ffebc94137f6060f57944ee19b712858476263567b2cbbdd6d888827a4c3030a211b8d6de0692bd162d12f77cab9e9321e1be3b63a4685f09db5446551e0a402 +"@react-native/typescript-config@npm:0.76.1": + version: 0.76.1 + resolution: "@react-native/typescript-config@npm:0.76.1" + checksum: ee87d6a70f31319cef777a8d54a4afd33fb25a0e47ec9d13b89ea8278ad9d048c8f8bd78b3822c99070cee3c0c4afcdb59b4e6ff2cda5800b8384db0cbb29674 languageName: node linkType: hard From da423fe57682ce5c0035441ddbf835d92f4240bc Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:48:42 +0100 Subject: [PATCH 3/5] fix(ios): upgrade Podfile.lock for 0.76.1 --- example/ios/Podfile.lock | 528 +++++++++++++++++++-------------------- 1 file changed, 264 insertions(+), 264 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index ecfaea7..fd0f53a 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -6,12 +6,12 @@ PODS: - AnyCodable-FlightSchool (~> 0.6.1) - boost (1.84.0) - DoubleConversion (1.1.6) - - FBLazyVector (0.76.0) + - FBLazyVector (0.76.1) - fmt (9.1.0) - glog (0.3.5) - - hermes-engine (0.76.0): - - hermes-engine/Pre-built (= 0.76.0) - - hermes-engine/Pre-built (0.76.0) + - hermes-engine (0.76.1): + - hermes-engine/Pre-built (= 0.76.1) + - hermes-engine/Pre-built (0.76.1) - RCT-Folly (2024.01.01.00): - boost - DoubleConversion @@ -28,32 +28,32 @@ PODS: - DoubleConversion - fmt (= 9.1.0) - glog - - RCTDeprecation (0.76.0) - - RCTRequired (0.76.0) - - RCTTypeSafety (0.76.0): - - FBLazyVector (= 0.76.0) - - RCTRequired (= 0.76.0) - - React-Core (= 0.76.0) - - React (0.76.0): - - React-Core (= 0.76.0) - - React-Core/DevSupport (= 0.76.0) - - React-Core/RCTWebSocket (= 0.76.0) - - React-RCTActionSheet (= 0.76.0) - - React-RCTAnimation (= 0.76.0) - - React-RCTBlob (= 0.76.0) - - React-RCTImage (= 0.76.0) - - React-RCTLinking (= 0.76.0) - - React-RCTNetwork (= 0.76.0) - - React-RCTSettings (= 0.76.0) - - React-RCTText (= 0.76.0) - - React-RCTVibration (= 0.76.0) - - React-callinvoker (0.76.0) - - React-Core (0.76.0): + - RCTDeprecation (0.76.1) + - RCTRequired (0.76.1) + - RCTTypeSafety (0.76.1): + - FBLazyVector (= 0.76.1) + - RCTRequired (= 0.76.1) + - React-Core (= 0.76.1) + - React (0.76.1): + - React-Core (= 0.76.1) + - React-Core/DevSupport (= 0.76.1) + - React-Core/RCTWebSocket (= 0.76.1) + - React-RCTActionSheet (= 0.76.1) + - React-RCTAnimation (= 0.76.1) + - React-RCTBlob (= 0.76.1) + - React-RCTImage (= 0.76.1) + - React-RCTLinking (= 0.76.1) + - React-RCTNetwork (= 0.76.1) + - React-RCTSettings (= 0.76.1) + - React-RCTText (= 0.76.1) + - React-RCTVibration (= 0.76.1) + - React-callinvoker (0.76.1) + - React-Core (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTDeprecation - - React-Core/Default (= 0.76.0) + - React-Core/Default (= 0.76.1) - React-cxxreact - React-featureflags - React-hermes @@ -65,7 +65,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/CoreModulesHeaders (0.76.0): + - React-Core/CoreModulesHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -82,7 +82,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/Default (0.76.0): + - React-Core/Default (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -98,13 +98,13 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/DevSupport (0.76.0): + - React-Core/DevSupport (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTDeprecation - - React-Core/Default (= 0.76.0) - - React-Core/RCTWebSocket (= 0.76.0) + - React-Core/Default (= 0.76.1) + - React-Core/RCTWebSocket (= 0.76.1) - React-cxxreact - React-featureflags - React-hermes @@ -116,7 +116,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTActionSheetHeaders (0.76.0): + - React-Core/RCTActionSheetHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -133,7 +133,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTAnimationHeaders (0.76.0): + - React-Core/RCTAnimationHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -150,7 +150,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTBlobHeaders (0.76.0): + - React-Core/RCTBlobHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -167,7 +167,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTImageHeaders (0.76.0): + - React-Core/RCTImageHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -184,7 +184,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTLinkingHeaders (0.76.0): + - React-Core/RCTLinkingHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -201,7 +201,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTNetworkHeaders (0.76.0): + - React-Core/RCTNetworkHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -218,7 +218,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTSettingsHeaders (0.76.0): + - React-Core/RCTSettingsHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -235,7 +235,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTTextHeaders (0.76.0): + - React-Core/RCTTextHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -252,7 +252,7 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTVibrationHeaders (0.76.0): + - React-Core/RCTVibrationHeaders (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -269,12 +269,12 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-Core/RCTWebSocket (0.76.0): + - React-Core/RCTWebSocket (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - RCTDeprecation - - React-Core/Default (= 0.76.0) + - React-Core/Default (= 0.76.1) - React-cxxreact - React-featureflags - React-hermes @@ -286,37 +286,37 @@ PODS: - React-utils - SocketRocket (= 0.7.1) - Yoga - - React-CoreModules (0.76.0): + - React-CoreModules (0.76.1): - DoubleConversion - fmt (= 9.1.0) - RCT-Folly (= 2024.01.01.00) - - RCTTypeSafety (= 0.76.0) - - React-Core/CoreModulesHeaders (= 0.76.0) - - React-jsi (= 0.76.0) + - RCTTypeSafety (= 0.76.1) + - React-Core/CoreModulesHeaders (= 0.76.1) + - React-jsi (= 0.76.1) - React-jsinspector - React-NativeModulesApple - React-RCTBlob - - React-RCTImage (= 0.76.0) + - React-RCTImage (= 0.76.1) - ReactCodegen - ReactCommon - SocketRocket (= 0.7.1) - - React-cxxreact (0.76.0): + - React-cxxreact (0.76.1): - boost - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.76.0) - - React-debug (= 0.76.0) - - React-jsi (= 0.76.0) + - React-callinvoker (= 0.76.1) + - React-debug (= 0.76.1) + - React-jsi (= 0.76.1) - React-jsinspector - - React-logger (= 0.76.0) - - React-perflogger (= 0.76.0) - - React-runtimeexecutor (= 0.76.0) - - React-timing (= 0.76.0) - - React-debug (0.76.0) - - React-defaultsnativemodule (0.76.0): + - React-logger (= 0.76.1) + - React-perflogger (= 0.76.1) + - React-runtimeexecutor (= 0.76.1) + - React-timing (= 0.76.1) + - React-debug (0.76.1) + - React-defaultsnativemodule (0.76.1): - DoubleConversion - glog - hermes-engine @@ -341,7 +341,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - React-domnativemodule (0.76.0): + - React-domnativemodule (0.76.1): - DoubleConversion - glog - hermes-engine @@ -363,7 +363,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - React-Fabric (0.76.0): + - React-Fabric (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -374,21 +374,21 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/animations (= 0.76.0) - - React-Fabric/attributedstring (= 0.76.0) - - React-Fabric/componentregistry (= 0.76.0) - - React-Fabric/componentregistrynative (= 0.76.0) - - React-Fabric/components (= 0.76.0) - - React-Fabric/core (= 0.76.0) - - React-Fabric/dom (= 0.76.0) - - React-Fabric/imagemanager (= 0.76.0) - - React-Fabric/leakchecker (= 0.76.0) - - React-Fabric/mounting (= 0.76.0) - - React-Fabric/observers (= 0.76.0) - - React-Fabric/scheduler (= 0.76.0) - - React-Fabric/telemetry (= 0.76.0) - - React-Fabric/templateprocessor (= 0.76.0) - - React-Fabric/uimanager (= 0.76.0) + - React-Fabric/animations (= 0.76.1) + - React-Fabric/attributedstring (= 0.76.1) + - React-Fabric/componentregistry (= 0.76.1) + - React-Fabric/componentregistrynative (= 0.76.1) + - React-Fabric/components (= 0.76.1) + - React-Fabric/core (= 0.76.1) + - React-Fabric/dom (= 0.76.1) + - React-Fabric/imagemanager (= 0.76.1) + - React-Fabric/leakchecker (= 0.76.1) + - React-Fabric/mounting (= 0.76.1) + - React-Fabric/observers (= 0.76.1) + - React-Fabric/scheduler (= 0.76.1) + - React-Fabric/telemetry (= 0.76.1) + - React-Fabric/templateprocessor (= 0.76.1) + - React-Fabric/uimanager (= 0.76.1) - React-featureflags - React-graphics - React-jsi @@ -398,7 +398,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/animations (0.76.0): + - React-Fabric/animations (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -418,7 +418,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/attributedstring (0.76.0): + - React-Fabric/attributedstring (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -438,7 +438,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistry (0.76.0): + - React-Fabric/componentregistry (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -458,7 +458,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/componentregistrynative (0.76.0): + - React-Fabric/componentregistrynative (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -478,7 +478,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components (0.76.0): + - React-Fabric/components (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -489,9 +489,9 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/components/legacyviewmanagerinterop (= 0.76.0) - - React-Fabric/components/root (= 0.76.0) - - React-Fabric/components/view (= 0.76.0) + - React-Fabric/components/legacyviewmanagerinterop (= 0.76.1) + - React-Fabric/components/root (= 0.76.1) + - React-Fabric/components/view (= 0.76.1) - React-featureflags - React-graphics - React-jsi @@ -501,7 +501,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/legacyviewmanagerinterop (0.76.0): + - React-Fabric/components/legacyviewmanagerinterop (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -521,7 +521,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/root (0.76.0): + - React-Fabric/components/root (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -541,7 +541,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/components/view (0.76.0): + - React-Fabric/components/view (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -562,7 +562,7 @@ PODS: - React-utils - ReactCommon/turbomodule/core - Yoga - - React-Fabric/core (0.76.0): + - React-Fabric/core (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -582,7 +582,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/dom (0.76.0): + - React-Fabric/dom (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -602,7 +602,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/imagemanager (0.76.0): + - React-Fabric/imagemanager (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -622,7 +622,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/leakchecker (0.76.0): + - React-Fabric/leakchecker (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -642,7 +642,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/mounting (0.76.0): + - React-Fabric/mounting (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -662,7 +662,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/observers (0.76.0): + - React-Fabric/observers (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -673,7 +673,7 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/observers/events (= 0.76.0) + - React-Fabric/observers/events (= 0.76.1) - React-featureflags - React-graphics - React-jsi @@ -683,7 +683,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/observers/events (0.76.0): + - React-Fabric/observers/events (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -703,7 +703,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/scheduler (0.76.0): + - React-Fabric/scheduler (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -725,7 +725,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/telemetry (0.76.0): + - React-Fabric/telemetry (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -745,7 +745,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/templateprocessor (0.76.0): + - React-Fabric/templateprocessor (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -765,7 +765,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager (0.76.0): + - React-Fabric/uimanager (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -776,7 +776,7 @@ PODS: - React-Core - React-cxxreact - React-debug - - React-Fabric/uimanager/consistency (= 0.76.0) + - React-Fabric/uimanager/consistency (= 0.76.1) - React-featureflags - React-graphics - React-jsi @@ -787,7 +787,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-Fabric/uimanager/consistency (0.76.0): + - React-Fabric/uimanager/consistency (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -808,7 +808,7 @@ PODS: - React-runtimescheduler - React-utils - ReactCommon/turbomodule/core - - React-FabricComponents (0.76.0): + - React-FabricComponents (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -820,8 +820,8 @@ PODS: - React-cxxreact - React-debug - React-Fabric - - React-FabricComponents/components (= 0.76.0) - - React-FabricComponents/textlayoutmanager (= 0.76.0) + - React-FabricComponents/components (= 0.76.1) + - React-FabricComponents/textlayoutmanager (= 0.76.1) - React-featureflags - React-graphics - React-jsi @@ -833,7 +833,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components (0.76.0): + - React-FabricComponents/components (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -845,15 +845,15 @@ PODS: - React-cxxreact - React-debug - React-Fabric - - React-FabricComponents/components/inputaccessory (= 0.76.0) - - React-FabricComponents/components/iostextinput (= 0.76.0) - - React-FabricComponents/components/modal (= 0.76.0) - - React-FabricComponents/components/rncore (= 0.76.0) - - React-FabricComponents/components/safeareaview (= 0.76.0) - - React-FabricComponents/components/scrollview (= 0.76.0) - - React-FabricComponents/components/text (= 0.76.0) - - React-FabricComponents/components/textinput (= 0.76.0) - - React-FabricComponents/components/unimplementedview (= 0.76.0) + - React-FabricComponents/components/inputaccessory (= 0.76.1) + - React-FabricComponents/components/iostextinput (= 0.76.1) + - React-FabricComponents/components/modal (= 0.76.1) + - React-FabricComponents/components/rncore (= 0.76.1) + - React-FabricComponents/components/safeareaview (= 0.76.1) + - React-FabricComponents/components/scrollview (= 0.76.1) + - React-FabricComponents/components/text (= 0.76.1) + - React-FabricComponents/components/textinput (= 0.76.1) + - React-FabricComponents/components/unimplementedview (= 0.76.1) - React-featureflags - React-graphics - React-jsi @@ -865,7 +865,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/inputaccessory (0.76.0): + - React-FabricComponents/components/inputaccessory (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -888,7 +888,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/iostextinput (0.76.0): + - React-FabricComponents/components/iostextinput (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -911,7 +911,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/modal (0.76.0): + - React-FabricComponents/components/modal (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -934,7 +934,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/rncore (0.76.0): + - React-FabricComponents/components/rncore (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -957,7 +957,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/safeareaview (0.76.0): + - React-FabricComponents/components/safeareaview (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -980,7 +980,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/scrollview (0.76.0): + - React-FabricComponents/components/scrollview (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1003,7 +1003,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/text (0.76.0): + - React-FabricComponents/components/text (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1026,7 +1026,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/textinput (0.76.0): + - React-FabricComponents/components/textinput (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1049,7 +1049,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/components/unimplementedview (0.76.0): + - React-FabricComponents/components/unimplementedview (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1072,7 +1072,7 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricComponents/textlayoutmanager (0.76.0): + - React-FabricComponents/textlayoutmanager (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1095,26 +1095,26 @@ PODS: - ReactCodegen - ReactCommon/turbomodule/core - Yoga - - React-FabricImage (0.76.0): + - React-FabricImage (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - - RCTRequired (= 0.76.0) - - RCTTypeSafety (= 0.76.0) + - RCTRequired (= 0.76.1) + - RCTTypeSafety (= 0.76.1) - React-Fabric - React-graphics - React-ImageManager - React-jsi - - React-jsiexecutor (= 0.76.0) + - React-jsiexecutor (= 0.76.1) - React-logger - React-rendererdebug - React-utils - ReactCommon - Yoga - - React-featureflags (0.76.0) - - React-featureflagsnativemodule (0.76.0): + - React-featureflags (0.76.1) + - React-featureflagsnativemodule (0.76.1): - DoubleConversion - glog - hermes-engine @@ -1135,7 +1135,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - React-graphics (0.76.0): + - React-graphics (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog @@ -1143,19 +1143,19 @@ PODS: - React-jsi - React-jsiexecutor - React-utils - - React-hermes (0.76.0): + - React-hermes (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-cxxreact (= 0.76.0) + - React-cxxreact (= 0.76.1) - React-jsi - - React-jsiexecutor (= 0.76.0) + - React-jsiexecutor (= 0.76.1) - React-jsinspector - - React-perflogger (= 0.76.0) + - React-perflogger (= 0.76.1) - React-runtimeexecutor - - React-idlecallbacksnativemodule (0.76.0): + - React-idlecallbacksnativemodule (0.76.1): - DoubleConversion - glog - hermes-engine @@ -1177,7 +1177,7 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - React-ImageManager (0.76.0): + - React-ImageManager (0.76.1): - glog - RCT-Folly/Fabric - React-Core/Default @@ -1186,47 +1186,47 @@ PODS: - React-graphics - React-rendererdebug - React-utils - - React-jserrorhandler (0.76.0): + - React-jserrorhandler (0.76.1): - glog - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - React-cxxreact - React-debug - React-jsi - - React-jsi (0.76.0): + - React-jsi (0.76.1): - boost - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-jsiexecutor (0.76.0): + - React-jsiexecutor (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-cxxreact (= 0.76.0) - - React-jsi (= 0.76.0) + - React-cxxreact (= 0.76.1) + - React-jsi (= 0.76.1) - React-jsinspector - - React-perflogger (= 0.76.0) - - React-jsinspector (0.76.0): + - React-perflogger (= 0.76.1) + - React-jsinspector (0.76.1): - DoubleConversion - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - React-featureflags - React-jsi - - React-perflogger (= 0.76.0) - - React-runtimeexecutor (= 0.76.0) - - React-jsitracing (0.76.0): + - React-perflogger (= 0.76.1) + - React-runtimeexecutor (= 0.76.1) + - React-jsitracing (0.76.1): - React-jsi - - React-logger (0.76.0): + - React-logger (0.76.1): - glog - - React-Mapbuffer (0.76.0): + - React-Mapbuffer (0.76.1): - glog - React-debug - - React-microtasksnativemodule (0.76.0): + - React-microtasksnativemodule (0.76.1): - DoubleConversion - glog - hermes-engine @@ -1311,8 +1311,8 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga - - React-nativeconfig (0.76.0) - - React-NativeModulesApple (0.76.0): + - React-nativeconfig (0.76.1) + - React-NativeModulesApple (0.76.1): - glog - hermes-engine - React-callinvoker @@ -1323,16 +1323,16 @@ PODS: - React-runtimeexecutor - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - React-perflogger (0.76.0): + - React-perflogger (0.76.1): - DoubleConversion - RCT-Folly (= 2024.01.01.00) - - React-performancetimeline (0.76.0): + - React-performancetimeline (0.76.1): - RCT-Folly (= 2024.01.01.00) - React-cxxreact - React-timing - - React-RCTActionSheet (0.76.0): - - React-Core/RCTActionSheetHeaders (= 0.76.0) - - React-RCTAnimation (0.76.0): + - React-RCTActionSheet (0.76.1): + - React-Core/RCTActionSheetHeaders (= 0.76.1) + - React-RCTAnimation (0.76.1): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Core/RCTAnimationHeaders @@ -1340,7 +1340,7 @@ PODS: - React-NativeModulesApple - ReactCodegen - ReactCommon - - React-RCTAppDelegate (0.76.0): + - React-RCTAppDelegate (0.76.1): - RCT-Folly (= 2024.01.01.00) - RCTRequired - RCTTypeSafety @@ -1365,7 +1365,7 @@ PODS: - React-utils - ReactCodegen - ReactCommon - - React-RCTBlob (0.76.0): + - React-RCTBlob (0.76.1): - DoubleConversion - fmt (= 9.1.0) - hermes-engine @@ -1378,7 +1378,7 @@ PODS: - React-RCTNetwork - ReactCodegen - ReactCommon - - React-RCTFabric (0.76.0): + - React-RCTFabric (0.76.1): - glog - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) @@ -1401,7 +1401,7 @@ PODS: - React-runtimescheduler - React-utils - Yoga - - React-RCTImage (0.76.0): + - React-RCTImage (0.76.1): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Core/RCTImageHeaders @@ -1410,14 +1410,14 @@ PODS: - React-RCTNetwork - ReactCodegen - ReactCommon - - React-RCTLinking (0.76.0): - - React-Core/RCTLinkingHeaders (= 0.76.0) - - React-jsi (= 0.76.0) + - React-RCTLinking (0.76.1): + - React-Core/RCTLinkingHeaders (= 0.76.1) + - React-jsi (= 0.76.1) - React-NativeModulesApple - ReactCodegen - ReactCommon - - ReactCommon/turbomodule/core (= 0.76.0) - - React-RCTNetwork (0.76.0): + - ReactCommon/turbomodule/core (= 0.76.1) + - React-RCTNetwork (0.76.1): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Core/RCTNetworkHeaders @@ -1425,7 +1425,7 @@ PODS: - React-NativeModulesApple - ReactCodegen - ReactCommon - - React-RCTSettings (0.76.0): + - React-RCTSettings (0.76.1): - RCT-Folly (= 2024.01.01.00) - RCTTypeSafety - React-Core/RCTSettingsHeaders @@ -1433,24 +1433,24 @@ PODS: - React-NativeModulesApple - ReactCodegen - ReactCommon - - React-RCTText (0.76.0): - - React-Core/RCTTextHeaders (= 0.76.0) + - React-RCTText (0.76.1): + - React-Core/RCTTextHeaders (= 0.76.1) - Yoga - - React-RCTVibration (0.76.0): + - React-RCTVibration (0.76.1): - RCT-Folly (= 2024.01.01.00) - React-Core/RCTVibrationHeaders - React-jsi - React-NativeModulesApple - ReactCodegen - ReactCommon - - React-rendererconsistency (0.76.0) - - React-rendererdebug (0.76.0): + - React-rendererconsistency (0.76.1) + - React-rendererdebug (0.76.1): - DoubleConversion - fmt (= 9.1.0) - RCT-Folly (= 2024.01.01.00) - React-debug - - React-rncore (0.76.0) - - React-RuntimeApple (0.76.0): + - React-rncore (0.76.1) + - React-RuntimeApple (0.76.1): - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - React-callinvoker @@ -1469,7 +1469,7 @@ PODS: - React-RuntimeHermes - React-runtimescheduler - React-utils - - React-RuntimeCore (0.76.0): + - React-RuntimeCore (0.76.1): - glog - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) @@ -1483,9 +1483,9 @@ PODS: - React-runtimeexecutor - React-runtimescheduler - React-utils - - React-runtimeexecutor (0.76.0): - - React-jsi (= 0.76.0) - - React-RuntimeHermes (0.76.0): + - React-runtimeexecutor (0.76.1): + - React-jsi (= 0.76.1) + - React-RuntimeHermes (0.76.1): - hermes-engine - RCT-Folly/Fabric (= 2024.01.01.00) - React-featureflags @@ -1496,7 +1496,7 @@ PODS: - React-nativeconfig - React-RuntimeCore - React-utils - - React-runtimescheduler (0.76.0): + - React-runtimescheduler (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) @@ -1511,14 +1511,14 @@ PODS: - React-runtimeexecutor - React-timing - React-utils - - React-timing (0.76.0) - - React-utils (0.76.0): + - React-timing (0.76.1) + - React-utils (0.76.1): - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - React-debug - - React-jsi (= 0.76.0) - - ReactCodegen (0.76.0): + - React-jsi (= 0.76.1) + - ReactCodegen (0.76.1): - DoubleConversion - glog - hermes-engine @@ -1538,46 +1538,46 @@ PODS: - React-utils - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - - ReactCommon (0.76.0): - - ReactCommon/turbomodule (= 0.76.0) - - ReactCommon/turbomodule (0.76.0): + - ReactCommon (0.76.1): + - ReactCommon/turbomodule (= 0.76.1) + - ReactCommon/turbomodule (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.76.0) - - React-cxxreact (= 0.76.0) - - React-jsi (= 0.76.0) - - React-logger (= 0.76.0) - - React-perflogger (= 0.76.0) - - ReactCommon/turbomodule/bridging (= 0.76.0) - - ReactCommon/turbomodule/core (= 0.76.0) - - ReactCommon/turbomodule/bridging (0.76.0): + - React-callinvoker (= 0.76.1) + - React-cxxreact (= 0.76.1) + - React-jsi (= 0.76.1) + - React-logger (= 0.76.1) + - React-perflogger (= 0.76.1) + - ReactCommon/turbomodule/bridging (= 0.76.1) + - ReactCommon/turbomodule/core (= 0.76.1) + - ReactCommon/turbomodule/bridging (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.76.0) - - React-cxxreact (= 0.76.0) - - React-jsi (= 0.76.0) - - React-logger (= 0.76.0) - - React-perflogger (= 0.76.0) - - ReactCommon/turbomodule/core (0.76.0): + - React-callinvoker (= 0.76.1) + - React-cxxreact (= 0.76.1) + - React-jsi (= 0.76.1) + - React-logger (= 0.76.1) + - React-perflogger (= 0.76.1) + - ReactCommon/turbomodule/core (0.76.1): - DoubleConversion - fmt (= 9.1.0) - glog - hermes-engine - RCT-Folly (= 2024.01.01.00) - - React-callinvoker (= 0.76.0) - - React-cxxreact (= 0.76.0) - - React-debug (= 0.76.0) - - React-featureflags (= 0.76.0) - - React-jsi (= 0.76.0) - - React-logger (= 0.76.0) - - React-perflogger (= 0.76.0) - - React-utils (= 0.76.0) + - React-callinvoker (= 0.76.1) + - React-cxxreact (= 0.76.1) + - React-debug (= 0.76.1) + - React-featureflags (= 0.76.1) + - React-jsi (= 0.76.1) + - React-logger (= 0.76.1) + - React-perflogger (= 0.76.1) + - React-utils (= 0.76.1) - SocketRocket (0.7.1) - Yoga (0.0.0) @@ -1799,71 +1799,71 @@ SPEC CHECKSUMS: ApiVideoUploader: 5dd1cb59c4481d7d7c07dd18f5a65480510196bb boost: 1dca942403ed9342f98334bf4c3621f011aa7946 DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385 - FBLazyVector: aa59bef5c46e93168bffcf3dc37ee1e176de799a + FBLazyVector: 7075bb12898bc3998fd60f4b7ca422496cc2cdf7 fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a - hermes-engine: 9de51d2f67336348a6cd5b686330e436d1dbd522 + hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd RCT-Folly: bf5c0376ffe4dd2cf438dcf86db385df9fdce648 - RCTDeprecation: 4c2c4a088b6f0ccfcbd53c9d5614b0238ad57909 - RCTRequired: 2d8a683a7848bc0baf5883f0792c1ac43f6267b5 - RCTTypeSafety: 23df4344c69c602e1c5a8053a93c633af1bee825 - React: cf99f97aa57ce39ab4d3d4f396e01a3f30f3c8ad - React-callinvoker: bec5283f86b784de5a1ba807e31cb4f177765507 - React-Core: 3b131c387be8d45565fc32c6c08df7a450d8d5a8 - React-CoreModules: ac0a55891bcb72a9f8c6631128e7cbbf9ce06b65 - React-cxxreact: fec14d0078f627985b2cce98f90458e969a848ae - React-debug: c185808d0674717d0d408d7ce45a7343f0072199 - React-defaultsnativemodule: 5dc781a1e3274cbb6d6d3e91f5bf9914a258115d - React-domnativemodule: f81f69be048840a0efcf0add685ad0cf5583fb5f - React-Fabric: 8de8a37b62f81d264302462cf33c69b97faf9979 - React-FabricComponents: 777f5e4fdc39355fa0275412a3b8f2430a7bef1d - React-FabricImage: 9202f25c36040de738cd486ea6b8480f2d62b05f - React-featureflags: 51f1373ac42cefac4936c62be46dbe2a1f9f1f7d - React-featureflagsnativemodule: 59083d49f82a50aecba32e1cddb791ca362df198 - React-graphics: 4508c3473dd97c76d627938bfa0c304abc37e3b0 - React-hermes: 9d2b208eb88bfd4eb156064a831bec2f01e8165d - React-idlecallbacksnativemodule: fc31bde9dc276e78d4289b4fd209b5fbe762600b - React-ImageManager: f046a503ff853fc5aec31db274c03cea239e5de4 - React-jserrorhandler: a03ee04881559e8a0cdcd0cb7dbbc4d1c78edc9d - React-jsi: b7efc160dd211f6a3999cdc4a2c9fc2bbcda05db - React-jsiexecutor: 4ec7211a13582bd954c79590996260afffb64b30 - React-jsinspector: d913f0d6c32cca8f090cc0c1dfc3c95ec65970b8 - React-jsitracing: 043658000ac681e8aa5f3ee61690e0686da01bfe - React-logger: d1a89c7d9b3c847eb63eb85724c54b06cae2c939 - React-Mapbuffer: b0b4ace5b62b269f3838df26ba2d8b4f39f90783 - React-microtasksnativemodule: 0b7db04c18f6bb01ef5b1f9007c3229abecc35dd + RCTDeprecation: fde92935b3caa6cb65cbff9fbb7d3a9867ffb259 + RCTRequired: 75c6cee42d21c1530a6f204ba32ff57335d19007 + RCTTypeSafety: 7e6fe47bfb693c50d4669db1a480ca5331795f5b + React: 8e73704cdd5c7f801936776d2fc434c605a7827b + React-callinvoker: fa27d1e091e683de88f576e6a5d4efc171929a4c + React-Core: 8dd14bffcc9b877091b698e45701160669a31f91 + React-CoreModules: b4437acf2ef25ce3689c84df661dc5d806559b35 + React-cxxreact: 6125cd820da7e18f9ca8343b3c42ee61634a4e0d + React-debug: f474f5c202a277f76c81bf7cf26284f2c09880d7 + React-defaultsnativemodule: 7141fa704531cbf7a7e7af3bc02adfa367e831a7 + React-domnativemodule: c1806b8584a53ed912012a4d8b2c6f96a84c77a3 + React-Fabric: ba9636cfc7f9b77df6cb7edb2c70d0237026404b + React-FabricComponents: c408da05a4ea5ba071732245b4a7f48f904e610a + React-FabricImage: c409858f319f11709b49ffa6c5bca4faf794cb44 + React-featureflags: 929732439d139ac0662e08f009f1a51ed2b91ed3 + React-featureflagsnativemodule: 02dd903d4cbe4fae0e6cd02bc32a09d30543282f + React-graphics: a5cad35307286e9f83e212834e95fef4010d03d0 + React-hermes: 14aafa9630579b84c2167b563bdb8c811970a03e + React-idlecallbacksnativemodule: 69581ac44bd355acce3739c3fe380c0f6d7a6d09 + React-ImageManager: 41945afb3ace0c52255057ec4ae6af6f5a23539f + React-jserrorhandler: ecbc4622df7ab3d0066a4313cde4172d45745508 + React-jsi: ff383df87c7047e976a66be45df59e4e0db5346e + React-jsiexecutor: 2bb8b172f226f2f502521d33dd7666e701d45f45 + React-jsinspector: 4d51b903543f21076b658ef8412f3102778dbc92 + React-jsitracing: 654f4d9cb9fd99b3d96f239ceb215ae49ce28ac0 + React-logger: 97c9dafae1f1a638001a9d1d0e93d431f2f9cb7b + React-Mapbuffer: 3146a13424f9fec2ea1f1462d49d566e4d69b732 + React-microtasksnativemodule: 02d218c79c72d373a92a8552183f4ead0d1c6e05 react-native-blob-util: e6a3b23a99ac2c3d9fa48722db049a1e1808efc2 react-native-image-picker: ba5067f7d833b9081102c0a33dd0188eb21d92dc react-native-video-uploader: db068fc1236f96038f3eaeccb8c9ef8546947c14 - React-nativeconfig: 72c10ff34863148ef90df9c9c8eacba99d2faaaa - React-NativeModulesApple: 5ec49182fa000b2215ee1bed03e2867f8323ccf5 - React-perflogger: 073c7a8a436b3fe724f1df34e9d1f3db1d25fe74 - React-performancetimeline: 52f8e3b73b98dad5d5ba360035ad0be294087bd8 - React-RCTActionSheet: 96cf4d93fccb7a96ba1867e173c586e7ad9cd5cc - React-RCTAnimation: bcd2356245abffd232ea8d4d5b64ae0bf93c7ef0 - React-RCTAppDelegate: 20242d0ddf9348f8de10e5750d8c0844e222b0e3 - React-RCTBlob: 7fadfb83ce2bb5580b73368384fe242aaa6ddbc6 - React-RCTFabric: 504fe0307b1e72d093aa84e1c5ccb26d1bca66e3 - React-RCTImage: fdf95e50ad94842fd9c508ed36d9bfd6e1ffa8ef - React-RCTLinking: 76a398421d9a26422e5733439e2a9d13f19e5a99 - React-RCTNetwork: 2bf6ca74a1a14648f6985cfbfc4f8813fa66e6a4 - React-RCTSettings: 3cd121542bb87d318df5102bffdfd85899896187 - React-RCTText: 78b41d87d44c07ac8b2c47172da28a85446d254b - React-RCTVibration: 245a4a1b33f1c2c9622d4480cf5bb4362096214d - React-rendererconsistency: db2497919f3ab2543e3af19fbcef384ddfeb97ad - React-rendererdebug: ae62b22e402083d1a23539b90873f0513eaa1fec - React-rncore: 5c0cefbd816edc0438f9f0782c3fd4a4b4ef5770 - React-RuntimeApple: 82c8072c3b35aead653f9abe66397f678a92764f - React-RuntimeCore: 286b297ab0c5905c9fa83afe1a2df5bfe5edb5a7 - React-runtimeexecutor: 79e15d2c4b261925ea52261f69cac6318db5ab91 - React-RuntimeHermes: 0d4d9a9dae3be2de2df8ec9da2390b3c7097e115 - React-runtimescheduler: b11553b58430aa51b1558ffa93073257dadb00ef - React-timing: 8458b1f6741bfa16c78aa0a39fde969c6b843e23 - React-utils: d9624101245ebaab39c9f1bd786132da0b4f27ff - ReactCodegen: dbfef1fef26f42c900bb1884fa149d49d501d64d - ReactCommon: 429ca28cd813c31359c73ffac6dc24f93347d522 + React-nativeconfig: 93fe8c85a8c40820c57814e30f3e44b94c995a7b + React-NativeModulesApple: b3e076fd0d7b73417fe1e8c8b26e3c57ae9b74aa + React-perflogger: 1c55bcd3c392137cbaf0d21d8bb87ce9a0cebb15 + React-performancetimeline: e89249db10b8f7bf8f72c2e9bd471ac37d48b753 + React-RCTActionSheet: 9407c795fbeee35da2dae3cd6b5c4e5da6ff8bd3 + React-RCTAnimation: 7ee1c2a77aab7e5c568611d8092a994cfcbe8410 + React-RCTAppDelegate: 10c2b0c434baf5a71b53d5c86c4d8d0dbd6bb380 + React-RCTBlob: 761072706300d22624ec2d6bf860b77d95ebd3da + React-RCTFabric: 871d38933a94554d9e27963aa4bb67184dc7529e + React-RCTImage: b6614fde902ec9647f15236da94df2d24c40523f + React-RCTLinking: 25950eda5d5f786bfb3daf513ea7d848555a2a93 + React-RCTNetwork: b69407c4119fd7a1cc07db4a94563f2546f8770d + React-RCTSettings: b310a4923446c3a8950fa866c8cf83323a9e1b87 + React-RCTText: 77c6eda5be1dee657f5183f75fe0fdcdb7b2b35d + React-RCTVibration: b4889c7702aea1b07316be1ec0de2e36e9a4d077 + React-rendererconsistency: 5ef1c4642fd6365bf6d5d4e29a3ae02c3a1b8980 + React-rendererdebug: 7f6a24cbb5008a22ccb34a0d031a259b006facf6 + React-rncore: 0e5394ce20a9d2bf12409d14395588c7b9e6e9ce + React-RuntimeApple: bbe293f233d17304c9597309acde7505080fd53d + React-RuntimeCore: 5a1cbfc3e7af4fbdea2b9b1efd39cd51a4d4006f + React-runtimeexecutor: ffac5f09795a5e881477e0d72a0fa6385456bed3 + React-RuntimeHermes: 0a1fd1c150faed8341887dd89895eeb8d4d2d3c5 + React-runtimescheduler: e7df538274de0c65736068e40efc0d2228f42d0d + React-timing: b3b233fe819d9e5b6ca32b605aa732621bdfa5aa + React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f + ReactCodegen: 865bafc5c17ec2181620ced1a32c39c38ab2951d + ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6 SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748 - Yoga: f8ec45ce98bba1bc93dd28f2ee37215180e6d2b6 + Yoga: 157bed1c62656587df4639d4dc29714898f8fb10 PODFILE CHECKSUM: 1db1bb5b37b884512b54b2c75095b3e51c78e6ad From bbc2e0cda4515022458ca9cfafbedcedf76c6dcc Mon Sep 17 00:00:00 2001 From: ThibaultBee <37510686+ThibaultBee@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:51:45 +0100 Subject: [PATCH 4/5] chore(*): remove useless files --- .eslintignore | 2 -- .eslintrc.js | 4 --- example/ios/Example/PrivacyInfo.xcprivacy | 37 ----------------------- example/src/components/DemoButton.tsx | 4 ++- package.json | 1 + src/index.tsx | 2 +- 6 files changed, 5 insertions(+), 45 deletions(-) delete mode 100644 .eslintignore delete mode 100644 .eslintrc.js delete mode 100644 example/ios/Example/PrivacyInfo.xcprivacy diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index 3bcf7a0..0000000 --- a/.eslintignore +++ /dev/null @@ -1,2 +0,0 @@ -babel.config.js -node_modules \ No newline at end of file diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 187894b..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = { - root: true, - extends: '@react-native', -}; diff --git a/example/ios/Example/PrivacyInfo.xcprivacy b/example/ios/Example/PrivacyInfo.xcprivacy deleted file mode 100644 index 06e8c40..0000000 --- a/example/ios/Example/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,37 +0,0 @@ - - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyAccessedAPITypeReasons - - C617.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - NSPrivacyAccessedAPITypeReasons - - CA92.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategorySystemBootTime - NSPrivacyAccessedAPITypeReasons - - 35F9.1 - - - - NSPrivacyCollectedDataTypes - - NSPrivacyTracking - - - \ No newline at end of file diff --git a/example/src/components/DemoButton.tsx b/example/src/components/DemoButton.tsx index 2f15d53..c32065a 100644 --- a/example/src/components/DemoButton.tsx +++ b/example/src/components/DemoButton.tsx @@ -22,7 +22,9 @@ export function DemoButton({ return ( { - if (!disabled) {onPress();} + if (!disabled) { + onPress(); + } }} style={{ backgroundColor: color ? color : disabled ? '#FF7355' : '#F64325', diff --git a/package.json b/package.json index eddc5a7..4e0608e 100644 --- a/package.json +++ b/package.json @@ -126,6 +126,7 @@ "root": true, "extends": [ "@react-native-community", + "@react-native", "prettier" ], "plugins": [ diff --git a/src/index.tsx b/src/index.tsx index 0ebbf28..c2ecc0a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -2,7 +2,7 @@ import { NativeModules, Platform } from 'react-native'; import type { Environment, Video } from './types'; const LINKING_ERROR = - 'The package \'@api.video/react-native-video-uploader\' doesn\'t seem to be linked. Make sure: \n\n' + + "The package '@api.video/react-native-video-uploader' doesn't seem to be linked. Make sure: \n\n" + Platform.select({ ios: "- You have run 'pod install'\n", default: '' }) + '- You rebuilt the app after installing the package\n' + '- You are not using Expo Go\n'; From eaf8315ced35b8bc20caf64db127b499a21ba5c0 Mon Sep 17 00:00:00 2001 From: Romain Petit Date: Tue, 5 Nov 2024 10:46:37 +0100 Subject: [PATCH 5/5] chore(types) add comments --- src/types.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 9be94f1..d59d011 100644 --- a/src/types.ts +++ b/src/types.ts @@ -126,8 +126,16 @@ interface VideoAssets { */ mp4?: string; } - +/** + * The origin of the last update on the video's `language` attribute. + */ enum LanguageOrigin { + /** + * the language was set by the api + */ api = 'api', + /** + * the language was done automatically by the API. + */ auto = 'auto', }