@osdk/foundry.orchestration 2.2.0 → 2.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @osdk/foundry.orchestration
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4720b1d: Update platform APIs with new APIs, including Runtime Derived Property API's
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [4720b1d]
12
+ - @osdk/foundry.filesystem@2.4.0
13
+ - @osdk/foundry.datasets@2.4.0
14
+ - @osdk/foundry.core@2.4.0
15
+
16
+ ## 2.3.0
17
+
18
+ ### Minor Changes
19
+
20
+ - c53ab4b: Updates platform APIs with newly introduced APIs, for example, interface loading APIs.
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [c53ab4b]
25
+ - @osdk/foundry.filesystem@2.3.0
26
+ - @osdk/foundry.datasets@2.3.0
27
+ - @osdk/foundry.core@2.3.0
28
+
3
29
  ## 2.2.0
4
30
 
5
31
  ### Minor Changes
@@ -56,7 +56,7 @@ export interface BuildTargetsMissingJobSpecs {
56
56
  };
57
57
  }
58
58
  /**
59
- * The given build targets could be found.
59
+ * The given build targets could not be found.
60
60
 
61
61
  *
62
62
  * Log Safety: SAFE
@@ -56,7 +56,7 @@ export interface BuildTargetsMissingJobSpecs {
56
56
  };
57
57
  }
58
58
  /**
59
- * The given build targets could be found.
59
+ * The given build targets could not be found.
60
60
 
61
61
  *
62
62
  * Log Safety: SAFE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.orchestration",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,9 +20,9 @@
20
20
  "@osdk/shared.client": "^1.0.1",
21
21
  "@osdk/shared.client2": "^1.0.0",
22
22
  "@osdk/shared.net.platformapi": "~0.3.2",
23
- "@osdk/foundry.datasets": "2.2.0",
24
- "@osdk/foundry.core": "2.2.0",
25
- "@osdk/foundry.filesystem": "2.2.0"
23
+ "@osdk/foundry.core": "2.4.0",
24
+ "@osdk/foundry.datasets": "2.4.0",
25
+ "@osdk/foundry.filesystem": "2.4.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "typescript": "^5.5.4",
@@ -45,7 +45,7 @@
45
45
  "sls": {
46
46
  "dependencies": {
47
47
  "com.palantir.foundry.api:api-gateway": {
48
- "minVersion": "1.950.0",
48
+ "minVersion": "1.986.0",
49
49
  "maxVersion": "1.x.x",
50
50
  "optional": true
51
51
  }