@okam/directus-query 1.5.0 → 1.5.2
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 +18 -5
- package/logger.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,25 @@
|
|
|
1
|
+
## 1.5.2 (2026-01-19)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated core-lib to 1.17.1
|
|
6
|
+
|
|
7
|
+
## 1.5.1 (2026-01-19)
|
|
8
|
+
|
|
9
|
+
### 🩹 Fixes
|
|
10
|
+
|
|
11
|
+
- cross-lib type imports are always absolute ([#392](https://github.com/OKAMca/stack/pull/392))
|
|
12
|
+
|
|
13
|
+
### ❤️ Thank You
|
|
14
|
+
|
|
15
|
+
- Pierre-Olivier Clerson @poclerson
|
|
16
|
+
|
|
1
17
|
## 1.5.0 (2026-01-16)
|
|
2
18
|
|
|
3
19
|
### 🚀 Features
|
|
4
20
|
|
|
5
21
|
- ⚠️ React 19 + Next.js 15 upgrade for all @okam/* packages ([#369](https://github.com/OKAMca/stack/pull/369))
|
|
22
|
+
- Consumers must now have react and react-dom in their own
|
|
6
23
|
|
|
7
24
|
### 🩹 Fixes
|
|
8
25
|
|
|
@@ -12,10 +29,6 @@
|
|
|
12
29
|
- package deps error ([b665a45](https://github.com/OKAMca/stack/commit/b665a45))
|
|
13
30
|
- search field icon ([0850fde](https://github.com/OKAMca/stack/commit/0850fde))
|
|
14
31
|
|
|
15
|
-
### ⚠️ Breaking Changes
|
|
16
|
-
|
|
17
|
-
- Consumers must now have react and react-dom in their own
|
|
18
|
-
|
|
19
32
|
### ❤️ Thank You
|
|
20
33
|
|
|
21
34
|
- Marie-Maxime Tanguay @marie-maxime
|
|
@@ -95,4 +108,4 @@
|
|
|
95
108
|
### ❤️ Thank You
|
|
96
109
|
|
|
97
110
|
- Marie-Maxime Tanguay @marie-maxime
|
|
98
|
-
- yanmorinokamca @yanmorinokamca
|
|
111
|
+
- yanmorinokamca @yanmorinokamca
|
package/logger.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const logger: import('
|
|
1
|
+
export declare const logger: import('@okam/logger').Logger;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@okam/directus-query",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@graphql-codegen/cli": "^5.0.3",
|
|
26
26
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
27
|
-
"@okam/core-lib": "1.17.
|
|
27
|
+
"@okam/core-lib": "1.17.1",
|
|
28
28
|
"@okam/logger": "1.1.0",
|
|
29
29
|
"@tanstack/react-query": "^5.62.3",
|
|
30
30
|
"graphql-request": "^7.1.2",
|