@actions/io: export lib/io-util

This commit is contained in:
Daniel Kennedy
2026-01-28 13:58:45 -05:00
parent 9e060cb3e1
commit 758b556388
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
# @actions/io Releases
## 3.0.1
- Fix: export `@actions/io/lib/io-util`
## 3.0.0
- **Breaking change**: Package is now ESM-only
@@ -16,7 +20,7 @@
## 1.1.2
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
- Update `lockfileVersion` to `v2` in `package-lock.json [#1020](https://github.com/actions/toolkit/pull/1020)
## 1.1.1
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actions/io",
"version": "3.0.0",
"version": "3.0.1",
"description": "Actions io lib",
"keywords": [
"github",
@@ -16,6 +16,10 @@
".": {
"types": "./lib/io.d.ts",
"import": "./lib/io.js"
},
"./lib/io-util": {
"types": "./lib/io-util.d.ts",
"import": "./lib/io-util.js"
}
},
"directories": {