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

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.
@@ -2,7 +2,7 @@
2
2
  $ tsdown
3
3
  ℹ tsdown v0.17.4 powered by rolldown v1.0.0-beta.53
4
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/docs/index.ts, src/docs/openbanking-powens.docblock.ts, src/handlers/oauth-callback.ts, src/handlers/webhook-handler.ts
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
6
  ℹ target: esnext
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
@@ -30,4 +30,4 @@
30
30
   │ Help: The "main" field here was ignored. Main fields must be configured explicitly when using the "neutral" platform.
31
31
  ───╯
32
32
 
33
- ✔ Build complete in 3749ms
33
+ ✔ Build complete in 3551ms
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lssm/example.openbanking-powens
2
2
 
3
- ## 0.0.0-canary-20251217060433
3
+ ## 0.0.0-canary-20251217060804
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-20251217060433
13
- - @lssm/lib.contracts@0.0.0-canary-20251217060433
12
+ - @lssm/integration.providers-impls@0.0.0-canary-20251217060804
13
+ - @lssm/lib.contracts@0.0.0-canary-20251217060804
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/example.openbanking-powens",
3
- "version": "0.0.0-canary-20251217060433",
3
+ "version": "0.0.0-canary-20251217060804",
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-20251217060433",
32
- "@lssm/lib.contracts": "0.0.0-canary-20251217060433"
31
+ "@lssm/integration.providers-impls": "0.0.0-canary-20251217060804",
32
+ "@lssm/lib.contracts": "0.0.0-canary-20251217060804"
33
33
  },
34
34
  "devDependencies": {
35
- "@lssm/tool.tsdown": "0.0.0-canary-20251217060433",
36
- "@lssm/tool.typescript": "0.0.0-canary-20251217060433",
35
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217060804",
36
+ "@lssm/tool.typescript": "0.0.0-canary-20251217060804",
37
37
  "tsdown": "^0.17.4",
38
38
  "typescript": "^5.9.3"
39
39
  },