@osdk/generator 1.13.3 → 1.13.4

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.
@@ -1784,7 +1784,7 @@ function __UNSTABLE_wireInterfaceTypeV2ToSdkObjectConst(interfaceDef, ontology,
1784
1784
 
1785
1785
  };`;
1786
1786
  }
1787
- var ExpectedOsdkVersion = "0.21.1";
1787
+ var ExpectedOsdkVersion = "0.21.2";
1788
1788
  async function generateOntologyMetadataFile(ontology, userAgent, fs2, outDir) {
1789
1789
  fs2.writeFile(path16__namespace.default.join(outDir, "OntologyMetadata.ts"), await formatTs(`
1790
1790
  import { OntologyMetadata as OM } from "@osdk/api";