Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | fix(registry): wait for already pending publish (#21663) | Bartek Iwańczuk | |
Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-27 | refactor: simplify hyper, http, h2 deps (#21715) | Bartek Iwańczuk | |
Main change is that: - "hyper" has been renamed to "hyper_v014" to signal that it's legacy - "hyper1" has been renamed to "hyper" and should be the default | |||
2023-12-26 | refactor: change cli/ to use hyper 1.1 (#21705) | Bartek Iwańczuk | |
2023-12-17 | fix: urls for publishing (#21613) | Bartek Iwańczuk | |
2023-12-15 | fix: prompts when publishing (#21596) | Bartek Iwańczuk | |
2023-12-15 | refactor: check if scope and package exist before publish (#21575) | Bartek Iwańczuk | |
Signed-off-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> | |||
2023-12-14 | refactor: split registry into multiple modules (#21572) | Bartek Iwańczuk | |
Co-authored-by: David Sherret <dsherret@gmail.com> Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
2023-12-14 | chore(unstable/publish): ordered publish of packages in workspace (#21550) | David Sherret | |
Co-authored-by: Luca Casonato <hello@lcas.dev> | |||
2023-12-13 | test: integration tests for tarring/unfurling (#21544) | Bartek Iwańczuk | |
2023-12-12 | refactor: suggest entrypoint on missing 'exports' (#21549) | Bartek Iwańczuk | |
2023-12-12 | refactor: nicer warning display (#21547) | Bartek Iwańczuk | |
2023-12-12 | refactor: better handling for registry urls (#21545) | Bartek Iwańczuk | |
2023-12-04 | fix: error code used for duplicate version publish (#21457) | Luca Casonato | |
2023-12-04 | fix: don't error if a version already published (#21455) | Luca Casonato | |
2023-11-30 | fix: correct the batch upload length (#21401) | Luca Casonato | |
2023-11-30 | fix: batch upload authentication (#21397) | Luca Casonato | |
2023-11-29 | fix: use correct import map in tar & upload (#21380) | Luca Casonato | |
2023-11-27 | fix: extraneous slash in tar & upload (#21349) | Luca Casonato | |
2023-11-23 | feat(unstable): tar up directory with deno.json (#21228) | Bartek Iwańczuk | |
Co-authored-by: David Sherret <dsherret@gmail.com> Co-authored-by: Luca Casonato <lucacasonato@yahoo.com> Co-authored-by: Luca Casonato <hello@lcas.dev> |