@osdk/foundry-sdk-generator 0.203.0 → 0.205.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.
@@ -166861,7 +166861,7 @@ function isValidSemver(semverString) {
166861
166861
  }
166862
166862
 
166863
166863
  // src/utils/UserAgent.ts
166864
- var USER_AGENT = `typescript-sdk-generator/${"0.203.0"}`;
166864
+ var USER_AGENT = `typescript-sdk-generator/${"0.205.0"}`;
166865
166865
  async function createRollupBuild(absolutePackagePath, packageName) {
166866
166866
  const inputPath = `${absolutePackagePath}/${packageName}/index.js`;
166867
166867
  const {
@@ -166833,7 +166833,7 @@ function isValidSemver(semverString) {
166833
166833
  }
166834
166834
 
166835
166835
  // src/utils/UserAgent.ts
166836
- var USER_AGENT = `typescript-sdk-generator/${"0.203.0"}`;
166836
+ var USER_AGENT = `typescript-sdk-generator/${"0.205.0"}`;
166837
166837
  async function createRollupBuild(absolutePackagePath, packageName) {
166838
166838
  const inputPath = `${absolutePackagePath}/${packageName}/index.js`;
166839
166839
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry-sdk-generator",
3
- "version": "0.203.0",
3
+ "version": "0.205.0",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -31,8 +31,8 @@
31
31
  "yargs": "^17.7.2",
32
32
  "@osdk/api": "1.2.0",
33
33
  "@osdk/gateway": "1.2.0",
34
- "@osdk/generator": "1.4.0",
35
- "@osdk/legacy-client": "1.3.0"
34
+ "@osdk/legacy-client": "1.4.0",
35
+ "@osdk/generator": "1.5.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/node": "^18.0.0",