@lssm/example.openbanking-powens 0.0.0-canary-20251216023757 → 0.0.0-canary-20251216025701

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.
@@ -8,20 +8,20 @@ $ tsdown
8
8
  ℹ Build start
9
9
  ℹ dist/handlers/webhook-handler.js 1.86 kB │ gzip: 0.85 kB
10
10
  ℹ dist/docs/openbanking-powens.docblock.js 1.35 kB │ gzip: 0.68 kB
11
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
12
11
  ℹ dist/handlers/oauth-callback.js 1.29 kB │ gzip: 0.67 kB
13
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
14
- │
12
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
15
13
  ℹ dist/example.js 0.62 kB │ gzip: 0.37 kB
16
14
  ℹ dist/index.js 0.27 kB │ gzip: 0.16 kB
17
- 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
18
-  │ ──────┬──────
19
15
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
20
16
  ℹ 6 files, total: 5.43 kB
17
+ ╭─[ src/handlers/webhook-handler.ts:7:45 ]
18
+ │
19
+ 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
20
+  │ ──────┬──────
21
+ ✔ Build complete in 38ms
21
22
   │ ╰──────── Module not found, treating it as an external dependency
22
23
   │
23
24
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
24
25
  ───╯
25
26
 
26
- ✔ Build complete in 48ms
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-20251216023757
3
+ ## 0.0.0-canary-20251216025701
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3086383]
8
- - @lssm/lib.contracts@0.0.0-canary-20251216023757
9
- - @lssm/integration.providers-impls@0.0.0-canary-20251216023757
8
+ - @lssm/lib.contracts@0.0.0-canary-20251216025701
9
+ - @lssm/integration.providers-impls@0.0.0-canary-20251216025701
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "0.0.0-canary-20251216023757",
3
+ "version": "0.0.0-canary-20251216025701",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",