index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
testdata
/
publish
Age
Commit message (
Expand
)
Author
2024-07-26
fix(publish): workspace included license file had incorrect path (#24747)
David Sherret
2024-07-22
fix(publish): warn about missing license file (#24677)
David Sherret
2024-04-29
chore: migrate bench, publish, and more itests to spec tests (#23584)
David Sherret
2024-03-08
fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)
Nathan Whitaker
2024-03-07
fix(publish): properly display graph validation errors (#22775)
David Sherret
2024-03-07
fix(publish): silence warnings for sloppy imports and node builtins with env ...
Bartek Iwańczuk
2024-03-04
feat(publish): add `npm:` suggestion for esm.sh specifiers (#22343)
Divy Srivastava
2024-03-01
fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)
David Sherret
2024-02-29
fix(publish): print a warning when .jsx or .tsx is imported (#22631)
Bartek Iwańczuk
2024-02-28
feat(publish): provenance attestation (#22573)
Divy Srivastava
2024-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-27
feat(publish): support sloppy imports and bare node built-ins (#22588)
Luca Casonato
2024-02-27
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Bartek Iwańczuk
2024-02-23
feat: infer dependencies from package.json (#22563)
Marvin Hagemeister
2024-02-21
fix(publish): better no-slow-types type discovery (#22517)
David Sherret
2024-02-21
feat(publish): type check on publish (#22506)
David Sherret
2024-02-20
fix(publish): print files that will be published (#22495)
Luca Casonato
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci