@rock-js/plugin-brownfield-ios 0.8.13 → 0.9.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @rock-js/plugin-brownfield-ios
2
2
 
3
- iOS brownfield integration plugin for Rock (Rock). This package is part of the Rock ecosystem and provides tools for integrating React Native into existing iOS applications.
3
+ iOS brownfield integration plugin for Rock. This package is part of the Rock ecosystem and provides tools for integrating React Native into existing iOS applications.
4
4
 
5
5
  ## Documentation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rock-js/plugin-brownfield-ios",
3
- "version": "0.8.13",
3
+ "version": "0.9.1",
4
4
  "type": "module",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "exports": {
@@ -21,12 +21,12 @@
21
21
  "dependencies": {
22
22
  "@react-native-community/cli-config-apple": "^19.1.0",
23
23
  "@react-native-community/cli-types": "^19.1.0",
24
- "@rock-js/tools": "^0.8.13",
25
- "@rock-js/platform-apple-helpers": "^0.8.13",
24
+ "@rock-js/tools": "^0.9.1",
25
+ "@rock-js/platform-apple-helpers": "^0.9.1",
26
26
  "tslib": "^2.3.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@rock-js/config": "^0.8.13"
29
+ "@rock-js/config": "^0.9.1"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "restricted"
@@ -7,6 +7,6 @@
7
7
  "@callstack/react-native-brownfield": "^1.2.0"
8
8
  },
9
9
  "devDependencies": {
10
- "@rock-js/plugin-brownfield-ios": "^0.8.13"
10
+ "@rock-js/plugin-brownfield-ios": "^0.9.1"
11
11
  }
12
12
  }