@egose/n8n-client 0.4.4 → 0.5.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.
- package/CHANGELOG.md +21 -7
- package/LICENSE +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
|
+
## [0.5.0](https://github.com/egose/n8n-client/compare/v0.4.5...v0.5.0) (2026-07-08)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
* migrate changelog generation to repo-toolkit package and update pre-commit workflow ([fadf938](https://github.com/egose/n8n-client/commit/fadf938282432cfb665cd3431cff7abc01013e24))
|
|
6
|
+
|
|
7
|
+
## [0.4.5](https://github.com/egose/n8n-client/compare/v0.4.4...v0.4.5) (2026-07-06)
|
|
8
|
+
|
|
9
|
+
### Documentation
|
|
10
|
+
|
|
11
|
+
* update license copyright notice ([d41e6f2](https://github.com/egose/n8n-client/commit/d41e6f2f6c223a43098f49682f7faae7594d967a))
|
|
12
|
+
|
|
1
13
|
## [0.4.4](https://github.com/egose/n8n-client/compare/v0.4.3...v0.4.4) (2026-06-25)
|
|
2
14
|
|
|
3
15
|
## [0.4.3](https://github.com/egose/n8n-client/compare/v0.4.2...v0.4.3) (2026-06-19)
|
|
4
16
|
|
|
5
17
|
## [0.4.2](https://github.com/egose/n8n-client/compare/v0.4.1...v0.4.2) (2026-06-19)
|
|
6
18
|
|
|
7
|
-
###
|
|
19
|
+
### Code Refactoring
|
|
8
20
|
|
|
9
21
|
* **website:** move faster plugin to devDependencies and adjust tailwind layers ([6ccaeba](https://github.com/egose/n8n-client/commit/6ccaeba1a85dc12eb4e0eeda11a8b597ec98c939))
|
|
10
22
|
|
|
@@ -27,13 +39,13 @@
|
|
|
27
39
|
* expand and refine API type definitions ([2437e7b](https://github.com/egose/n8n-client/commit/2437e7b6e425e4900c453574904df7d408530031))
|
|
28
40
|
* **website:** add patch and patchResource for partial updates and improve documentation ([e916523](https://github.com/egose/n8n-client/commit/e916523b32b8c476849b65348983420172b7698b))
|
|
29
41
|
|
|
30
|
-
###
|
|
42
|
+
### Documentation
|
|
31
43
|
|
|
32
44
|
* add JSDoc to N8nClient and create coding agent guide ([28013b1](https://github.com/egose/n8n-client/commit/28013b127c4afe2c63e7c78e12a7d2f1ce02cb47))
|
|
33
45
|
|
|
34
46
|
## [0.2.1](https://github.com/egose/n8n-client/compare/v0.2.0...v0.2.1) (2026-06-14)
|
|
35
47
|
|
|
36
|
-
###
|
|
48
|
+
### Documentation
|
|
37
49
|
|
|
38
50
|
* **website:** document resource classes and update api examples ([1863152](https://github.com/egose/n8n-client/commit/1863152e2fa31f8028bd45482027c150c196916b))
|
|
39
51
|
|
|
@@ -44,27 +56,29 @@
|
|
|
44
56
|
* **website:** add bound resource clients and resource helpers across website API ([06929b2](https://github.com/egose/n8n-client/commit/06929b242b5bca3d81b2a2ffc5b3a54dca127121))
|
|
45
57
|
* **website:** rename resource handles to clients and update factory methods ([cd551cc](https://github.com/egose/n8n-client/commit/cd551cc860cbc0ee3a1b8fbb28985a56704f0c77))
|
|
46
58
|
|
|
47
|
-
###
|
|
59
|
+
### Documentation
|
|
48
60
|
|
|
49
61
|
* **website:** document raw versus resource client usage patterns ([1015838](https://github.com/egose/n8n-client/commit/101583834502dd253d705dc5dcad55c4ad68d9d8))
|
|
50
62
|
* **website:** refresh website docs and examples for client naming ([bf646e5](https://github.com/egose/n8n-client/commit/bf646e51b3c95f3e7a94414a8196e1336e2f9037))
|
|
51
63
|
|
|
52
64
|
## [0.1.2](https://github.com/egose/n8n-client/compare/v0.1.1...v0.1.2) (2026-06-13)
|
|
53
65
|
|
|
54
|
-
###
|
|
66
|
+
### Documentation
|
|
55
67
|
|
|
56
68
|
* **website:** update api reference and project documentation ([8eb8e1d](https://github.com/egose/n8n-client/commit/8eb8e1dab71a2cf077cf35dc3d88c8b1f580f3cd))
|
|
57
69
|
|
|
58
|
-
###
|
|
70
|
+
### Code Refactoring
|
|
59
71
|
|
|
60
72
|
* **website:** introduce base handle and refine api types ([33202cf](https://github.com/egose/n8n-client/commit/33202cf3bf58a4c3b0d80df81079fe14bcab4fda))
|
|
61
73
|
|
|
74
|
+
## [0.1.1](https://github.com/egose/n8n-client/compare/v0.1.0...v0.1.1) (2026-06-11)
|
|
75
|
+
|
|
62
76
|
## [0.1.0](https://github.com/egose/n8n-client/compare/af6753477e8559b1324897e2af7f99772846a4a2...v0.1.0) (2026-06-11)
|
|
63
77
|
|
|
64
78
|
### Features
|
|
65
79
|
|
|
66
80
|
* **website:** expand public API handlers, mappers, and website samples for new endpoint coverage ([af67534](https://github.com/egose/n8n-client/commit/af6753477e8559b1324897e2af7f99772846a4a2))
|
|
67
81
|
|
|
68
|
-
###
|
|
82
|
+
### Documentation
|
|
69
83
|
|
|
70
84
|
* **website:** add secret scanning pragmas to samples and documentation ([7f7c503](https://github.com/egose/n8n-client/commit/7f7c5031da1ea29a9b134bf72717d32770b1c2dd))
|
package/LICENSE
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
Apache License
|
|
3
2
|
Version 2.0, January 2004
|
|
4
3
|
http://www.apache.org/licenses/
|
|
@@ -187,7 +186,7 @@
|
|
|
187
186
|
same "printed page" as the copyright notice for easier
|
|
188
187
|
identification within third-party archives.
|
|
189
188
|
|
|
190
|
-
Copyright
|
|
189
|
+
Copyright Junmin Ahn
|
|
191
190
|
|
|
192
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
193
192
|
you may not use this file except in compliance with the License.
|
package/package.json
CHANGED