@osdk/foundry-sdk-generator 2.0.3 → 2.0.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @osdk/foundry-sdk-generator
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7f29753]
8
+ - @osdk/client@2.0.4
9
+ - @osdk/api@2.0.4
10
+ - @osdk/generator@2.0.4
11
+
3
12
  ## 2.0.3
4
13
 
5
14
  ### Patch Changes
@@ -504,7 +504,7 @@ function isValidSemver(semverString) {
504
504
  }
505
505
 
506
506
  // src/utils/UserAgent.ts
507
- var USER_AGENT = `typescript-sdk-generator/${"2.0.3"}`;
507
+ var USER_AGENT = `typescript-sdk-generator/${"2.0.4"}`;
508
508
  async function createRollupBuild(absolutePackagePath, packageName) {
509
509
  const inputPath = `${absolutePackagePath}/${packageName}/index.js`;
510
510
  const {
@@ -504,7 +504,7 @@ function isValidSemver(semverString) {
504
504
  }
505
505
 
506
506
  // src/utils/UserAgent.ts
507
- var USER_AGENT = `typescript-sdk-generator/${"2.0.3"}`;
507
+ var USER_AGENT = `typescript-sdk-generator/${"2.0.4"}`;
508
508
  async function createRollupBuild(absolutePackagePath, packageName) {
509
509
  const inputPath = `${absolutePackagePath}/${packageName}/index.js`;
510
510
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry-sdk-generator",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",
@@ -28,13 +28,13 @@
28
28
  "ts-morph": "19.0.0",
29
29
  "typescript": "5.5.3",
30
30
  "yargs": "17.7.2",
31
- "@osdk/api": "2.0.3",
32
- "@osdk/foundry.thirdpartyapplications": "2.1.1",
31
+ "@osdk/api": "2.0.4",
32
+ "@osdk/client": "2.0.4",
33
33
  "@osdk/foundry.core": "2.1.1",
34
- "@osdk/client": "2.0.3",
35
- "@osdk/generator": "2.0.3",
36
- "@osdk/internal.foundry.ontologies": "0.2.1",
34
+ "@osdk/foundry.thirdpartyapplications": "2.1.1",
35
+ "@osdk/generator": "2.0.4",
37
36
  "@osdk/internal.foundry.core": "0.2.1",
37
+ "@osdk/internal.foundry.ontologies": "0.2.1",
38
38
  "@osdk/internal.foundry.ontologiesv2": "0.2.1",
39
39
  "@osdk/shared.net": "2.0.1"
40
40
  },
@@ -42,13 +42,13 @@
42
42
  "@types/node": "^18.0.0",
43
43
  "@types/yargs": "^17.0.29",
44
44
  "typescript": "^5.5.4",
45
- "@osdk/client.unstable": "~2.0.3",
45
+ "@osdk/client.unstable": "~2.0.4",
46
46
  "@osdk/client.unstable.tpsa": "~0.2.1",
47
47
  "@osdk/monorepo.tsconfig": "~0.0.0",
48
48
  "@osdk/monorepo.api-extractor": "~0.0.0",
49
- "@osdk/monorepo.tsup": "~0.0.0",
50
49
  "@osdk/shared.client.impl": "~1.0.1",
51
- "@osdk/shared.test": "~2.0.3"
50
+ "@osdk/monorepo.tsup": "~0.0.0",
51
+ "@osdk/shared.test": "~2.0.4"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"