@osdk/internal.foundry 2.19.0 → 2.21.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 +34 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # @osdk/foundry
2
2
 
3
+ ## 2.21.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 90311af: Add new private beta APIs and move SQL Queries APIs to public beta
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [90311af]
12
+ - @osdk/internal.foundry.ontologies@2.21.0
13
+ - @osdk/internal.foundry.datasets@2.21.0
14
+ - @osdk/internal.foundry.core@2.21.0
15
+ - @osdk/internal.foundry.geo@2.21.0
16
+ - @osdk/internal.foundry.ontologiesv2@2.21.0
17
+ - @osdk/internal.foundry.mediasets@2.21.0
18
+
19
+ ## 2.20.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 5045ed3: "Regenerate Platform SDK's"
24
+ - b0d931f: Regenerate Platform SDKs
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies [5045ed3]
29
+ - Updated dependencies [b0d931f]
30
+ - @osdk/internal.foundry.ontologies@2.20.0
31
+ - @osdk/internal.foundry.datasets@2.20.0
32
+ - @osdk/internal.foundry.core@2.20.0
33
+ - @osdk/internal.foundry.geo@2.20.0
34
+ - @osdk/internal.foundry.ontologiesv2@2.20.0
35
+ - @osdk/internal.foundry.mediasets@2.20.0
36
+
3
37
  ## 2.19.0
4
38
 
5
39
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/internal.foundry",
3
- "version": "2.19.0",
3
+ "version": "2.21.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@osdk/shared.client": "^1.0.1",
23
23
  "@osdk/shared.client2": "^1.0.0",
24
- "@osdk/internal.foundry.datasets": "2.19.0",
25
- "@osdk/internal.foundry.core": "2.19.0",
26
- "@osdk/internal.foundry.mediasets": "2.19.0",
27
- "@osdk/internal.foundry.ontologies": "2.19.0",
28
- "@osdk/internal.foundry.geo": "2.19.0",
29
- "@osdk/internal.foundry.ontologiesv2": "2.19.0",
30
- "@osdk/shared.net.platformapi": "~1.3.0"
24
+ "@osdk/internal.foundry.core": "2.21.0",
25
+ "@osdk/internal.foundry.datasets": "2.21.0",
26
+ "@osdk/internal.foundry.geo": "2.21.0",
27
+ "@osdk/internal.foundry.mediasets": "2.21.0",
28
+ "@osdk/internal.foundry.ontologiesv2": "2.21.0",
29
+ "@osdk/shared.net.platformapi": "~1.3.0",
30
+ "@osdk/internal.foundry.ontologies": "2.21.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "typescript": "^5.5.4",
@@ -50,7 +50,7 @@
50
50
  "sls": {
51
51
  "dependencies": {
52
52
  "com.palantir.foundry.api:api-gateway": {
53
- "minVersion": "1.1150.0",
53
+ "minVersion": "1.1180.0",
54
54
  "maxVersion": "1.x.x",
55
55
  "optional": false
56
56
  }