Skip to content

Tags: vercel/fun

Tags

1.3.2

Toggle 1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert "Bump tar and path-to-regexp." (#136)

Revert "Bump tar and path-to-regexp. (#135)"

This reverts commit 2dc02d9.

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(pref): remove promisepipe and stream-to-promise (#133)

perf: remove promisepipe and stream-to-promise

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: update tar version (#128)

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: replace deprecated path-match with path-to-regexp (#121)

* fix: replace deprecated path-match with path-to-regexp

* refactor: add type safety to path matching with generics , exec prettier

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add executable runtime (#124)

1.1.6

Toggle 1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update uuid to use node native uuid generation (#119)

* fix: update uuid to 11

* fix: update uuid import to stay consistent and work with new version

* Use node native uuid behavior

* Missed one

---------

Co-authored-by: Eli Front <elifront23@gmail.com>

1.1.5

Toggle 1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Bump tar from 4.4.18 to 6.2.1 (#111)

Bumps [tar](https://github.com/isaacs/node-tar) from 4.4.18 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.18...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

1.1.4

Toggle 1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: more updates after Node 16 removal (#115)

* update lockfile

* remove structuredClone polyfill

* remove vite patch for node 16

* update lockfile

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update node versions in tests (#112)

* fix: update node versions in tests

Node 16 support is being discontinued by Vercel. Remove that from the test's Node version matrix.

Add Node 20 and 22, while we're at it.

* update pnpm usage

* install pnpm in github action

1.1.2

Toggle 1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix build and CI (#109)

* Revert #93.
* Revert #99.
* Remove Go setup from CI (the test was already previously disabled in #97).
* Remove `pkg` (the test was also disabled in #97).
* Remove `prebuild` and `postbuild` npm scripts - they do not get invoked with pnpm.
* Use `pnpm` in CI.
* Update TypeScript to v4.9.3.

---

Co-authored-by: Sean Massa <EndangeredMassa@gmail.com>