File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 " packages/extension"
1515 ],
1616 "scripts" : {
17- "publish" : " pnpm publish --filter ./packages/* " ,
17+ "publish" : " pnpm -r --access public " ,
1818 "build" : " pnpm recursive run clean && pnpm recursive run build" ,
1919 "dev" : " pnpm recursive run --no-bail --workspace-concurrency Infinity dev"
2020 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-llm/headless" ,
3- "version" : " 0.0.4 " ,
3+ "version" : " 0.0.5 " ,
44 "author" : " Matt Rickard <npm@matt-rickard.com>" ,
55 "license" : " MIT" ,
66 "module" : " dist/index.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-llm/model" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.5 " ,
44 "type" : " module" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.esm.js" ,
77 "typings" : " dist/index.d.ts" ,
88 "author" : " Matt Rickard <npm@matt-rickard.com>" ,
99 "license" : " MIT" ,
10- "private" : true ,
1110 "scripts" : {
1211 "build" : " rollup -c" ,
1312 "clean" : " rm -rf dist" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " retro-ui" ,
33 "version" : " 0.0.1" ,
4+ "private" : " true" ,
45 "scripts" : {
56 "dev" : " next dev" ,
67 "build" : " next build" ,
You can’t perform that action at this time.
0 commit comments