@osdk/generator 1.13.0 → 1.13.1

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