File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -210,14 +210,14 @@ build_client = ['hatch run "src/build_scripts/build_js_client.py" {args}']
210210build_app = [' hatch run "src/build_scripts/build_js_app.py" {args}' ]
211211publish_event_to_object = [
212212 ' hatch run javascript:build_event_to_object' ,
213- # FIXME: using `bun pm pack` and `npm publish` to fix missing "Trusted Publishing" support in `bun publish`
214- # Ref: https://github.com/oven-sh/bun/issues/15601
213+ # FIXME: This is a temporary workaround. We are using `bun pm pack`-> `npm publish` to fix missing "Trusted Publishing" support in `bun publish`
214+ # See the following ticket https://github.com/oven-sh/bun/issues/15601
215215 ' cd "src/js/packages/event-to-object" && bun pm pack --filename "packages/event-to-object/dist.tgz" && bunx npm@11.8.0 publish dist.tgz --provenance --access public' ,
216216]
217217publish_client = [
218218 ' hatch run javascript:build_client' ,
219- # FIXME: using `bun pm pack` and `npm publish` to fix missing "Trusted Publishing" support in `bun publish`
220- # Ref: https://github.com/oven-sh/bun/issues/15601
219+ # FIXME: This is a temporary workaround. We are using `bun pm pack`-> `npm publish` to fix missing "Trusted Publishing" support in `bun publish`
220+ # See the following ticket https://github.com/oven-sh/bun/issues/15601
221221 ' cd "src/js/packages/@reactpy/client" && bun pm pack --filename "packages/@reactpy/client/dist.tgz" && bunx npm@11.8.0 publish dist.tgz --provenance --access public' ,
222222]
223223
Original file line number Diff line number Diff line change 3636 "checkTypes" : " tsc --noEmit"
3737 },
3838 "type" : " module" ,
39- "version" : " 1.0.2 "
39+ "version" : " 1.0.3 "
4040}
Original file line number Diff line number Diff line change 3636 "checkTypes" : " tsc --noEmit"
3737 },
3838 "type" : " module" ,
39- "version" : " 1 .0.1 "
39+ "version" : " 2 .0.0 "
4040}
You can’t perform that action at this time.
0 commit comments