@osdk/foundry-sdk-generator 1.2.1 → 1.3.0-beta.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.
@@ -584,7 +584,7 @@ function isValidSemver(semverString) {
584
584
  }
585
585
 
586
586
  // src/utils/UserAgent.ts
587
- var USER_AGENT = `typescript-sdk-generator/${"1.2.1"}`;
587
+ var USER_AGENT = `typescript-sdk-generator/${"1.3.0-beta.1"}`;
588
588
  async function createRollupBuild(absolutePackagePath, packageName) {
589
589
  const inputPath = `${absolutePackagePath}/${packageName}/index.js`;
590
590
  const {