@lssm/example.openbanking-powens 1.43.3 → 1.43.4

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.
@@ -9,31 +9,31 @@ $ tsdown
9
9
  ℹ dist/handlers/webhook-handler.js 3.32 kB │ gzip: 1.23 kB
10
10
  ℹ dist/handlers/oauth-callback.js 2.41 kB │ gzip: 1.02 kB
11
11
  ℹ dist/docs/openbanking-powens.docblock.js 1.57 kB │ gzip: 0.75 kB
12
+ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
13
+ ╭─[ src/handlers/webhook-handler.ts:7:45 ]
14
+ │
12
15
  ℹ dist/example.js 0.87 kB │ gzip: 0.46 kB
13
16
  ℹ dist/index.js 0.30 kB │ gzip: 0.16 kB
17
+ 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
14
18
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
19
  ℹ dist/handlers/webhook-handler.js.map 6.44 kB │ gzip: 2.18 kB
16
20
  ℹ dist/handlers/oauth-callback.js.map 4.83 kB │ gzip: 1.81 kB
17
21
  ℹ dist/docs/openbanking-powens.docblock.js.map 2.05 kB │ gzip: 0.94 kB
22
+  │ ──────┬──────
18
23
  ℹ dist/example.js.map 1.24 kB │ gzip: 0.64 kB
19
24
  ℹ dist/handlers/webhook-handler.d.ts.map 0.17 kB │ gzip: 0.14 kB
25
+  │ ╰──────── Module not found, treating it as an external dependency
20
26
  ℹ dist/handlers/oauth-callback.d.ts.map 0.17 kB │ gzip: 0.15 kB
21
27
  ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
22
28
  ℹ dist/example.d.ts 1.11 kB │ gzip: 0.46 kB
29
+  │
30
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
23
31
  ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
24
32
  ℹ dist/handlers/oauth-callback.d.ts 0.22 kB │ gzip: 0.17 kB
25
33
  ℹ dist/handlers/webhook-handler.d.ts 0.21 kB │ gzip: 0.16 kB
34
+ ───╯
26
35
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
27
36
  ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
28
- ℹ 19 files, total: 25.36 kB
29
- ✔ Build complete in 8088ms
30
- src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
31
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
32
- │
33
- 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
34
-  │ ──────┬──────
35
-  │ ╰──────── Module not found, treating it as an external dependency
36
-  │
37
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
38
- ───╯
39
37
 
38
+ ℹ 19 files, total: 25.36 kB
39
+ ✔ Build complete in 9858ms
@@ -27,6 +27,7 @@ $ tsdown
27
27
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
28
28
  ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
29
29
  ℹ 19 files, total: 25.36 kB
30
+ ✔ Build complete in 8326ms
30
31
  src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
31
32
  â•­─[ src/handlers/webhook-handler.ts:7:45 ]
32
33
  │
@@ -37,4 +38,3 @@ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Cou
37
38
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
38
39
  ───╯
39
40
 
40
- ✔ Build complete in 3858ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @lssm/example.openbanking-powens
2
2
 
3
+ ## 1.43.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 9216062: fix: cross-platform compatibility
8
+ - Updated dependencies [9216062]
9
+ - @lssm/integration.providers-impls@1.43.4
10
+ - @lssm/lib.contracts@1.43.4
11
+ - @lssm/lib.schema@1.43.3
12
+
3
13
  ## 1.43.3
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.43.3",
3
+ "version": "1.43.4",
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.3",
32
- "@lssm/lib.schema": "1.43.2",
33
- "@lssm/lib.contracts": "1.43.3"
31
+ "@lssm/integration.providers-impls": "1.43.4",
32
+ "@lssm/lib.schema": "1.43.3",
33
+ "@lssm/lib.contracts": "1.43.4"
34
34
  },
35
35
  "devDependencies": {
36
- "@lssm/tool.tsdown": "1.43.2",
37
- "@lssm/tool.typescript": "1.43.2",
36
+ "@lssm/tool.tsdown": "1.43.3",
37
+ "@lssm/tool.typescript": "1.43.3",
38
38
  "tsdown": "^0.18.3",
39
39
  "typescript": "^5.9.3"
40
40
  },