@marifold/service 0.66.0 → 0.69.0

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.
@@ -9,8 +9,8 @@
9
9
  href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='150 150 724 724'%3E%3Cdefs%3E%3Cpath id='p' d='M512%20175C477%20201%20443%20226%20423%20241C410%20253%20403%20272%20403%20287C403%20304%20409%20318%20420%20326L500%20390L500%20323A26%2026%200%201%201%20524%20323L524%20390L604%20326C615%20316%20620%20299%20619%20282C619%20266%20611%20250%20597%20236C573%20214%20543%20198%20512%20175Z'/%3E%3C/defs%3E%3Cg fill='%23EAA221'%3E%3Cuse href='%23p'/%3E%3Cuse href='%23p' transform='rotate(60%20512%20512)'/%3E%3Cuse href='%23p' transform='rotate(120%20512%20512)'/%3E%3Cuse href='%23p' transform='rotate(180%20512%20512)'/%3E%3Cuse href='%23p' transform='rotate(240%20512%20512)'/%3E%3Cuse href='%23p' transform='rotate(300%20512%20512)'/%3E%3Ccircle cx='512' cy='512' r='60'/%3E%3C/g%3E%3C/svg%3E"
10
10
  />
11
11
  <title>marifold</title>
12
- <script type="module" crossorigin src="/assets/index-ChbhNQrJ.js"></script>
13
- <link rel="stylesheet" crossorigin href="/assets/index-DYT2bHWP.css">
12
+ <script type="module" crossorigin src="/assets/index-KuACi28w.js"></script>
13
+ <link rel="stylesheet" crossorigin href="/assets/index-CFyo0tHF.css">
14
14
  </head>
15
15
  <body>
16
16
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marifold/service",
3
- "version": "0.66.0",
3
+ "version": "0.69.0",
4
4
  "description": "Local HTTP service for Marifold",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  ],
10
10
  "dependencies": {
11
11
  "fastify": "^5.10.0",
12
- "@marifold/core": "0.66.0"
12
+ "@marifold/core": "0.69.0"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "^24.13.3",