@forumone/throughline-approvals 0.2.3 → 0.2.5

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 +15 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @forumone/throughline-approvals
2
2
 
3
+ ## 0.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4eeb721]
8
+ - Updated dependencies [4eeb721]
9
+ - @forumone/throughline-publishing@0.3.2
10
+
11
+ ## 0.2.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [fc5c236]
16
+ - @forumone/throughline-publishing@0.3.1
17
+
3
18
  ## 0.2.3
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forumone/throughline-approvals",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "Conversational approval workflow server for Throughline. Provides the approval resolver the publishing server consumes plus MCP tools for requesting and responding to approvals.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,9 +42,9 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "zod": "^3.23.0",
45
- "@forumone/throughline-core": "0.2.2",
46
45
  "@forumone/throughline-plugin-contract": "0.2.1",
47
- "@forumone/throughline-publishing": "0.3.0"
46
+ "@forumone/throughline-core": "0.2.2",
47
+ "@forumone/throughline-publishing": "0.3.2"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "^20.17.0",
@@ -53,8 +53,8 @@
53
53
  "payload": "^3.83.0",
54
54
  "typescript": "^5.6.0",
55
55
  "vitest": "^2.1.0",
56
- "@forumone/throughline-eslint-config": "0.0.0",
57
- "@forumone/throughline-tsconfig": "0.0.0"
56
+ "@forumone/throughline-tsconfig": "0.0.0",
57
+ "@forumone/throughline-eslint-config": "0.0.0"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -b",