@lssm/example.openbanking-powens 0.0.0-canary-20251215233706 → 0.0.0-canary-20251215234153

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 42ms
26
+ ✔ Build complete in 31ms
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-20251215233706
3
+ ## 0.0.0-canary-20251215234153
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251215233706
9
- - @lssm/integration.providers-impls@0.0.0-canary-20251215233706
8
+ - @lssm/lib.contracts@0.0.0-canary-20251215234153
9
+ - @lssm/integration.providers-impls@0.0.0-canary-20251215234153
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "0.0.0-canary-20251215233706",
3
+ "version": "0.0.0-canary-20251215234153",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",