@lssm/example.openbanking-powens 0.0.0-canary-20251217060804 → 0.0.0-canary-20251217060834

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.
@@ -1,33 +1,32 @@
1
-
2
- $ tsdown
3
- ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
- ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/openbanking-powens/tsdown.config.js (unrun)
5
- ℹ entry: src/example.ts, src/index.ts, src/handlers/oauth-callback.ts, src/handlers/webhook-handler.ts, src/docs/index.ts, src/docs/openbanking-powens.docblock.ts
6
- ℹ target: esnext
7
- ℹ tsconfig: tsconfig.json
8
- ℹ Build start
9
- ℹ Cleaning 14 files
10
- ℹ dist/handlers/webhook-handler.js 1.86 kB │ gzip: 0.85 kB
11
- ℹ dist/docs/openbanking-powens.docblock.js 1.35 kB │ gzip: 0.68 kB
12
- ℹ dist/handlers/oauth-callback.js 1.29 kB │ gzip: 0.67 kB
13
- ℹ dist/example.js 0.62 kB │ gzip: 0.37 kB
14
- ℹ dist/index.js 0.27 kB │ gzip: 0.16 kB
15
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
16
- ℹ dist/example.d.ts 1.07 kB │ gzip: 0.44 kB
17
- ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
18
- ℹ dist/handlers/oauth-callback.d.ts 0.17 kB │ gzip: 0.14 kB
19
- ℹ dist/handlers/webhook-handler.d.ts 0.16 kB │ gzip: 0.14 kB
20
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
21
- ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
22
- ℹ 12 files, total: 7.11 kB
23
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
24
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
25
- │
26
- 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
27
-  │ ──────┬──────
28
-  │ ╰──────── Module not found, treating it as an external dependency
29
-  │
30
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
31
- ───╯
32
-
33
- ✔ Build complete in 3551ms
1
+ $ tsdown
2
+ ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
3
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/openbanking-powens/tsdown.config.js
4
+ ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/openbanking-powens.docblock.ts, src/handlers/oauth-callback.ts, src/handlers/webhook-handler.ts
5
+ ℹ target: esnext
6
+ ℹ tsconfig: tsconfig.json
7
+ ℹ Build start
8
+ ℹ Cleaning 14 files
9
+ ℹ dist/handlers/webhook-handler.js 1.86 kB │ gzip: 0.85 kB
10
+ ℹ dist/docs/openbanking-powens.docblock.js 1.35 kB │ gzip: 0.68 kB
11
+ ℹ dist/handlers/oauth-callback.js 1.29 kB │ gzip: 0.67 kB
12
+ ℹ dist/example.js 0.62 kB │ gzip: 0.37 kB
13
+ ℹ dist/index.js 0.27 kB │ gzip: 0.16 kB
14
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
+ ℹ dist/example.d.ts 1.07 kB │ gzip: 0.44 kB
16
+ ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
17
+ ℹ dist/handlers/oauth-callback.d.ts 0.17 kB │ gzip: 0.14 kB
18
+ ℹ dist/handlers/webhook-handler.d.ts 0.16 kB │ gzip: 0.14 kB
19
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
20
+ ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
21
+ ℹ 12 files, total: 7.11 kB
22
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
23
+ ╭─[ src/handlers/webhook-handler.ts:7:45 ]
24
+ │
25
+ 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
26
+  │ ──────┬──────
27
+  │ ╰──────── Module not found, treating it as an external dependency
28
+  │
29
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
30
+ ───╯
31
+
32
+ ✔ Build complete in 14547ms
@@ -1,29 +1,33 @@
1
-
2
- $ bun build:bundle && bun build:types
3
- $ tsdown
4
- ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
5
- ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/openbanking-powens/tsdown.config.js (unrun)
6
- ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/openbanking-powens.docblock.ts, src/handlers/oauth-callback.ts, src/handlers/webhook-handler.ts
7
- ℹ target: esnext
8
- ℹ tsconfig: tsconfig.json
9
- ℹ Build start
10
- ℹ Cleaning 8 files
11
- ℹ dist/handlers/webhook-handler.js 1.86 kB │ gzip: 0.85 kB
12
- ℹ dist/docs/openbanking-powens.docblock.js 1.35 kB │ gzip: 0.68 kB
13
- ℹ dist/handlers/oauth-callback.js 1.29 kB │ gzip: 0.67 kB
14
- ℹ dist/example.js 0.62 kB │ gzip: 0.37 kB
15
- ℹ dist/index.js 0.27 kB │ gzip: 0.16 kB
16
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
17
- ℹ 6 files, total: 5.43 kB
18
- [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
19
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
20
- │
21
- 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
22
-  │ ──────┬──────
23
-  │ ╰──────── Module not found, treating it as an external dependency
24
-  │
25
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
26
- ───╯
27
-
28
- ✔ Build complete in 121ms
29
- $ tsc --noEmit
1
+ $ bun build:bundle && bun build:types
2
+ $ tsdown
3
+ ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
+ ℹ config file: /home/runner/work/contractspec/contractspec/packages/examples/openbanking-powens/tsdown.config.js
5
+ ℹ entry: src/example.ts, src/index.ts, src/docs/index.ts, src/docs/openbanking-powens.docblock.ts, src/handlers/oauth-callback.ts, src/handlers/webhook-handler.ts
6
+ ℹ target: esnext
7
+ ℹ tsconfig: tsconfig.json
8
+ ℹ Build start
9
+ ℹ dist/handlers/webhook-handler.js 1.86 kB │ gzip: 0.85 kB
10
+ ℹ dist/docs/openbanking-powens.docblock.js 1.35 kB │ gzip: 0.68 kB
11
+ ℹ dist/handlers/oauth-callback.js 1.29 kB │ gzip: 0.67 kB
12
+ ℹ dist/example.js 0.62 kB │ gzip: 0.37 kB
13
+ ℹ dist/index.js 0.27 kB │ gzip: 0.16 kB
14
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
+ ℹ dist/example.d.ts 1.07 kB │ gzip: 0.44 kB
16
+ ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
17
+ ℹ dist/handlers/oauth-callback.d.ts 0.17 kB │ gzip: 0.14 kB
18
+ ℹ dist/handlers/webhook-handler.d.ts 0.16 kB │ gzip: 0.14 kB
19
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
20
+ ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
21
+ ℹ 12 files, total: 7.11 kB
22
+ [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
23
+ ╭─[ src/handlers/webhook-handler.ts:7:45 ]
24
+ │
25
+ 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
26
+  │ ──────┬──────
27
+  │ ╰──────── Module not found, treating it as an external dependency
28
+  │
29
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
30
+ ───╯
31
+
32
+ ✔ Build complete in 5848ms
33
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.openbanking-powens
2
2
 
3
- ## 0.0.0-canary-20251217060804
3
+ ## 0.0.0-canary-20251217060834
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,5 +9,5 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies [66a5dfd]
12
- - @lssm/integration.providers-impls@0.0.0-canary-20251217060804
13
- - @lssm/lib.contracts@0.0.0-canary-20251217060804
12
+ - @lssm/integration.providers-impls@0.0.0-canary-20251217060834
13
+ - @lssm/lib.contracts@0.0.0-canary-20251217060834
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "0.0.0-canary-20251217060804",
3
+ "version": "0.0.0-canary-20251217060834",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,12 +28,12 @@
28
28
  "test": "bun test"
29
29
  },
30
30
  "dependencies": {
31
- "@lssm/integration.providers-impls": "0.0.0-canary-20251217060804",
32
- "@lssm/lib.contracts": "0.0.0-canary-20251217060804"
31
+ "@lssm/integration.providers-impls": "0.0.0-canary-20251217060834",
32
+ "@lssm/lib.contracts": "0.0.0-canary-20251217060834"
33
33
  },
34
34
  "devDependencies": {
35
- "@lssm/tool.tsdown": "0.0.0-canary-20251217060804",
36
- "@lssm/tool.typescript": "0.0.0-canary-20251217060804",
35
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217060834",
36
+ "@lssm/tool.typescript": "0.0.0-canary-20251217060834",
37
37
  "tsdown": "^0.17.4",
38
38
  "typescript": "^5.9.3"
39
39
  },