@solibo/solibo-query 1.9.0 → 1.9.1
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/README.md +11 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @solibo/solibo-query
|
|
2
|
+
|
|
3
|
+
Framework-agnostic TanStack Query option factories, mutation options, query keys, and utilities for the Solibo SDK.
|
|
4
|
+
|
|
5
|
+
For installation, configuration, API usage, and examples, visit the [Solibo SDK documentation](https://sdk.solibo.no).
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
```sh
|
|
10
|
+
npm install @solibo/solibo-sdk @solibo/solibo-query @tanstack/query-core
|
|
11
|
+
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solibo/solibo-query",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "Framework-agnostic TanStack Query options for Solibo SDK",
|
|
5
5
|
"homepage": "https://sdk.solibo.no",
|
|
6
6
|
"repository": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"buffer": "^6.0.3",
|
|
36
36
|
"hash-wasm": "^4.12.0",
|
|
37
37
|
"mime-types": "^3.0.2",
|
|
38
|
-
"@solibo/solibo-sdk": "1.9.
|
|
38
|
+
"@solibo/solibo-sdk": "1.9.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/js": "^10.0.1",
|