@tailor-platform/sdk 1.73.0 → 1.73.2

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.
@@ -275,6 +275,8 @@ Namespace: tailordb
275
275
  - Field 'email': required: remote=false, expected=true
276
276
  ```
277
277
 
278
+ The error also points you at `migration status`, `migration generate`, `migration sync`, and `migration set` — see [Remote schema drift detected](#remote-schema-drift-detected) for which one applies.
279
+
278
280
  To bypass both checks (not recommended outside of recovery scenarios):
279
281
 
280
282
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailor-platform/sdk",
3
- "version": "1.73.0",
3
+ "version": "1.73.2",
4
4
  "description": "Tailor Platform SDK - The SDK to work with Tailor Platform",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -1,3 +0,0 @@
1
- import { n as generatePluginFilesIfNeeded, r as loadApplication, t as defineApplication } from "./application-Dxhdq_nu.mjs";
2
-
3
- export { defineApplication, generatePluginFilesIfNeeded };