@skriptfabrik/n8n-nodes-fulfillmenttools 0.1.37 → 0.1.38

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 +5 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 0.1.38 (2025-04-30)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **fulfillmenttools:** add n8n-workflow to dev dependencies (N8N-6) ([30ac878](https://github.com/skriptfabrik/n8n-nodes/commit/30ac878))
6
+ - **fulfillmenttools:** update version range for n8n-workflow to ^1.86.0 (N8N-6) ([83a850a](https://github.com/skriptfabrik/n8n-nodes/commit/83a850a))
7
+
8
+ ### ❤️ Thank You
9
+
10
+ - Marco Spengler @MaSpeng
11
+
1
12
  ## 0.1.37 (2025-04-16)
2
13
 
3
14
  ### 🩹 Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skriptfabrik/n8n-nodes-fulfillmenttools",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "description": "fulfillmenttools nodes for n8n",
5
5
  "keywords": [
6
6
  "fulfillmenttools",
@@ -34,8 +34,11 @@
34
34
  "dependencies": {
35
35
  "tslib": "^2.8.1"
36
36
  },
37
+ "devDependencies": {
38
+ "n8n-workflow": "^1.86.0"
39
+ },
37
40
  "peerDependencies": {
38
- "n8n-workflow": "1.86.0"
41
+ "n8n-workflow": "^1.86.0"
39
42
  },
40
43
  "types": "./src/index.d.ts"
41
44
  }