@toa.io/extensions.exposition 1.0.0-alpha.302 → 1.0.0-alpha.304

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.
Files changed (106) hide show
  1. package/components/identity.basic/types/toa.d.ts +1 -1
  2. package/components/identity.clients/types/toa.d.ts +1 -1
  3. package/components/identity.federation/types/toa.d.ts +1 -1
  4. package/components/identity.grants/manifest.toa.yaml +3 -1
  5. package/components/identity.grants/types/toa.d.ts +1 -1
  6. package/components/identity.otp/types/toa.d.ts +1 -1
  7. package/components/identity.passkeys/types/toa.d.ts +1 -1
  8. package/components/identity.tokens/operations/decrypt.js +106 -60
  9. package/components/identity.tokens/operations/lib/jose.js +5 -2
  10. package/components/identity.tokens/source/decrypt.ts +136 -65
  11. package/components/identity.tokens/source/lib/jose.js +5 -1
  12. package/components/identity.tokens/types/index.d.ts +1 -0
  13. package/components/identity.tokens/types/toa.d.ts +1 -1
  14. package/package.json +7 -7
  15. package/transpiled/Directive.d.ts +11 -4
  16. package/transpiled/Directive.js +50 -14
  17. package/transpiled/Directive.js.map +1 -1
  18. package/transpiled/Endpoint.js +13 -11
  19. package/transpiled/Endpoint.js.map +1 -1
  20. package/transpiled/Gateway.js +4 -0
  21. package/transpiled/Gateway.js.map +1 -1
  22. package/transpiled/HTTP/Context.d.ts +17 -0
  23. package/transpiled/HTTP/Context.js +17 -0
  24. package/transpiled/HTTP/Context.js.map +1 -1
  25. package/transpiled/HTTP/Server.js +12 -6
  26. package/transpiled/HTTP/Server.js.map +1 -1
  27. package/transpiled/HTTP/messages.d.ts +9 -7
  28. package/transpiled/HTTP/messages.js +15 -2
  29. package/transpiled/HTTP/messages.js.map +1 -1
  30. package/transpiled/HTTP/types.d.ts +1 -0
  31. package/transpiled/MCP/tools.js +66 -31
  32. package/transpiled/MCP/tools.js.map +1 -1
  33. package/transpiled/Query.js +2 -0
  34. package/transpiled/Query.js.map +1 -1
  35. package/transpiled/RTD/Directives.d.ts +26 -8
  36. package/transpiled/RTD/Match.d.ts +6 -0
  37. package/transpiled/RTD/Method.d.ts +12 -0
  38. package/transpiled/RTD/Method.js +21 -1
  39. package/transpiled/RTD/Method.js.map +1 -1
  40. package/transpiled/RTD/Node.d.ts +3 -1
  41. package/transpiled/RTD/Node.js +5 -3
  42. package/transpiled/RTD/Node.js.map +1 -1
  43. package/transpiled/RTD/Route.d.ts +1 -1
  44. package/transpiled/RTD/Route.js +8 -5
  45. package/transpiled/RTD/Route.js.map +1 -1
  46. package/transpiled/RTD/Tree.d.ts +12 -0
  47. package/transpiled/RTD/Tree.js +19 -1
  48. package/transpiled/RTD/Tree.js.map +1 -1
  49. package/transpiled/RTD/segment.d.ts +2 -0
  50. package/transpiled/RTD/segment.js +15 -0
  51. package/transpiled/RTD/segment.js.map +1 -1
  52. package/transpiled/directives/auth/Authorization.d.ts +9 -7
  53. package/transpiled/directives/auth/Authorization.js +17 -16
  54. package/transpiled/directives/auth/Authorization.js.map +1 -1
  55. package/transpiled/directives/cache/Cache.d.ts +11 -0
  56. package/transpiled/directives/cache/Cache.js +23 -24
  57. package/transpiled/directives/cache/Cache.js.map +1 -1
  58. package/transpiled/directives/cache/etag.d.ts +10 -7
  59. package/transpiled/directives/cache/etag.js +13 -10
  60. package/transpiled/directives/cache/etag.js.map +1 -1
  61. package/transpiled/directives/cors/CORS.js +1 -1
  62. package/transpiled/directives/cors/CORS.js.map +1 -1
  63. package/transpiled/directives/flow/Compose.js +2 -0
  64. package/transpiled/directives/flow/Compose.js.map +1 -1
  65. package/transpiled/directives/help/Family.d.ts +1 -2
  66. package/transpiled/directives/help/Family.js +1 -1
  67. package/transpiled/directives/help/Family.js.map +1 -1
  68. package/transpiled/directives/io/IO.d.ts +1 -1
  69. package/transpiled/directives/io/IO.js +1 -1
  70. package/transpiled/directives/io/IO.js.map +1 -1
  71. package/transpiled/directives/io/Output.d.ts +5 -3
  72. package/transpiled/directives/io/Output.js +11 -35
  73. package/transpiled/directives/io/Output.js.map +1 -1
  74. package/transpiled/directives/io/Status.d.ts +1 -1
  75. package/transpiled/directives/io/Status.js +4 -2
  76. package/transpiled/directives/io/Status.js.map +1 -1
  77. package/transpiled/directives/map/Map.d.ts +1 -1
  78. package/transpiled/directives/map/Map.js +1 -1
  79. package/transpiled/directives/map/Map.js.map +1 -1
  80. package/transpiled/directives/mcp/MCP.d.ts +1 -2
  81. package/transpiled/directives/mcp/MCP.js +1 -1
  82. package/transpiled/directives/mcp/MCP.js.map +1 -1
  83. package/transpiled/directives/octets/Octets.d.ts +1 -1
  84. package/transpiled/directives/octets/Octets.js +1 -1
  85. package/transpiled/directives/octets/Octets.js.map +1 -1
  86. package/transpiled/measurements.d.ts +22 -0
  87. package/transpiled/measurements.js +37 -0
  88. package/transpiled/measurements.js.map +1 -0
  89. package/transpiled/service.js +22 -2
  90. package/transpiled/service.js.map +1 -1
  91. package/ui/dist/_app/immutable/chunks/{Wl536IQX.js → BI21DxGX.js} +1 -1
  92. package/ui/dist/_app/immutable/chunks/{CyQvDdUS.js → B_XBOx9b.js} +1 -1
  93. package/ui/dist/_app/immutable/chunks/{BNmwbB_m.js → D9-CL3SX.js} +2 -2
  94. package/ui/dist/_app/immutable/chunks/{D8WVrjO4.js → DfeVAkjY.js} +1 -1
  95. package/ui/dist/_app/immutable/entry/{app.BnIDHdVY.js → app.BG2uapp5.js} +2 -2
  96. package/ui/dist/_app/immutable/entry/start.Bnttjc6A.js +1 -0
  97. package/ui/dist/_app/immutable/nodes/{0.DV2orh1u.js → 0.CAhVptPP.js} +1 -1
  98. package/ui/dist/_app/immutable/nodes/{1.Bgonurdo.js → 1.CymYf6vY.js} +1 -1
  99. package/ui/dist/_app/immutable/nodes/{2.C0ZHj2rR.js → 2.DtwEKRzb.js} +1 -1
  100. package/ui/dist/_app/immutable/nodes/{3.DOixCoug.js → 3.BgfGYNeS.js} +1 -1
  101. package/ui/dist/_app/immutable/nodes/{4.fXuZ_LUX.js → 4.B7W24tJ1.js} +1 -1
  102. package/ui/dist/_app/immutable/nodes/{5.BN65yDZR.js → 5.FCfJU5jO.js} +1 -1
  103. package/ui/dist/_app/immutable/nodes/{6.gez_DiIA.js → 6.B9oqMcPQ.js} +1 -1
  104. package/ui/dist/_app/version.json +1 -1
  105. package/ui/dist/index.html +10 -10
  106. package/ui/dist/_app/immutable/entry/start.BhKXzsOH.js +0 -1
@@ -25,14 +25,14 @@
25
25
  <meta property="og:description" content="Resource exploration and playground" />
26
26
  <meta name="twitter:card" content="summary" />
27
27
 
28
- <link href="/.discovery/_app/immutable/entry/start.BhKXzsOH.js" rel="modulepreload">
29
- <link href="/.discovery/_app/immutable/chunks/D8WVrjO4.js" rel="modulepreload">
28
+ <link href="/.discovery/_app/immutable/entry/start.Bnttjc6A.js" rel="modulepreload">
29
+ <link href="/.discovery/_app/immutable/chunks/DfeVAkjY.js" rel="modulepreload">
30
30
  <link href="/.discovery/_app/immutable/chunks/BVDJTrf4.js" rel="modulepreload">
31
- <link href="/.discovery/_app/immutable/entry/app.BnIDHdVY.js" rel="modulepreload">
31
+ <link href="/.discovery/_app/immutable/entry/app.BG2uapp5.js" rel="modulepreload">
32
32
  <link href="/.discovery/_app/immutable/chunks/xihTtKlq.js" rel="modulepreload">
33
- <link href="/.discovery/_app/immutable/nodes/0.DV2orh1u.js" rel="modulepreload">
34
- <link href="/.discovery/_app/immutable/chunks/BNmwbB_m.js" rel="modulepreload">
35
- <link href="/.discovery/_app/immutable/chunks/Wl536IQX.js" rel="modulepreload">
33
+ <link href="/.discovery/_app/immutable/nodes/0.CAhVptPP.js" rel="modulepreload">
34
+ <link href="/.discovery/_app/immutable/chunks/D9-CL3SX.js" rel="modulepreload">
35
+ <link href="/.discovery/_app/immutable/chunks/BI21DxGX.js" rel="modulepreload">
36
36
  <link href="/.discovery/_app/env.js" rel="modulepreload">
37
37
 
38
38
  <link href="/.discovery/_app/immutable/assets/0.DKJjMwRs.css" rel="stylesheet">
@@ -41,7 +41,7 @@
41
41
  <div style="display: contents">
42
42
  <script>
43
43
  {
44
- __sveltekit_9i01ua = {
44
+ __sveltekit_d72bsj = {
45
45
  base: "/.discovery",
46
46
  assets: "/.discovery",
47
47
  env: null
@@ -50,11 +50,11 @@
50
50
  const element = document.currentScript.parentElement;
51
51
 
52
52
  import("/.discovery/_app/env.js").then(({ env }) => {
53
- __sveltekit_9i01ua.env = env;
53
+ __sveltekit_d72bsj.env = env;
54
54
 
55
55
  Promise.all([
56
- import("/.discovery/_app/immutable/entry/start.BhKXzsOH.js"),
57
- import("/.discovery/_app/immutable/entry/app.BnIDHdVY.js")
56
+ import("/.discovery/_app/immutable/entry/start.Bnttjc6A.js"),
57
+ import("/.discovery/_app/immutable/entry/app.BG2uapp5.js")
58
58
  ]).then(([kit, app]) => {
59
59
  kit.start(app, element);
60
60
  });
@@ -1 +0,0 @@
1
- import{o as e,r as t}from"../chunks/D8WVrjO4.js";export{e as load_css,t as start};