@expofp/data 3.3.8 → 3.4.0

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.
@@ -1,5 +1,6 @@
1
1
  /**
2
2
  * ExpoFP Manifest format
3
+ * TODO: Keep this in sync with packages/floorplan/src/_misc_to_move/manifest.ts until that copy is removed.
3
4
  */
4
5
  export interface Manifest {
5
6
  expo: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expofp/data",
3
- "version": "3.3.8",
3
+ "version": "3.4.0",
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.3.8"
30
+ "@expofp/debug": "3.4.0"
31
31
  }
32
32
  }