@lssm/example.openbanking-powens 0.0.0-canary-20251221144710 → 0.0.0-canary-20251221153314

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.
@@ -56,19 +56,12 @@ $ tsdown
56
56
  ℹ dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js.map  2.41 kB │ gzip: 1.06 kB
57
57
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js.map  2.26 kB │ gzip: 1.00 kB
58
58
  ℹ dist/libs/contracts/dist/docs/presentations.js  2.22 kB │ gzip: 0.79 kB
59
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
60
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
61
- │
62
59
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js  2.18 kB │ gzip: 1.04 kB
63
60
  ℹ dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js  2.09 kB │ gzip: 0.99 kB
64
61
  ℹ dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js  2.08 kB │ gzip: 1.00 kB
65
- 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
66
62
  ℹ dist/docs/openbanking-powens.docblock.js.map  2.05 kB │ gzip: 0.94 kB
67
63
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js.map  1.95 kB │ gzip: 0.95 kB
68
64
  ℹ dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js  1.91 kB │ gzip: 0.90 kB
69
-  │ ──────┬──────
70
-  │ ╰──────── Module not found, treating it as an external dependency
71
-  │
72
65
  ℹ dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js  1.78 kB │ gzip: 0.84 kB
73
66
  ℹ dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js.map  1.64 kB │ gzip: 0.83 kB
74
67
  ℹ dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js  1.51 kB │ gzip: 0.79 kB
@@ -81,19 +74,26 @@ $ tsdown
81
74
  ℹ dist/handlers/webhook-handler.d.ts.map  0.17 kB │ gzip: 0.14 kB
82
75
  ℹ dist/handlers/oauth-callback.d.ts.map  0.17 kB │ gzip: 0.15 kB
83
76
  ℹ dist/example.d.ts.map  0.14 kB │ gzip: 0.13 kB
84
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
85
- ───╯
86
77
  ℹ dist/example.d.ts  1.11 kB │ gzip: 0.46 kB
87
-
88
78
  ℹ dist/index.d.ts  0.25 kB │ gzip: 0.13 kB
89
79
  ℹ dist/handlers/oauth-callback.d.ts  0.22 kB │ gzip: 0.17 kB
90
80
  ℹ dist/handlers/webhook-handler.d.ts  0.21 kB │ gzip: 0.16 kB
91
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:url' in ../../integrations/providers-impls/dist/impls/powens-client.js
92
- ╭─[ ../../integrations/providers-impls/dist/impls/powens-client.js:1:21 ]
93
- │
94
81
  ℹ dist/docs/index.d.ts  0.01 kB │ gzip: 0.03 kB
95
82
  ℹ dist/docs/openbanking-powens.docblock.d.ts  0.01 kB │ gzip: 0.03 kB
96
83
  ℹ 74 files, total: 292.74 kB
84
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
85
+ ╭─[ src/handlers/webhook-handler.ts:7:45 ]
86
+ │
87
+ 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
88
+  │ ──────┬──────
89
+  │ ╰──────── Module not found, treating it as an external dependency
90
+  │
91
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
92
+ ───╯
93
+
94
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:url' in ../../integrations/providers-impls/dist/impls/powens-client.js
95
+ ╭─[ ../../integrations/providers-impls/dist/impls/powens-client.js:1:21 ]
96
+ │
97
97
  1 │ import { URL } from "node:url";
98
98
   │ ─────┬────
99
99
   │ ╰────── Module not found, treating it as an external dependency
@@ -101,4 +101,4 @@ $ tsdown
101
101
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
102
102
  ───╯
103
103
 
104
- ✔ Build complete in 11484ms
104
+ ✔ Build complete in 9610ms
@@ -101,5 +101,5 @@ $ tsdown
101
101
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
102
102
  ───╯
103
103
 
104
- ✔ Build complete in 17976ms
104
+ ✔ Build complete in 3536ms
105
105
  $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.openbanking-powens
2
2
 
3
- ## 0.0.0-canary-20251221144710
3
+ ## 0.0.0-canary-20251221153314
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,6 +9,6 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/integration.providers-impls@0.0.0-canary-20251221144710
13
- - @lssm/lib.contracts@0.0.0-canary-20251221144710
14
- - @lssm/lib.schema@0.0.0-canary-20251221144710
12
+ - @lssm/integration.providers-impls@0.0.0-canary-20251221153314
13
+ - @lssm/lib.contracts@0.0.0-canary-20251221153314
14
+ - @lssm/lib.schema@0.0.0-canary-20251221153314
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "0.0.0-canary-20251221144710",
3
+ "version": "0.0.0-canary-20251221153314",
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": "0.0.0-canary-20251221144710",
32
- "@lssm/lib.schema": "0.0.0-canary-20251221144710",
33
- "@lssm/lib.contracts": "0.0.0-canary-20251221144710"
31
+ "@lssm/integration.providers-impls": "0.0.0-canary-20251221153314",
32
+ "@lssm/lib.schema": "0.0.0-canary-20251221153314",
33
+ "@lssm/lib.contracts": "0.0.0-canary-20251221153314"
34
34
  },
35
35
  "devDependencies": {
36
- "@lssm/tool.tsdown": "0.0.0-canary-20251221144710",
37
- "@lssm/tool.typescript": "0.0.0-canary-20251221144710",
36
+ "@lssm/tool.tsdown": "0.0.0-canary-20251221153314",
37
+ "@lssm/tool.typescript": "0.0.0-canary-20251221153314",
38
38
  "tsdown": "^0.18.1",
39
39
  "typescript": "^5.9.3"
40
40
  },