@callstack/brownie 3.5.1 → 3.6.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/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @callstack/brownie
2
2
 
3
+ ## 3.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#305](https://github.com/callstack/react-native-brownfield/pull/305) [`eab53d9`](https://github.com/callstack/react-native-brownfield/commit/eab53d9f7b93f38e13185020fcf8a7af23df0d05) Thanks [@hurali97](https://github.com/hurali97)! - fix securiy vulnerabilities
8
+
9
+ - Updated dependencies [[`eab53d9`](https://github.com/callstack/react-native-brownfield/commit/eab53d9f7b93f38e13185020fcf8a7af23df0d05)]:
10
+ - @callstack/brownfield-cli@3.6.1
11
+
12
+ ## 3.6.0
13
+
14
+ ### Patch Changes
15
+
16
+ - [#299](https://github.com/callstack/react-native-brownfield/pull/299) [`a01f676`](https://github.com/callstack/react-native-brownfield/commit/a01f676919d58c101bc802c6a4202b1922fc6d48) Thanks [@artus9033](https://github.com/artus9033)! - fix: build Brownie Android with support for 16KB page sizes
17
+
18
+ - Updated dependencies [[`5ac357b`](https://github.com/callstack/react-native-brownfield/commit/5ac357bb8802ecf3562d92be191f6681ae94a055)]:
19
+ - @callstack/brownfield-cli@3.6.0
20
+
3
21
  ## 3.5.1
4
22
 
5
23
  ### Patch Changes
@@ -45,7 +45,7 @@ android {
45
45
 
46
46
  externalNativeBuild {
47
47
  cmake {
48
- arguments "-DANDROID_STL=c++_shared"
48
+ arguments "-DANDROID_STL=c++_shared", "-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON"
49
49
  cppFlags "-std=c++20 -fexceptions -frtti"
50
50
  }
51
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@callstack/brownie",
3
- "version": "3.5.1",
3
+ "version": "3.6.1",
4
4
  "license": "MIT",
5
5
  "author": "Oskar Kwaśniewski <oskarkwasniewski@icloud.com>",
6
6
  "bin": {
@@ -75,7 +75,7 @@
75
75
  "react-native": "*"
76
76
  },
77
77
  "dependencies": {
78
- "@callstack/brownfield-cli": "^3.5.1",
78
+ "@callstack/brownfield-cli": "^3.6.1",
79
79
  "ts-morph": "^27.0.2"
80
80
  },
81
81
  "devDependencies": {
@@ -92,7 +92,7 @@
92
92
  "import": "^0.0.6",
93
93
  "nodemon": "^3.1.14",
94
94
  "react-native": "0.82.1",
95
- "react-native-builder-bob": "^0.40.18",
95
+ "react-native-builder-bob": "^0.41.0",
96
96
  "typescript": "5.9.3"
97
97
  },
98
98
  "codegenConfig": {