@lssm/example.openbanking-powens 1.43.0 → 1.43.2

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 6943ms
39
+ ✔ Build complete in 8074ms
@@ -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 2951ms
40
+ ✔ Build complete in 3351ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @lssm/example.openbanking-powens
2
2
 
3
+ ## 1.43.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e147271: fix: improve stability
8
+ - Updated dependencies [e147271]
9
+ - @lssm/integration.providers-impls@1.43.2
10
+ - @lssm/lib.contracts@1.43.2
11
+ - @lssm/lib.schema@1.43.1
12
+
13
+ ## 1.43.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [f28fdad]
18
+ - @lssm/lib.contracts@1.43.1
19
+ - @lssm/integration.providers-impls@1.43.1
20
+
3
21
  ## 1.43.0
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "1.43.0",
3
+ "version": "1.43.2",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,13 +28,13 @@
28
28
  "test": "bun test"
29
29
  },
30
30
  "dependencies": {
31
- "@lssm/integration.providers-impls": "1.43.0",
32
- "@lssm/lib.schema": "1.43.0",
33
- "@lssm/lib.contracts": "1.43.0"
31
+ "@lssm/integration.providers-impls": "1.43.2",
32
+ "@lssm/lib.schema": "1.43.1",
33
+ "@lssm/lib.contracts": "1.43.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@lssm/tool.tsdown": "1.43.0",
37
- "@lssm/tool.typescript": "1.43.0",
36
+ "@lssm/tool.tsdown": "1.43.1",
37
+ "@lssm/tool.typescript": "1.43.1",
38
38
  "tsdown": "^0.18.3",
39
39
  "typescript": "^5.9.3"
40
40
  },