@rock-js/platform-ios 0.11.13 → 0.12.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/platform-ios",
3
- "version": "0.11.13",
3
+ "version": "0.12.0",
4
4
  "description": "iOS platform support and configuration for Rock",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",
@@ -22,12 +22,12 @@
22
22
  "dependencies": {
23
23
  "@react-native-community/cli-config-apple": "^20.0.0",
24
24
  "@react-native-community/cli-types": "^20.0.0",
25
- "@rock-js/platform-apple-helpers": "^0.11.13",
26
- "@rock-js/tools": "^0.11.13",
25
+ "@rock-js/platform-apple-helpers": "^0.12.0",
26
+ "@rock-js/tools": "^0.12.0",
27
27
  "tslib": "^2.3.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@rock-js/config": "^0.11.13"
30
+ "@rock-js/config": "^0.12.0"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
@@ -24,7 +24,6 @@ target 'HelloWorld' do
24
24
  )
25
25
 
26
26
  post_install do |installer|
27
- # https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
28
27
  react_native_post_install(
29
28
  installer,
30
29
  config[:reactNativePath],
@@ -4,6 +4,6 @@
4
4
  "ios": "rock run:ios"
5
5
  },
6
6
  "devDependencies": {
7
- "@rock-js/platform-ios": "^0.11.13"
7
+ "@rock-js/platform-ios": "^0.12.0"
8
8
  }
9
9
  }