@osdk/react 0.11.0-main-1d2e6c7f4d8258f188d2b4033ee874c0cfc7698f → 0.11.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 +2 -18
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,30 +1,14 @@
|
|
|
1
1
|
# @osdkkit/react
|
|
2
2
|
|
|
3
|
-
## 0.11.0
|
|
3
|
+
## 0.11.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- f8b9f12: Cache results from useOsdkFunctions
|
|
8
|
-
- f871d5c: Paginate objects for function queries and configure max concurrent requests to handle large dataset
|
|
9
|
-
|
|
10
|
-
### Patch Changes
|
|
11
|
-
|
|
12
8
|
- 12f9b36: add devtools interfaces and hook metadata for react-devtools integration
|
|
13
9
|
- 51ccca8: Refactor hooks to use canonicalizeOptions for stable memo keys, add objectSet/hasMore/refetch to useOsdkObjects return, support undefined objectSet in useObjectSet
|
|
10
|
+
- f871d5c: Paginate objects for function queries and configure max concurrent requests to handle large dataset
|
|
14
11
|
- ec06b26: revert build improvements from #2987
|
|
15
|
-
- Updated dependencies [f8b9f12]
|
|
16
|
-
- Updated dependencies [bcf359f]
|
|
17
|
-
- Updated dependencies [0b349bd]
|
|
18
|
-
- Updated dependencies [12f9b36]
|
|
19
|
-
- Updated dependencies [cbc8e9c]
|
|
20
|
-
- Updated dependencies [9171453]
|
|
21
|
-
- Updated dependencies [e8d14a0]
|
|
22
|
-
- Updated dependencies [51ccca8]
|
|
23
|
-
- Updated dependencies [fb85818]
|
|
24
|
-
- Updated dependencies [ec06b26]
|
|
25
|
-
- Updated dependencies [2394ca7]
|
|
26
|
-
- @osdk/client@2.9.0-main-1d2e6c7f4d8258f188d2b4033ee874c0cfc7698f
|
|
27
|
-
- @osdk/api@2.9.0-main-1d2e6c7f4d8258f188d2b4033ee874c0cfc7698f
|
|
28
12
|
|
|
29
13
|
## 0.10.0
|
|
30
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@osdk/react",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@osdk/api": "
|
|
58
|
-
"@osdk/client": "
|
|
57
|
+
"@osdk/api": "^2.8.0",
|
|
58
|
+
"@osdk/client": "^2.8.0",
|
|
59
59
|
"@osdk/foundry.admin": "*",
|
|
60
60
|
"@osdk/foundry.core": "*",
|
|
61
61
|
"@types/react": "^17 || ^18 || ^19",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"react": "^18.3.1",
|
|
86
86
|
"tiny-invariant": "^1.3.3",
|
|
87
87
|
"typescript": "~5.5.4",
|
|
88
|
-
"@osdk/api": "2.9.0
|
|
89
|
-
"@osdk/client": "2.9.0
|
|
90
|
-
"@osdk/client.test.ontology": "2.
|
|
91
|
-
"@osdk/monorepo.
|
|
92
|
-
"@osdk/monorepo.
|
|
88
|
+
"@osdk/api": "2.9.0",
|
|
89
|
+
"@osdk/client": "2.9.0",
|
|
90
|
+
"@osdk/client.test.ontology": "2.9.0",
|
|
91
|
+
"@osdk/monorepo.tsconfig": "~0.7.0",
|
|
92
|
+
"@osdk/monorepo.api-extractor": "~0.7.0"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"access": "public"
|