@okam/directus-node 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.1.2 (2024-07-16)
2
+
3
+
4
+ ### 🩹 Fixes
5
+
6
+ - **directus-node:** fix package.json with published structured reference ([#153](https://github.com/OKAMca/stack/pull/153))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Jérôme Trottier
12
+ - Pierre-Olivier Clerson @poclerson
13
+ - yanmorinokamca @yanmorinokamca
14
+
1
15
  ## 0.1.1 (2024-07-09)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@okam/directus-node",
3
- "main": "./index.js",
4
- "version": "0.1.1",
5
- "types": "./index.d.ts",
3
+ "main": "./src/index.js",
4
+ "version": "0.1.2",
5
+ "types": "./src/index.d.ts",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org"
8
8
  },