expo-bbase 1.6.0 → 1.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/dist/index.js CHANGED
@@ -2522,6 +2522,7 @@ var uiReusablesModule = {
2522
2522
  "@rn-primitives/label": "^1.1.0",
2523
2523
  "@rn-primitives/separator": "^1.1.0",
2524
2524
  "@rn-primitives/alert-dialog": "^1.1.0",
2525
+ "@rn-primitives/portal": "^1.1.0",
2525
2526
  "react-native-svg": "^15.8.0"
2526
2527
  },
2527
2528
  devDependencies: {},
@@ -4247,7 +4248,8 @@ function generateBasePackageJson(projectName) {
4247
4248
  "@rn-primitives/types": "^1.1.0",
4248
4249
  "@rn-primitives/label": "^1.1.0",
4249
4250
  "@rn-primitives/separator": "^1.1.0",
4250
- "@rn-primitives/alert-dialog": "^1.1.0"
4251
+ "@rn-primitives/alert-dialog": "^1.1.0",
4252
+ "@rn-primitives/portal": "^1.1.0"
4251
4253
  },
4252
4254
  devDependencies: {
4253
4255
  "@types/react": "~19.1.0",
@@ -4260,7 +4262,7 @@ function generateBasePackageJson(projectName) {
4260
4262
 
4261
4263
  // src/index.ts
4262
4264
  var import_execa = require("execa");
4263
- var CLI_VERSION = "1.6.0";
4265
+ var CLI_VERSION = "1.6.1";
4264
4266
  var CONFIG_FILE = ".expo-bbase.json";
4265
4267
  async function run() {
4266
4268
  const program = new import_commander.Command();