@1auth/authn 0.0.0-alpha.0 → 0.0.0-alpha.2

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 (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -11,6 +11,7 @@ export const options = {
11
11
  export default (params) => {
12
12
  Object.assign(options, params)
13
13
  }
14
+ export const getOptions = () => options
14
15
 
15
16
  export const create = async (
16
17
  credentialType,
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@1auth/authn",
3
- "version": "0.0.0-alpha.0",
3
+ "version": "0.0.0-alpha.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "engines": {
7
- "node": ">=18"
7
+ "node": ">=16"
8
8
  },
9
9
  "engineStrict": true,
10
10
  "publishConfig": {
@@ -48,8 +48,8 @@
48
48
  "url": "https://github.com/willfarrell/1auth/issues"
49
49
  },
50
50
  "homepage": "https://github.com/willfarrell/1auth",
51
- "gitHead": "dcd3cb3dcacdebbe21625f092187e7cf02473f68",
51
+ "gitHead": "a02b1e01f039718f213d79b91d04ed660a955c73",
52
52
  "dependencies": {
53
- "@1auth/crypto": "0.0.0-alpha.0"
53
+ "@1auth/crypto": "0.0.0-alpha.2"
54
54
  }
55
55
  }