File tree Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Expand file tree Collapse file tree 6 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @pydantic/logfire-cf-workers " : patch
3+ " @pydantic/logfire-api " : patch
4+ " logfire " : patch
5+ ---
6+
7+ Fix packages publish settings.
Original file line number Diff line number Diff line change 11{
22 "name" : " @pydantic/logfire-express-example" ,
3+ "private" : true ,
34 "version" : " 1.0.0" ,
45 "main" : " index.js" ,
56 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pydantic/logfire-node-example" ,
3+ "private" : true ,
34 "version" : " 1.0.0" ,
45 "main" : " index.ts" ,
56 "type" : " module" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pydantic/logfire-api" ,
3+ "private" : false ,
34 "description" : " JavaScript API for Logfire - https://pydantic.dev/logfire" ,
45 "author" : {
56 "name" : " The Pydantic Team" ,
910 "sideEffects" : false ,
1011 "homepage" : " https://pydantic.dev/logfire" ,
1112 "license" : " MIT" ,
13+ "publishConfig" : {
14+ "access" : " public"
15+ },
1216 "keywords" : [
1317 " logfire" ,
1418 " observability" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @pydantic/logfire-cf-workers" ,
3+ "private" : false ,
34 "description" : " Cloudflare workers integration for Logfire - https://pydantic.dev/logfire" ,
45 "author" : {
56 "name" : " The Pydantic Team" ,
910 "sideEffects" : false ,
1011 "homepage" : " https://pydantic.dev/logfire" ,
1112 "license" : " MIT" ,
13+ "publishConfig" : {
14+ "access" : " public"
15+ },
1216 "keywords" : [
1317 " logfire" ,
1418 " observability" ,
Original file line number Diff line number Diff line change 99 "sideEffects" : false ,
1010 "homepage" : " https://pydantic.dev/logfire" ,
1111 "license" : " MIT" ,
12+ "publishConfig" : {
13+ "access" : " public"
14+ },
1215 "keywords" : [
1316 " logfire" ,
1417 " observability" ,
You can’t perform that action at this time.
0 commit comments