@okam/directus-node 0.1.1 → 0.2.0

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 +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,31 @@
1
+ ## 0.2.0 (2024-07-25)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - generator for block & component ([#161](https://github.com/OKAMca/stack/pull/161))
7
+
8
+
9
+ ### ❤️ Thank You
10
+
11
+ - Jérôme Trottier
12
+ - Marie-Maxime Tanguay @marie-maxime
13
+ - Pierre-Olivier Clerson @poclerson
14
+
15
+ ## 0.1.2 (2024-07-16)
16
+
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **directus-node:** fix package.json with published structured reference ([#153](https://github.com/OKAMca/stack/pull/153))
21
+
22
+
23
+ ### ❤️ Thank You
24
+
25
+ - Jérôme Trottier
26
+ - Pierre-Olivier Clerson @poclerson
27
+ - yanmorinokamca @yanmorinokamca
28
+
1
29
  ## 0.1.1 (2024-07-09)
2
30
 
3
31
 
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.2.0",
5
+ "types": "./src/index.d.ts",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org"
8
8
  },