@lssm/example.openbanking-powens 1.42.6 → 1.42.7

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.
@@ -22,12 +22,11 @@ $ tsdown
22
22
  ℹ dist/example.d.ts 1.11 kB │ gzip: 0.46 kB
23
23
  ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
24
24
  ℹ dist/handlers/oauth-callback.d.ts 0.22 kB │ gzip: 0.17 kB
25
+ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
25
26
  ℹ dist/handlers/webhook-handler.d.ts 0.21 kB │ gzip: 0.16 kB
26
27
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
27
28
  ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
28
29
  ℹ 19 files, total: 25.36 kB
29
- ✔ Build complete in 8818ms
30
- src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
31
30
  â•­─[ src/handlers/webhook-handler.ts:7:45 ]
32
31
  │
33
32
  7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
@@ -37,3 +36,4 @@ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Cou
37
36
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
38
37
  ───╯
39
38
 
39
+ ✔ Build complete in 3387ms
@@ -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 8822ms
40
+ ✔ Build complete in 5907ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @lssm/example.openbanking-powens
2
2
 
3
+ ## 1.42.7
4
+
5
+ ### Patch Changes
6
+
7
+ - e9b575d: fix release
8
+ - Updated dependencies [e9b575d]
9
+ - @lssm/integration.providers-impls@1.42.7
10
+ - @lssm/lib.contracts@1.42.7
11
+ - @lssm/lib.schema@1.42.7
12
+
3
13
  ## 1.42.6
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "1.42.6",
3
+ "version": "1.42.7",
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.42.6",
32
- "@lssm/lib.schema": "1.42.6",
33
- "@lssm/lib.contracts": "1.42.6"
31
+ "@lssm/integration.providers-impls": "1.42.7",
32
+ "@lssm/lib.schema": "1.42.7",
33
+ "@lssm/lib.contracts": "1.42.7"
34
34
  },
35
35
  "devDependencies": {
36
- "@lssm/tool.tsdown": "1.42.6",
37
- "@lssm/tool.typescript": "1.42.6",
36
+ "@lssm/tool.tsdown": "1.42.7",
37
+ "@lssm/tool.typescript": "1.42.7",
38
38
  "tsdown": "^0.18.3",
39
39
  "typescript": "^5.9.3"
40
40
  },