@contractspec/example.openbanking-powens 1.44.0 → 1.44.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.
@@ -36,4 +36,4 @@ src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Cou
36
36
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
37
37
  ───╯
38
38
 
39
- ✔ Build complete in 8760ms
39
+ ✔ Build complete in 4101ms
@@ -10,31 +10,31 @@ $ tsdown
10
10
  ℹ dist/handlers/webhook-handler.js 3.33 kB │ gzip: 1.23 kB
11
11
  ℹ dist/handlers/oauth-callback.js 2.42 kB │ gzip: 1.02 kB
12
12
  ℹ dist/docs/openbanking-powens.docblock.js 1.57 kB │ gzip: 0.76 kB
13
- src/handlers/webhook-handler.ts (7:44) [UNRESOLVED_IMPORT] Warning: Could not resolve 'node:crypto' in src/handlers/webhook-handler.ts
14
- ╭─[ src/handlers/webhook-handler.ts:7:45 ]
15
- │
16
13
  ℹ dist/example.js 0.88 kB │ gzip: 0.47 kB
17
- 7 │ import { createHmac, timingSafeEqual } from 'node:crypto';
18
14
  ℹ dist/index.js 0.30 kB │ gzip: 0.16 kB
19
15
  ℹ dist/docs/index.js 0.04 kB │ gzip: 0.06 kB
20
16
  ℹ dist/handlers/webhook-handler.js.map 6.46 kB │ gzip: 2.18 kB
21
17
  ℹ dist/handlers/oauth-callback.js.map 4.84 kB │ gzip: 1.81 kB
22
-  │ ──────┬──────
23
18
  ℹ dist/docs/openbanking-powens.docblock.js.map 2.07 kB │ gzip: 0.94 kB
24
-  │ ╰──────── Module not found, treating it as an external dependency
25
-  │
26
19
  ℹ dist/example.js.map 1.25 kB │ gzip: 0.64 kB
27
20
  ℹ dist/handlers/webhook-handler.d.ts.map 0.17 kB │ gzip: 0.14 kB
28
21
  ℹ dist/handlers/oauth-callback.d.ts.map 0.17 kB │ gzip: 0.15 kB
29
-  │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
30
22
  ℹ dist/example.d.ts.map 0.14 kB │ gzip: 0.13 kB
31
23
  ℹ dist/example.d.ts 1.12 kB │ gzip: 0.47 kB
32
24
  ℹ dist/index.d.ts 0.25 kB │ gzip: 0.13 kB
33
- ───╯
34
-
35
25
  ℹ dist/handlers/oauth-callback.d.ts 0.22 kB │ gzip: 0.17 kB
36
26
  ℹ dist/handlers/webhook-handler.d.ts 0.21 kB │ gzip: 0.16 kB
37
27
  ℹ dist/docs/index.d.ts 0.01 kB │ gzip: 0.03 kB
38
28
  ℹ dist/docs/openbanking-powens.docblock.d.ts 0.01 kB │ gzip: 0.03 kB
39
29
  ℹ 19 files, total: 25.46 kB
40
- ✔ Build complete in 9385ms
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
+
40
+ ✔ Build complete in 3263ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @contractspec/example.openbanking-powens
2
2
 
3
+ ## 1.44.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c594fb: fix
8
+ - Updated dependencies [3c594fb]
9
+ - @contractspec/integration.providers-impls@1.44.1
10
+ - @contractspec/lib.contracts@1.44.1
11
+ - @contractspec/lib.schema@1.44.1
12
+
3
13
  ## 1.44.0
4
14
 
5
15
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.openbanking-powens",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
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
- "@contractspec/integration.providers-impls": "1.44.0",
32
- "@contractspec/lib.schema": "1.44.0",
33
- "@contractspec/lib.contracts": "1.44.0"
31
+ "@contractspec/integration.providers-impls": "1.44.1",
32
+ "@contractspec/lib.schema": "1.44.1",
33
+ "@contractspec/lib.contracts": "1.44.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@contractspec/tool.tsdown": "1.44.0",
37
- "@contractspec/tool.typescript": "1.44.0",
36
+ "@contractspec/tool.tsdown": "1.44.1",
37
+ "@contractspec/tool.typescript": "1.44.1",
38
38
  "tsdown": "^0.18.3",
39
39
  "typescript": "^5.9.3"
40
40
  },