@contractspec/example.openbanking-powens 1.56.0 → 1.56.1

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.
@@ -13,27 +13,27 @@ $ tsdown
13
13
  ℹ dist/index.js 0.30 kB │ gzip: 0.16 kB
14
14
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
15
15
  ℹ dist/handlers/webhook-handler.js.map 6.40 kB │ gzip: 2.17 kB
16
- src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in src/handlers/webhook-handler.ts
17
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
18
- │
19
16
  ℹ dist/handlers/oauth-callback.js.map 4.79 kB │ gzip: 1.80 kB
20
17
  ℹ dist/docs/openbanking-powens.docblock.js.map 2.07 kB │ gzip: 0.94 kB
21
18
  ℹ dist/example.js.map 1.51 kB │ gzip: 0.74 kB
22
19
  ℹ dist/handlers/webhook-handler.d.ts.map 0.17 kB │ gzip: 0.14 kB
23
- 7 │ import { createHmac, timingSafeEqual } from 'crypto';
24
20
  ℹ dist/handlers/oauth-callback.d.ts.map 0.17 kB │ gzip: 0.15 kB
25
21
  ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
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
22
  ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
32
-
33
23
  ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
34
24
  ℹ dist/handlers/oauth-callback.d.ts 0.22 kB │ gzip: 0.17 kB
35
25
  ℹ dist/handlers/webhook-handler.d.ts 0.21 kB │ gzip: 0.16 kB
36
26
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
37
27
  ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
38
28
  ℹ 19 files, total: 24.91 kB
39
- ✔ Build complete in 18629ms
29
+ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in src/handlers/webhook-handler.ts
30
+ ╭─[ src/handlers/webhook-handler.ts:7:45 ]
31
+ │
32
+ 7 │ import { createHmac, timingSafeEqual } from 'crypto';
33
+  │ ────┬───
34
+  │ ╰───── Module not found, treating it as an external dependency
35
+  │
36
+  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
37
+ ───╯
38
+
39
+ ✔ Build complete in 17253ms
@@ -1,42 +1,40 @@
1
-
2
- $ bun build:types && bun build:bundle
3
- $ tsc --noEmit
4
- $ tsdown
5
- ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
6
- ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/examples/openbanking-powens/tsdown.config.js (unrun)
7
- ℹ 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
8
- ℹ target: esnext
9
- ℹ tsconfig: tsconfig.json
10
- ℹ Build start
11
- ℹ Cleaning 21 files
12
- ℹ dist/handlers/webhook-handler.js 3.32 kB │ gzip: 1.23 kB
13
- ℹ dist/handlers/oauth-callback.js 2.42 kB │ gzip: 1.02 kB
14
- ℹ dist/docs/openbanking-powens.docblock.js 1.57 kB │ gzip: 0.76 kB
15
- ℹ dist/example.js 1.07 kB │ gzip: 0.55 kB
16
- ℹ dist/index.js 0.30 kB │ gzip: 0.16 kB
17
- ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
18
- ℹ dist/handlers/webhook-handler.js.map 6.40 kB │ gzip: 2.17 kB
19
- ℹ dist/handlers/oauth-callback.js.map 4.79 kB │ gzip: 1.80 kB
20
- ℹ dist/docs/openbanking-powens.docblock.js.map 2.07 kB │ gzip: 0.94 kB
21
- ℹ dist/example.js.map 1.51 kB │ gzip: 0.74 kB
22
- ℹ dist/handlers/webhook-handler.d.ts.map 0.17 kB │ gzip: 0.14 kB
23
- ℹ dist/handlers/oauth-callback.d.ts.map 0.17 kB │ gzip: 0.15 kB
24
- ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
25
- ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
26
- ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
27
- ℹ dist/handlers/oauth-callback.d.ts 0.22 kB │ gzip: 0.17 kB
28
- ℹ dist/handlers/webhook-handler.d.ts 0.21 kB │ gzip: 0.16 kB
29
- ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
30
- ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
31
- ℹ 19 files, total: 24.91 kB
32
- src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in src/handlers/webhook-handler.ts
33
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
34
- │
35
- 7 │ import { createHmac, timingSafeEqual } from 'crypto';
36
-  │ ────┬───
37
-  │ ╰───── Module not found, treating it as an external dependency
38
-  │
39
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
40
- ───╯
41
-
42
- ✔ Build complete in 1435ms
1
+ $ bun build:types && bun build:bundle
2
+ $ tsc --noEmit
3
+ $ tsdown
4
+ ℹ tsdown v0.19.0 powered by rolldown v1.0.0-beta.59
5
+ ℹ config file: /home/runner/work/contractspec/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
+ ℹ dist/handlers/webhook-handler.js 3.32 kB │ gzip: 1.23 kB
11
+ ℹ dist/handlers/oauth-callback.js 2.42 kB │ gzip: 1.02 kB
12
+ ℹ dist/docs/openbanking-powens.docblock.js 1.57 kB │ gzip: 0.76 kB
13
+ ℹ dist/example.js 1.07 kB │ gzip: 0.55 kB
14
+ ℹ dist/index.js 0.30 kB │ gzip: 0.16 kB
15
+ ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
16
+ ℹ dist/handlers/webhook-handler.js.map 6.40 kB │ gzip: 2.17 kB
17
+ ℹ dist/handlers/oauth-callback.js.map 4.79 kB │ gzip: 1.80 kB
18
+ ℹ dist/docs/openbanking-powens.docblock.js.map 2.07 kB │ gzip: 0.94 kB
19
+ ℹ dist/example.js.map 1.51 kB │ gzip: 0.74 kB
20
+ ℹ dist/handlers/webhook-handler.d.ts.map 0.17 kB │ gzip: 0.14 kB
21
+ ℹ dist/handlers/oauth-callback.d.ts.map 0.17 kB │ gzip: 0.15 kB
22
+ ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
23
+ ℹ dist/example.d.ts 0.25 kB │ gzip: 0.17 kB
24
+ ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
25
+ ℹ dist/handlers/oauth-callback.d.ts 0.22 kB │ gzip: 0.17 kB
26
+ ℹ dist/handlers/webhook-handler.d.ts 0.21 kB │ gzip: 0.16 kB
27
+ ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
28
+ ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
29
+ ℹ 19 files, total: 24.91 kB
30
+ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'crypto' in src/handlers/webhook-handler.ts
31
+ ╭─[ src/handlers/webhook-handler.ts:7:45 ]
32
+ │
33
+ 7 │ import { createHmac, timingSafeEqual } from '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
+
40
+ ✔ Build complete in 6201ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @contractspec/example.openbanking-powens
2
2
 
3
+ ## 1.56.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve publish config
8
+ - Updated dependencies
9
+ - @contractspec/integration.providers-impls@1.56.1
10
+ - @contractspec/lib.contracts@1.56.1
11
+
3
12
  ## 1.56.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.openbanking-powens",
3
- "version": "1.56.0",
3
+ "version": "1.56.1",
4
4
  "description": "OpenBanking Powens example: OAuth callback + webhook handler patterns (provider + workflows).",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -27,12 +27,12 @@
27
27
  "test": "bun test"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/integration.providers-impls": "1.56.0",
31
- "@contractspec/lib.contracts": "1.56.0"
30
+ "@contractspec/integration.providers-impls": "1.56.1",
31
+ "@contractspec/lib.contracts": "1.56.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@contractspec/tool.tsdown": "1.56.0",
35
- "@contractspec/tool.typescript": "1.56.0",
34
+ "@contractspec/tool.tsdown": "1.56.1",
35
+ "@contractspec/tool.typescript": "1.56.1",
36
36
  "tsdown": "^0.19.0",
37
37
  "typescript": "^5.9.3"
38
38
  },