Skip to content

Commit 2b91826

Browse files
authored
chore(deps): [email protected] (#3020)
Related hyochan/flutter_inapp_purchase#562 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated the Apple integration version to 1.2.3. * No changes to other integrations; Google remains at 1.2.6 and GraphQL at 1.0.8. * Users leveraging Apple-related functionality will now use the latest available patch version, with no required action. * This change does not alter features or behavior beyond the version bump and maintains existing compatibility across other providers. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 7443c04 commit 2b91826

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

example/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ PODS:
88
- hermes-engine (0.81.1):
99
- hermes-engine/Pre-built (= 0.81.1)
1010
- hermes-engine/Pre-built (0.81.1)
11-
- NitroIap (14.3.9):
11+
- NitroIap (14.4.0):
1212
- boost
1313
- DoubleConversion
1414
- fast_float
1515
- fmt
1616
- glog
1717
- hermes-engine
1818
- NitroModules
19-
- openiap (= 1.2.2)
19+
- openiap (= 1.2.3)
2020
- RCT-Folly
2121
- RCT-Folly/Fabric
2222
- RCTRequired
@@ -68,7 +68,7 @@ PODS:
6868
- ReactCommon/turbomodule/core
6969
- SocketRocket
7070
- Yoga
71-
- openiap (1.2.2)
71+
- openiap (1.2.3)
7272
- RCT-Folly (2024.11.18.00):
7373
- boost
7474
- DoubleConversion
@@ -2501,7 +2501,7 @@ DEPENDENCIES:
25012501
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
25022502
- NitroIap (from `../..`)
25032503
- NitroModules (from `../node_modules/react-native-nitro-modules`)
2504-
- openiap (from `https://github.com/hyodotdev/openiap-apple.git`, tag `1.2.2`)
2504+
- openiap (from `https://github.com/hyodotdev/openiap-apple.git`, tag `1.2.3`)
25052505
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
25062506
- RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
25072507
- RCTRequired (from `../node_modules/react-native/Libraries/Required`)
@@ -2598,7 +2598,7 @@ EXTERNAL SOURCES:
25982598
:path: "../node_modules/react-native-nitro-modules"
25992599
openiap:
26002600
:git: https://github.com/hyodotdev/openiap-apple.git
2601-
:tag: 1.2.2
2601+
:tag: 1.2.3
26022602
RCT-Folly:
26032603
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
26042604
RCTDeprecation:
@@ -2737,7 +2737,7 @@ EXTERNAL SOURCES:
27372737
CHECKOUT OPTIONS:
27382738
openiap:
27392739
:git: https://github.com/hyodotdev/openiap-apple.git
2740-
:tag: 1.2.2
2740+
:tag: 1.2.3
27412741

27422742
SPEC CHECKSUMS:
27432743
boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
@@ -2747,9 +2747,9 @@ SPEC CHECKSUMS:
27472747
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
27482748
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
27492749
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
2750-
NitroIap: 29f54b8e08743592319185f5e5b9d79ef9397505
2750+
NitroIap: 23ebd959866247ef8e8308e0108dd044a152a1d0
27512751
NitroModules: 7d693306799405ca141ef5c24efc0936f20a09c0
2752-
openiap: ea0f37fb1d08cd982ee4dfc219bd2e9c0656822c
2752+
openiap: 92c66923a5aa128777da7dc6283a06b331eeab37
27532753
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
27542754
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
27552755
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a

openiap-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apple": "1.2.2",
2+
"apple": "1.2.3",
33
"google": "1.2.6",
44
"gql": "1.0.8"
55
}

0 commit comments

Comments
 (0)