File tree Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Expand file tree Collapse file tree 8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 1.10.6 " ,
2+ "version" : " 1.10.7 " ,
33 "npmClient" : " yarn" ,
44 "useNx" : true ,
55 "packages" : [" packages/*" ],
Original file line number Diff line number Diff line change 11{
22 "name" : " @plexusjs/api" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " A library for building modular interconnected applications" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
2727 "isomorphic-fetch" : " ^3.0.0"
2828 },
2929 "dependencies" : {
30- "@plexusjs/utils" : " 1.10.6 "
30+ "@plexusjs/utils" : " 1.10.7 "
3131 }
3232}
Original file line number Diff line number Diff line change 11{
22 "name" : " @plexusjs/core" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " A library for building modular interconnected applications" ,
5- "main" : " ./dist/src/ index.js" ,
6- "types" : " dist/src/ index.d.ts" ,
5+ "main" : " ./dist/index.js" ,
6+ "types" : " dist/index.d.ts" ,
77 "publishConfig" : {
88 "access" : " public"
99 },
2020 "license" : " MIT" ,
2121 "scripts" : {
2222 "prebuild" : " rimraf ./dist ./tsconfig.tsbuildinfo" ,
23- "build" : " bun build ./src/* --outdir ./dist/ --splitting --sourcemap=external --target=browser && tsc && echo \" Build complete.\" " ,
24- "build:legacy " : " tsc --build --force && tsc && echo \" Build complete.\" "
23+ "build" : " tsc --build --force && tsc && echo \" Build complete.\" " ,
24+ "build-bun " : " bun build ./src/* --outdir ./dist/ --splitting --sourcemap=external --target=browser && tsc && echo \" Build complete.\" "
2525 },
2626 "gitHead" : " 192584965efcda8142c23e6f53df2e9f97bfd0df" ,
2727 "devDependencies" : {
2828 "isomorphic-fetch" : " ^3.0.0" ,
2929 "typescript" : " ^4.9.5"
3030 },
3131 "dependencies" : {
32- "@plexusjs/api" : " 1.10.6 " ,
33- "@plexusjs/utils" : " 1.10.6 "
32+ "@plexusjs/api" : " 1.10.7 " ,
33+ "@plexusjs/utils" : " 1.10.7 "
3434 }
3535}
Original file line number Diff line number Diff line change 11{
22 "name" : " @plexusjs/napi" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " A library for building modular interconnected applications" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
2727 "isomorphic-fetch" : " ^3.0.0"
2828 },
2929 "dependencies" : {
30- "@plexusjs/api" : " 1.10.6 " ,
30+ "@plexusjs/api" : " 1.10.7 " ,
3131 "cross-fetch" : " ^3.1.5"
3232 }
3333}
Original file line number Diff line number Diff line change 11{
22 "name" : " @plexusjs/next" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " Next Plugin for PlexusJS" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @plexusjs/react" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " React Plugin for PlexusJS" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
3535 },
3636 "gitHead" : " 192584965efcda8142c23e6f53df2e9f97bfd0df" ,
3737 "dependencies" : {
38- "@plexusjs/utils" : " 1.10.6 " ,
38+ "@plexusjs/utils" : " 1.10.7 " ,
3939 "use-sync-external-store" : " ^1.2.0"
4040 }
4141}
Original file line number Diff line number Diff line change 11{
22 "name" : " @plexusjs/solid" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " SolidJS Plugin for PlexusJS" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
2727 },
2828 "gitHead" : " 192584965efcda8142c23e6f53df2e9f97bfd0df" ,
2929 "dependencies" : {
30- "@plexusjs/utils" : " 1.10.6 " ,
30+ "@plexusjs/utils" : " 1.10.7 " ,
3131 "solid-js" : " ^1.4.7"
3232 }
3333}
Original file line number Diff line number Diff line change 11{
22 "name" : " @plexusjs/utils" ,
3- "version" : " 1.10.6 " ,
3+ "version" : " 1.10.7 " ,
44 "description" : " Useful utils by the PlexusJS Team." ,
55 "main" : " ./dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments