@contractspec/example.openbanking-powens 1.45.6 → 1.46.1

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.
@@ -36,4 +36,4 @@ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Cou
36
36
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
37
37
  ───╯
38
38
 
39
- ✔ Build complete in 4131ms
39
+ ✔ Build complete in 4106ms
@@ -37,4 +37,4 @@ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Cou
37
37
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
38
38
  ───╯
39
39
 
40
- ✔ Build complete in 2760ms
40
+ ✔ Build complete in 3545ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @contractspec/example.openbanking-powens
2
2
 
3
+ ## 1.46.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d8a72b: fix: mcp for presentation
8
+ - Updated dependencies [2d8a72b]
9
+ - @contractspec/integration.providers-impls@1.46.1
10
+ - @contractspec/lib.contracts@1.46.1
11
+
12
+ ## 1.46.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 07cb19b: feat: feat: cleaude code & opencode integrations
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [07cb19b]
21
+ - @contractspec/integration.providers-impls@1.46.0
22
+ - @contractspec/lib.contracts@1.46.0
23
+
3
24
  ## 1.45.6
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.openbanking-powens",
3
- "version": "1.45.6",
3
+ "version": "1.46.1",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,12 +28,12 @@
28
28
  "test": "bun test"
29
29
  },
30
30
  "dependencies": {
31
- "@contractspec/integration.providers-impls": "1.45.6",
32
- "@contractspec/lib.contracts": "1.45.6"
31
+ "@contractspec/integration.providers-impls": "1.46.1",
32
+ "@contractspec/lib.contracts": "1.46.1"
33
33
  },
34
34
  "devDependencies": {
35
- "@contractspec/tool.tsdown": "1.45.6",
36
- "@contractspec/tool.typescript": "1.45.6",
35
+ "@contractspec/tool.tsdown": "1.46.1",
36
+ "@contractspec/tool.typescript": "1.46.1",
37
37
  "tsdown": "^0.18.3",
38
38
  "typescript": "^5.9.3"
39
39
  },