mostlyright 1.5.2 → 1.7.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.
@@ -63,6 +63,13 @@ var mostlyright = (() => {
63
63
  }
64
64
  });
65
65
 
66
+ // ../core/src/schemas/generated/forecast_nwp.v1.ts
67
+ var init_forecast_nwp_v1 = __esm({
68
+ "../core/src/schemas/generated/forecast_nwp.v1.ts"() {
69
+ "use strict";
70
+ }
71
+ });
72
+
66
73
  // ../core/src/schemas/generated/index.ts
67
74
  var init_generated = __esm({
68
75
  "../core/src/schemas/generated/index.ts"() {
@@ -73,6 +80,7 @@ var mostlyright = (() => {
73
80
  init_settlement_cli_v1();
74
81
  init_observation_ledger_v1();
75
82
  init_observation_qc_v1();
83
+ init_forecast_nwp_v1();
76
84
  }
77
85
  });
78
86