@octokit/auth-action
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "GitHub API token authentication for GitHub Actions", | ||
@@ -43,3 +43,2 @@ "type": "module", | ||
], | ||
"main": "dist-src/index.js", | ||
"types": "dist-types/index.d.ts", | ||
@@ -49,3 +48,4 @@ "exports": { | ||
"types": "./dist-types/index.d.ts", | ||
"import": "./dist-src/index.js" | ||
"import": "./dist-src/index.js", | ||
"default": "./dist-src/index.js" | ||
} | ||
@@ -52,0 +52,0 @@ }, |
@@ -40,2 +40,8 @@ # auth-action.js | ||
> [!IMPORTANT] | ||
> As we use [conditional exports](https://nodejs.org/api/packages.html#conditional-exports), you will need to adapt your `tsconfig.json` by setting `"moduleResolution": "node16", "module": "node16"`. | ||
> | ||
> See the TypeScript docs on [package.json "exports"](https://www.typescriptlang.org/docs/handbook/modules/reference.html#packagejson-exports).<br> | ||
> See this [helpful guide on transitioning to ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) from [@sindresorhus](https://github.com/sindresorhus) | ||
## `createActionAuth()` | ||
@@ -42,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9582
185