@osdk/internal.foundry 0.6.0-beta.0 → 2.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c53ab4b: Updates platform APIs with newly introduced APIs, for example, interface loading APIs.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [c53ab4b]
12
+ - @osdk/internal.foundry.ontologiesv2@2.3.0
13
+ - @osdk/internal.foundry.ontologies@2.3.0
14
+ - @osdk/internal.foundry.datasets@2.3.0
15
+ - @osdk/internal.foundry.core@2.3.0
16
+ - @osdk/internal.foundry.geo@2.3.0
17
+
18
+ ## 2.2.0
19
+
20
+ ### Minor Changes
21
+
22
+ - 02fc65d: Fix codegen for new APIs.
23
+ - ca65018: Updating deps for platform sdk.
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [02fc65d]
28
+ - Updated dependencies [ca65018]
29
+ - @osdk/internal.foundry.ontologiesv2@2.2.0
30
+ - @osdk/internal.foundry.ontologies@2.2.0
31
+ - @osdk/internal.foundry.datasets@2.2.0
32
+ - @osdk/internal.foundry.core@2.2.0
33
+ - @osdk/internal.foundry.geo@2.2.0
34
+
3
35
  ## 0.6.0-beta.0
4
36
 
5
37
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/internal.foundry",
3
- "version": "0.6.0-beta.0",
3
+ "version": "2.3.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,12 +18,13 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@osdk/shared.client": "^1.0.1",
21
- "@osdk/shared.net.platformapi": "~0.3.0",
22
- "@osdk/internal.foundry.core": "0.3.0-beta.0",
23
- "@osdk/internal.foundry.ontologies": "0.3.0-beta.0",
24
- "@osdk/internal.foundry.geo": "0.3.0-beta.0",
25
- "@osdk/internal.foundry.datasets": "0.3.0-beta.0",
26
- "@osdk/internal.foundry.ontologiesv2": "0.3.0-beta.0"
21
+ "@osdk/shared.client2": "^1.0.0",
22
+ "@osdk/shared.net.platformapi": "~0.3.2",
23
+ "@osdk/internal.foundry.datasets": "2.3.0",
24
+ "@osdk/internal.foundry.geo": "2.3.0",
25
+ "@osdk/internal.foundry.ontologies": "2.3.0",
26
+ "@osdk/internal.foundry.ontologiesv2": "2.3.0",
27
+ "@osdk/internal.foundry.core": "2.3.0"
27
28
  },
28
29
  "devDependencies": {
29
30
  "typescript": "^5.5.4",
@@ -46,7 +47,7 @@
46
47
  "sls": {
47
48
  "dependencies": {
48
49
  "com.palantir.foundry.api:api-gateway": {
49
- "minVersion": "1.950.0",
50
+ "minVersion": "1.969.0",
50
51
  "maxVersion": "1.x.x",
51
52
  "optional": true
52
53
  }