@aprovan/stitchery 0.1.0-dev.4b31575 → 0.1.0-dev.9d1cd22

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.
@@ -10,22 +10,22 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.js 43.02 KB
14
- ESM dist/server/index.js 42.94 KB
15
- ESM dist/cli.js 46.13 KB
16
- ESM dist/index.js.map 74.52 KB
17
- ESM dist/server/index.js.map 74.54 KB
18
- ESM dist/cli.js.map 80.59 KB
19
- ESM ⚡️ Build success in 79ms
20
13
  CJS dist/index.cjs 45.48 KB
21
14
  CJS dist/server/index.cjs 45.22 KB
22
15
  CJS dist/cli.cjs 48.14 KB
23
16
  CJS dist/index.cjs.map 74.97 KB
24
17
  CJS dist/server/index.cjs.map 74.52 KB
25
18
  CJS dist/cli.cjs.map 80.58 KB
26
- CJS ⚡️ Build success in 79ms
19
+ CJS ⚡️ Build success in 71ms
20
+ ESM dist/index.js 43.02 KB
21
+ ESM dist/cli.js 46.13 KB
22
+ ESM dist/server/index.js 42.94 KB
23
+ ESM dist/index.js.map 74.52 KB
24
+ ESM dist/cli.js.map 80.59 KB
25
+ ESM dist/server/index.js.map 74.54 KB
26
+ ESM ⚡️ Build success in 74ms
27
27
  DTS Build start
28
- DTS ⚡️ Build success in 5228ms
28
+ DTS ⚡️ Build success in 5221ms
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.4b31575",
3
+ "version": "0.1.0-dev.9d1cd22",
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.4b31575"
30
+ "@aprovan/patchwork-utcp": "^0.1.0-dev.9d1cd22"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^22.14.1",