@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.
- package/.turbo/turbo-build.log +4 -4
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m74.97 KB[39m
|
|
17
17
|
[32mCJS[39m [1mdist/server/index.cjs.map [22m[32m74.52 KB[39m
|
|
18
18
|
[32mCJS[39m [1mdist/cli.cjs.map [22m[32m80.58 KB[39m
|
|
19
|
-
[32mCJS[39m ⚡️ Build success in
|
|
19
|
+
[32mCJS[39m ⚡️ Build success in 84ms
|
|
20
20
|
[32mESM[39m [1mdist/index.js [22m[32m43.02 KB[39m
|
|
21
21
|
[32mESM[39m [1mdist/cli.js [22m[32m46.13 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/server/index.js [22m[32m42.94 KB[39m
|
|
23
23
|
[32mESM[39m [1mdist/index.js.map [22m[32m74.52 KB[39m
|
|
24
|
-
[32mESM[39m [1mdist/server/index.js.map [22m[32m74.54 KB[39m
|
|
25
24
|
[32mESM[39m [1mdist/cli.js.map [22m[32m80.59 KB[39m
|
|
26
|
-
[32mESM[39m
|
|
25
|
+
[32mESM[39m [1mdist/server/index.js.map [22m[32m74.54 KB[39m
|
|
26
|
+
[32mESM[39m ⚡️ Build success in 85ms
|
|
27
27
|
[34mDTS[39m Build start
|
|
28
|
-
[32mDTS[39m ⚡️ Build success in
|
|
28
|
+
[32mDTS[39m ⚡️ Build success in 5304ms
|
|
29
29
|
[32mDTS[39m [1mdist/cli.d.ts [22m[32m20.00 B[39m
|
|
30
30
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m13.76 KB[39m
|
|
31
31
|
[32mDTS[39m [1mdist/server/index.d.ts [22m[32m122.00 B[39m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aprovan/stitchery",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
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.
|
|
30
|
+
"@aprovan/patchwork-utcp": "^0.1.0-dev.c36f160"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "^22.14.1",
|