@osdk/generator 1.13.6 → 1.13.7

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.
@@ -1793,7 +1793,7 @@ function __UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(interfaceDef, ontology,
1793
1793
 
1794
1794
  };`;
1795
1795
  }
1796
- var ExpectedOsdkVersion = "0.21.3";
1796
+ var ExpectedOsdkVersion = "0.21.4";
1797
1797
  async function generateOntologyMetadataFile(ontology, userAgent, fs2, outDir) {
1798
1798
  fs2.writeFile(path16__namespace.default.join(outDir, "OntologyMetadata.ts"), await formatTs(`
1799
1799
  import { OntologyMetadata as OM } from "@osdk/api";