@okam/directus-query 2.1.0 → 2.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 2.1.0 (2026-04-06)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **directus-query:** admin client token falls back to regular token ([83444996](https://github.com/OKAMca/stack/commit/83444996))
6
+ - **directus-query:** default admin client uses correct env vars/fallbacks ([f551345d](https://github.com/OKAMca/stack/commit/f551345d))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - poclerson
11
+
1
12
  ## 2.0.1 (2026-03-26)
2
13
 
3
14
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@okam/directus-query",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "repository": {
5
5
  "url": "https://github.com/OKAMca/stack.git"
6
6
  },
@@ -32,7 +32,7 @@
32
32
  "@graphql-codegen/cli": "^6.1.1",
33
33
  "@graphql-typed-document-node/core": "3.2.0",
34
34
  "@okam/logger": "1.1.0",
35
- "@okam/react-utils": "0.0.1",
35
+ "@okam/react-utils": "1.0.0",
36
36
  "@tanstack/react-query": "^5.62.3",
37
37
  "graphql-request": "^7.1.2",
38
38
  "radashi": "^12.3.0"