@incorta/auth 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@incorta/auth",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Authenticate Incorta users in any Node.js app — OAuth 2.0/OIDC against Incorta's built-in authorization server, with a React provider and Express/TanStack Start integrations.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,7 +33,8 @@
33
33
  "types": "./dist/node.d.ts",
34
34
  "import": "./dist/node.js",
35
35
  "require": "./dist/node.cjs"
36
- }
36
+ },
37
+ "./package.json": "./package.json"
37
38
  },
38
39
  "bin": {
39
40
  "incorta-auth": "dist/cli.js"