@aprovan/stitchery 0.1.0-dev.c33be64 → 0.1.0-dev.c36f160

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.
@@ -16,16 +16,16 @@
16
16
  CJS dist/index.cjs.map 74.97 KB
17
17
  CJS dist/server/index.cjs.map 74.52 KB
18
18
  CJS dist/cli.cjs.map 80.58 KB
19
- CJS ⚡️ Build success in 83ms
19
+ CJS ⚡️ Build success in 84ms
20
20
  ESM dist/index.js 43.02 KB
21
21
  ESM dist/cli.js 46.13 KB
22
22
  ESM dist/server/index.js 42.94 KB
23
23
  ESM dist/index.js.map 74.52 KB
24
- ESM dist/server/index.js.map 74.54 KB
25
24
  ESM dist/cli.js.map 80.59 KB
26
- ESM ⚡️ Build success in 84ms
25
+ ESM dist/server/index.js.map 74.54 KB
26
+ ESM ⚡️ Build success in 85ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 5545ms
28
+ DTS ⚡️ Build success in 5304ms
29
29
  DTS dist/cli.d.ts 20.00 B
30
30
  DTS dist/index.d.ts 13.76 KB
31
31
  DTS dist/server/index.d.ts 122.00 B
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aprovan/stitchery",
3
- "version": "0.1.0-dev.c33be64",
3
+ "version": "0.1.0-dev.c36f160",
4
4
  "description": "Backend services for LLM-generated artifacts",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -27,7 +27,7 @@
27
27
  "@aprovan/devtools": "^0.1.0",
28
28
  "ai": "^6.0.67",
29
29
  "commander": "^12.1.0",
30
- "@aprovan/patchwork-utcp": "^0.1.0-dev.c33be64"
30
+ "@aprovan/patchwork-utcp": "^0.1.0-dev.c36f160"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^22.14.1",