@okam/directus-node 0.7.0 → 0.7.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 +16 -0
- package/logger.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## 0.7.2 (2026-01-19)
|
|
2
|
+
|
|
3
|
+
### 🧱 Updated Dependencies
|
|
4
|
+
|
|
5
|
+
- Updated core-lib to 1.17.1
|
|
6
|
+
|
|
7
|
+
## 0.7.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
|
## 0.7.0 (2026-01-16)
|
|
2
18
|
|
|
3
19
|
### 🚀 Features
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@okam/directus-node",
|
|
3
3
|
"main": "./src/index.js",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.2",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -35,6 +35,6 @@
|
|
|
35
35
|
"@graphql-codegen/cli": "^5.0.3",
|
|
36
36
|
"@okam/logger": "1.1.0",
|
|
37
37
|
"dotenv": "^16.4.7",
|
|
38
|
-
"@okam/core-lib": "1.17.
|
|
38
|
+
"@okam/core-lib": "1.17.1"
|
|
39
39
|
}
|
|
40
40
|
}
|