@passlock/client 0.9.12 → 0.9.13

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/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -94,7 +94,7 @@ Verify the token and obtain the passkey registration or authentication details.
94
94
  ```typescript
95
95
  import { Passlock } from '@passlock/node'
96
96
 
97
- // API keys can be found in your passlock console
97
+ // API Keys can be found in your passlock console
98
98
  const passlock = new Passlock({ tenancyId, apiKey })
99
99
 
100
100
  // token comes from your frontend
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@passlock/client",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
4
4
  "description": "Easy WebAuthn/FIDO Passkey authentication for your web apps. This library works with pretty much any frontend/backend stack including React/Next.js, Vue, SvelteKit etc - check out the tutorial",
5
5
  "keywords": [
6
6
  "passkey",
@@ -40,21 +40,21 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@github/webauthn-json": "^2.1.1",
43
- "effect": "3.1.4",
44
- "@passlock/shared": "0.9.12"
43
+ "effect": "3.2.5",
44
+ "@passlock/shared": "0.9.13"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@tsconfig/node18": "^18.2.4",
48
- "@types/node": "^20.12.11",
49
- "@typescript-eslint/eslint-plugin": "^7.8.0",
50
- "@typescript-eslint/parser": "^7.8.0",
48
+ "@types/node": "^20.12.12",
49
+ "@typescript-eslint/eslint-plugin": "^7.11.0",
50
+ "@typescript-eslint/parser": "^7.11.0",
51
51
  "@vitest/coverage-v8": "^1.6.0",
52
52
  "@vitest/ui": "^1.6.0",
53
53
  "eslint": "^8.56.0",
54
54
  "eslint-config-prettier": "^9.1.0",
55
55
  "eslint-import-resolver-typescript": "^3.6.1",
56
56
  "eslint-plugin-import": "^2.29.1",
57
- "jsdom": "^24.0.0",
57
+ "jsdom": "^24.1.0",
58
58
  "prettier": "^3.2.5",
59
59
  "rimraf": "^5.0.7",
60
60
  "tslib": "^2.6.2",