@osdk/foundry.orchestration 2.3.0 → 2.5.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 +29 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @osdk/foundry.orchestration
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 92ceb52: Using new version of shared platform API. Also releasing 1.0 of that package.
8
+ - c5eab42: Updating apis to include new timeseries types.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [92ceb52]
13
+ - Updated dependencies [c5eab42]
14
+ - @osdk/shared.net.platformapi@1.1.0
15
+ - @osdk/foundry.filesystem@2.5.0
16
+ - @osdk/foundry.datasets@2.5.0
17
+ - @osdk/foundry.core@2.5.0
18
+
19
+ ## 2.4.0
20
+
21
+ ### Minor Changes
22
+
23
+ - 4720b1d: Update platform APIs with new APIs, including Runtime Derived Property API's
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [4720b1d]
28
+ - @osdk/foundry.filesystem@2.4.0
29
+ - @osdk/foundry.datasets@2.4.0
30
+ - @osdk/foundry.core@2.4.0
31
+
3
32
  ## 2.3.0
4
33
 
5
34
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.orchestration",
3
- "version": "2.3.0",
3
+ "version": "2.5.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,10 +19,10 @@
19
19
  "dependencies": {
20
20
  "@osdk/shared.client": "^1.0.1",
21
21
  "@osdk/shared.client2": "^1.0.0",
22
- "@osdk/shared.net.platformapi": "~0.3.2",
23
- "@osdk/foundry.core": "2.3.0",
24
- "@osdk/foundry.datasets": "2.3.0",
25
- "@osdk/foundry.filesystem": "2.3.0"
22
+ "@osdk/foundry.core": "2.5.0",
23
+ "@osdk/foundry.filesystem": "2.5.0",
24
+ "@osdk/foundry.datasets": "2.5.0",
25
+ "@osdk/shared.net.platformapi": "~1.1.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.969.0",
48
+ "minVersion": "1.986.0",
49
49
  "maxVersion": "1.x.x",
50
50
  "optional": true
51
51
  }