@expofp/data 3.1.14 → 3.1.16
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.
|
@@ -2,7 +2,6 @@ import { registerEnumSetting } from '@expofp/debug';
|
|
|
2
2
|
const VALIDATE_DATA_JS_OPTIONS = ['Off', 'Strip', 'Warn'];
|
|
3
3
|
export const validateDataJsSetting = registerEnumSetting({
|
|
4
4
|
key: 'efp:validate-data-js',
|
|
5
|
-
label: 'Validate Data.js',
|
|
6
5
|
values: VALIDATE_DATA_JS_OPTIONS,
|
|
7
6
|
default: VALIDATE_DATA_JS_OPTIONS[0],
|
|
8
7
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expofp/data",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "ExpoFP SDK internal: data layer and schemas",
|
|
6
6
|
"homepage": "https://developer.expofp.com/",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"tslib": "^2.3.0",
|
|
30
|
-
"@expofp/debug": "3.1.
|
|
30
|
+
"@expofp/debug": "3.1.16"
|
|
31
31
|
}
|
|
32
32
|
}
|