Skip to content

Commit 8dcdac8

Browse files
Version Packages (#395)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4a8cf4 commit 8dcdac8

File tree

24 files changed

+136
-33
lines changed

24 files changed

+136
-33
lines changed

.changeset/esm-migration.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

.changeset/quickjs-wasi.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/agent-base/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# agent-base
22

3+
## 8.0.0
4+
5+
### Major Changes
6+
7+
- 9c92c09: Convert to ESM. All packages now use `"type": "module"` and compile to ESM output instead of CommonJS.
8+
39
## 7.1.4
410

511
### Patch Changes

packages/agent-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-base",
3-
"version": "7.1.4",
3+
"version": "8.0.0",
44
"type": "module",
55
"description": "Turn a function into an `http.Agent` instance",
66
"exports": {

packages/data-uri-to-buffer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# data-uri-to-buffer
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- 9c92c09: Convert to ESM. All packages now use `"type": "module"` and compile to ESM output instead of CommonJS.
8+
39
## 6.0.2
410

511
### Patch Changes

packages/data-uri-to-buffer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-uri-to-buffer",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"type": "module",
55
"description": "Create an ArrayBuffer instance from a Data URI string",
66
"exports": {

packages/degenerator/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# degenerator
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- 9c92c09: Convert to ESM. All packages now use `"type": "module"` and compile to ESM output instead of CommonJS.
8+
9+
### Minor Changes
10+
11+
- b1509d8: Replace `@tootallnate/quickjs-emscripten` with `quickjs-wasi` for running sandboxed PAC file code. `quickjs-wasi` is a lighter-weight QuickJS WASM runtime built on quickjs-ng with WASI reactor mode. The `compile()` function now takes a `QuickJS` instance directly instead of `QuickJSWASMModule`, and `createPacResolver()` / `pac-proxy-agent` are updated accordingly.
12+
313
## 5.0.1
414

515
### Patch Changes

packages/degenerator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "degenerator",
3-
"version": "5.0.1",
3+
"version": "6.0.0",
44
"type": "module",
55
"description": "Compiles sync functions into async generator functions",
66
"exports": {

packages/get-uri/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# get-uri
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- 9c92c09: Convert to ESM. All packages now use `"type": "module"` and compile to ESM output instead of CommonJS.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [9c92c09]
12+
- data-uri-to-buffer@7.0.0
13+
314
## 6.0.5
415

516
### Patch Changes

packages/get-uri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "get-uri",
3-
"version": "6.0.5",
3+
"version": "7.0.0",
44
"type": "module",
55
"description": "Returns a `stream.Readable` from a URI string",
66
"exports": {

0 commit comments

Comments
 (0)