@sqlanvil/core 1.8.1 → 1.8.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.
package/configs.proto CHANGED
@@ -603,6 +603,9 @@ message ActionConfig {
603
603
  // If unset, the value from workflow_settings.yaml is used. If neither is set, default BigQuery behavior applies.
604
604
  // sqlanvil CLI only (GCP sqlanvil support pending).
605
605
  string reservation = 11;
606
+
607
+ // Metadata for this assertion.
608
+ Metadata metadata = 12;
606
609
  }
607
610
 
608
611
  message OperationConfig {
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "version": "1.8.1",
37
+ "version": "1.8.2",
38
38
  "name": "@sqlanvil/core",
39
39
  "description": "sqlanvil core API.",
40
40
  "main": "bundle.js"