Sign In

@expofp/schema

Package Overview
Dependencies
Maintainers
7
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expofp/schema - npm Package Compare versions

Comparing version
3.21.1
to
3.22.0
+2
-0
dist/lib/config-defaults.d.ts

@@ -81,2 +81,4 @@ /**

customKioskQrCodeUrl: string;
/** No provider configured; see the field's note in `config.ts` for why not `''`. */
mobileLocationProvider: null;
/**

@@ -83,0 +85,0 @@ * Deliberately undefined rather than `false`: the flag is tri-state. Unset

@@ -87,2 +87,4 @@ /**

customKioskQrCodeUrl: '',
/** No provider configured; see the field's note in `config.ts` for why not `''`. */
mobileLocationProvider: null,
// flags (deprecated nested `flags` flattened to root)

@@ -89,0 +91,0 @@ /**

@@ -127,2 +127,9 @@ import * as z from 'zod';

customKioskQrCodeUrl: z.string(),
/**
* Indoor-positioning provider for the native SDKs, opaque web-side:
* `<provider>.<version>.<base64url credentials>`, e.g.
* `indooratlas.1.SGVsbG8gV29ybGQh`. `null` (the default) means none — not
* `''`, so the native bridge sees Kotlin `null` / Swift `nil`.
*/
mobileLocationProvider: z.string().nullable(),
...FlagsSchema.shape,

@@ -129,0 +136,0 @@ // user preferences

+2
-2
{
"name": "@expofp/schema",
"version": "3.21.1",
"version": "3.22.0",
"type": "module",

@@ -28,3 +28,3 @@ "description": "ExpoFP SDK internal: expo data schemas and types",

"devDependencies": {
"@expofp/utils": "3.21.1"
"@expofp/utils": "3.22.0"
},

@@ -31,0 +31,0 @@ "files": [

Sorry, the diff of this file is too big to display