@lssm/example.openbanking-powens 0.0.0-canary-20251216033905 → 0.0.0-canary-20251216062412

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.
@@ -23,5 +23,5 @@ $ tsdown
23
23
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
24
24
  ───╯
25
25
 
26
- ✔ Build complete in 35ms
26
+ ✔ Build complete in 39ms
27
27
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # @lssm/example.openbanking-powens
2
2
 
3
- ## 0.0.0-canary-20251216033905
3
+ ## 0.0.0-canary-20251216062412
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216033905
9
- - @lssm/integration.providers-impls@0.0.0-canary-20251216033905
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216062412
9
+ - @lssm/integration.providers-impls@0.0.0-canary-20251216062412
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "0.0.0-canary-20251216033905",
3
+ "version": "0.0.0-canary-20251216062412",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",