@osdk/api 0.0.9 → 0.0.10

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,11 @@
1
1
  # @osdk/api
2
2
 
3
+ ## 0.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 9167059: Fixing GeoJson import from namespace
8
+
3
9
  ## 0.0.9
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,4 @@
1
+ import type GeoJSON from "geojson";
1
2
  import type { ActionDefinition } from "./ActionDefinition";
2
3
  import type { OntologyMetadata } from "./OntologyMetadata";
3
4
  import type { QueryDefinition } from "./QueryDefinition";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osdk/api",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "",
5
5
  "access": "public",
6
6
  "license": "Apache-2.0",