@contractspec/example.openbanking-powens 3.7.14 → 3.7.15

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.
@@ -3,7 +3,7 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
3
3
  $ contractspec-bun-build prebuild
4
4
  $ contractspec-bun-build transpile
5
5
  [contractspec-bun-build] transpile target=bun root=src entries=9 noBundle=false
6
- Bundled 9 modules in 9ms
6
+ Bundled 9 modules in 27ms
7
7
 
8
8
  docs/index.js 1.58 KB (entry point)
9
9
  ./index.js 10.38 KB (entry point)
@@ -16,7 +16,7 @@ Bundled 9 modules in 9ms
16
16
  jobs/powens-sync-dispatch.job.js 1.60 KB (entry point)
17
17
 
18
18
  [contractspec-bun-build] transpile target=node root=src entries=9 noBundle=false
19
- Bundled 9 modules in 21ms
19
+ Bundled 9 modules in 30ms
20
20
 
21
21
  docs/index.js 1.56 KB (entry point)
22
22
  ./index.js 10.36 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @contractspec/example.openbanking-powens
2
2
 
3
+ ## 3.7.15
4
+
5
+ ### Patch Changes
6
+
7
+ - cce2b13: Add first-class Workflow DevKit support for `WorkflowSpec`, including new runtime metadata, stricter validation for Workflow-backed workflows, a dedicated Workflow DevKit integration package, CLI artifact generation, and Workflow-aware chat route helpers exposed from `@contractspec/module.ai-chat/core/workflow` so standard chat imports do not pull Workflow-only runtime assets into non-Workflow builds.
8
+
9
+ Also harden supporting runtime surfaces by reusing Playwright browser instances in the harness runtime, mapping design-system button `onPress` handlers correctly to DOM clicks, and switching the workspace git adapter to argument-safe subprocess calls while tightening slow test coverage around those flows.
10
+
11
+ - Updated dependencies [cce2b13]
12
+ - @contractspec/integration.providers-impls@3.8.7
13
+ - @contractspec/lib.contracts-spec@5.0.3
14
+
3
15
  ## 3.7.14
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.openbanking-powens",
3
- "version": "3.7.14",
3
+ "version": "3.7.15",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -76,13 +76,13 @@
76
76
  "typecheck": "tsc --noEmit"
77
77
  },
78
78
  "dependencies": {
79
- "@contractspec/integration.providers-impls": "3.8.6",
80
- "@contractspec/lib.contracts-spec": "5.0.2"
79
+ "@contractspec/integration.providers-impls": "3.8.7",
80
+ "@contractspec/lib.contracts-spec": "5.0.3"
81
81
  },
82
82
  "devDependencies": {
83
- "@contractspec/tool.typescript": "3.7.10",
83
+ "@contractspec/tool.typescript": "3.7.11",
84
84
  "typescript": "^5.9.3",
85
- "@contractspec/tool.bun": "3.7.10"
85
+ "@contractspec/tool.bun": "3.7.11"
86
86
  },
87
87
  "publishConfig": {
88
88
  "access": "public",