@rock-js/plugin-brownfield-android 0.11.9 → 0.11.10

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/plugin-brownfield-android",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
4
4
  "description": "Plugin for integrating Rock projects with existing Android apps",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",
@@ -20,13 +20,13 @@
20
20
  "publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
21
21
  },
22
22
  "dependencies": {
23
- "@rock-js/tools": "^0.11.9",
24
- "@rock-js/platform-android": "^0.11.9",
23
+ "@rock-js/tools": "^0.11.10",
24
+ "@rock-js/platform-android": "^0.11.10",
25
25
  "@react-native-community/cli-config-android": "^20.0.0",
26
26
  "tslib": "^2.3.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@rock-js/config": "^0.11.9",
29
+ "@rock-js/config": "^0.11.10",
30
30
  "@react-native-community/cli-types": "^20.0.0"
31
31
  },
32
32
  "publishConfig": {
@@ -24,6 +24,7 @@ android {
24
24
  defaultConfig {
25
25
  minSdk = 24
26
26
 
27
+ buildConfigField("boolean", "IS_EDGE_TO_EDGE_ENABLED", properties["edgeToEdgeEnabled"].toString())
27
28
  buildConfigField("boolean", "IS_NEW_ARCHITECTURE_ENABLED", properties["newArchEnabled"].toString())
28
29
  buildConfigField("boolean", "IS_HERMES_ENABLED", properties["hermesEnabled"].toString())
29
30
  }
@@ -5,9 +5,9 @@
5
5
  "publish-local:aar": "pnpm package:aar && rock publish-local:aar --module-name helloworldreact"
6
6
  },
7
7
  "dependencies": {
8
- "@callstack/react-native-brownfield": "^1.2.0"
8
+ "@callstack/react-native-brownfield": "^2.0.0"
9
9
  },
10
10
  "devDependencies": {
11
- "@rock-js/plugin-brownfield-android": "^0.11.9"
11
+ "@rock-js/plugin-brownfield-android": "^0.11.10"
12
12
  }
13
13
  }