@octokit/auth-unauthenticated
Advanced tools
Comparing version 6.1.0 to 6.1.1
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "GitHub API token authentication for browsers and Node.js", | ||
@@ -21,17 +21,16 @@ "repository": "github:octokit/auth-unauthenticated.js", | ||
"dependencies": { | ||
"@octokit/request-error": "^6.0.1", | ||
"@octokit/types": "^13.0.0" | ||
"@octokit/request-error": "^6.1.6", | ||
"@octokit/types": "^13.6.2" | ||
}, | ||
"devDependencies": { | ||
"@octokit/core": "^6.0.0", | ||
"@octokit/request": "^9.0.0", | ||
"@octokit/tsconfig": "^3.0.0", | ||
"@types/jest": "^29.0.0", | ||
"esbuild": "^0.20.0", | ||
"fetch-mock": "npm:@gr2m/fetch-mock@^9.11.0-pull-request-644.1", | ||
"glob": "^10.2.5", | ||
"jest": "^29.0.0", | ||
"prettier": "3.2.5", | ||
"ts-jest": "^29.0.0", | ||
"typescript": "^5.0.0" | ||
"@octokit/core": "^6.1.3", | ||
"@octokit/request": "^9.1.4", | ||
"@octokit/tsconfig": "^4.0.0", | ||
"@vitest/coverage-v8": "^2.0.3", | ||
"esbuild": "^0.24.0", | ||
"fetch-mock": "^12.0.0", | ||
"glob": "^11.0.0", | ||
"prettier": "3.4.2", | ||
"typescript": "^5.0.0", | ||
"vitest": "^2.0.3" | ||
}, | ||
@@ -38,0 +37,0 @@ "engines": { |
@@ -54,2 +54,8 @@ # auth-unauthenticated.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) | ||
```js | ||
@@ -56,0 +62,0 @@ const auth = createUnauthenticatedAuth({ |
23846
10
149
Updated@octokit/types@^13.6.2