@osdk/api 0.0.12 → 0.0.14
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 +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @osdk/api
|
|
2
2
|
|
|
3
|
+
## 0.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- ad425f9: Fix query return type for objects
|
|
8
|
+
- Updated dependencies [ad425f9]
|
|
9
|
+
- @osdk/gateway@0.0.7
|
|
10
|
+
|
|
11
|
+
## 0.0.13
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 11ac931: Adding groupBy for Array types, using primary keys for actions and queries, and re-exporting more types
|
|
16
|
+
- 25de57b: Small fixes
|
|
17
|
+
- Updated dependencies [25de57b]
|
|
18
|
+
- @osdk/gateway@0.0.6
|
|
19
|
+
|
|
3
20
|
## 0.0.12
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/api",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "",
|
|
5
5
|
"access": "public",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@types/geojson": "^7946.0.13",
|
|
21
21
|
"fetch-retry": "^5.0.6",
|
|
22
22
|
"tiny-invariant": "^1.3.1",
|
|
23
|
-
"@osdk/gateway": "0.0.
|
|
23
|
+
"@osdk/gateway": "0.0.7"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"ts-expect": "^1.3.0",
|