@contractspec/example.openbanking-powens 3.7.10 → 3.7.12

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 15ms
6
+ Bundled 9 modules in 17ms
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 15ms
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 31ms
19
+ Bundled 9 modules in 16ms
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,26 @@
1
1
  # @contractspec/example.openbanking-powens
2
2
 
3
+ ## 3.7.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [81256ea]
8
+ - Updated dependencies [2619dd8]
9
+ - Updated dependencies [81256ea]
10
+ - Updated dependencies [a4489bb]
11
+ - Updated dependencies [9cb304e]
12
+ - @contractspec/lib.contracts-spec@5.0.0
13
+ - @contractspec/integration.providers-impls@3.8.4
14
+
15
+ ## 3.7.11
16
+
17
+ ### Patch Changes
18
+
19
+ - fix: release
20
+ - Updated dependencies
21
+ - @contractspec/integration.providers-impls@3.8.3
22
+ - @contractspec/lib.contracts-spec@4.1.3
23
+
3
24
  ## 3.7.10
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": "3.7.10",
3
+ "version": "3.7.12",
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.2",
80
- "@contractspec/lib.contracts-spec": "4.1.2"
79
+ "@contractspec/integration.providers-impls": "3.8.4",
80
+ "@contractspec/lib.contracts-spec": "5.0.0"
81
81
  },
82
82
  "devDependencies": {
83
- "@contractspec/tool.typescript": "3.7.8",
83
+ "@contractspec/tool.typescript": "3.7.9",
84
84
  "typescript": "^5.9.3",
85
- "@contractspec/tool.bun": "3.7.8"
85
+ "@contractspec/tool.bun": "3.7.9"
86
86
  },
87
87
  "publishConfig": {
88
88
  "access": "public",