@osdk/foundry.geo 2.4.0 → 2.6.0-beta.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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @osdk/foundry.geo
2
2
 
3
+ ## 2.6.0-beta.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e866c5c]
8
+ - @osdk/shared.net.platformapi@1.2.0-beta.0
9
+
10
+ ## 2.5.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 92ceb52: Using new version of shared platform API. Also releasing 1.0 of that package.
15
+ - c5eab42: Updating apis to include new timeseries types.
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [92ceb52]
20
+ - @osdk/shared.net.platformapi@1.1.0
21
+
3
22
  ## 2.4.0
4
23
 
5
24
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/foundry.geo",
3
- "version": "2.4.0",
3
+ "version": "2.6.0-beta.0",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -19,7 +19,7 @@
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"
22
+ "@osdk/shared.net.platformapi": "~1.2.0-beta.0"
23
23
  },
24
24
  "devDependencies": {
25
25
  "typescript": "^5.5.4",