@passlock/client 2.0.5 → 2.0.6

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 +21 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@passlock/client",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Flexible passkey authentication for Astro, SvelteKit, NextJS and other frameworks",
5
5
  "keywords": [
6
6
  "passkey",
@@ -46,6 +46,24 @@
46
46
  "files": [
47
47
  "dist"
48
48
  ],
49
+ "dependencies": {
50
+ "@simplewebauthn/browser": "^13.2.2",
51
+ "effect": "3.19.19"
52
+ },
53
+ "devDependencies": {
54
+ "@biomejs/biome": "^2.4.4",
55
+ "@effect/language-service": "^0.77.0",
56
+ "@fetch-mock/vitest": "^0.2.18",
57
+ "@typescript/lib-dom": "npm:@types/web@^0.0.339",
58
+ "globals": "^17.4.0",
59
+ "npm-check-updates": "^19.6.3",
60
+ "publint": "0.3.18",
61
+ "rimraf": "^6.1.3",
62
+ "tsx": "4.21.0",
63
+ "typedoc": "^0.28.17",
64
+ "typescript": "^5.9.3",
65
+ "vitest": "^4.0.16"
66
+ },
49
67
  "scripts": {
50
68
  "build": "tsc -p tsconfig.build.json",
51
69
  "build:clean": "$npm_execpath run clean:full && $npm_execpath run build",
@@ -54,7 +72,6 @@
54
72
  "typedoc": "typedoc",
55
73
  "clean": "tsc -p tsconfig.build.json --clean",
56
74
  "clean:full": "rimraf dist tsconfig.build.tsbuildinfo",
57
- "prepublishOnly": "$npm_execpath run build:production",
58
75
  "replaceTokens": "VERSION=${npm_package_version} tsx ../../scripts/replace-tokens.ts ./packages/client",
59
76
  "test:unit": "vitest --project unit run",
60
77
  "test:unit:watch": "vitest --project unit",
@@ -66,24 +83,5 @@
66
83
  "lint:ci": "biome ci .",
67
84
  "format": "biome format --fix .",
68
85
  "format:check": "biome format ."
69
- },
70
- "dependencies": {
71
- "@simplewebauthn/browser": "^13.2.2",
72
- "effect": "catalog:"
73
- },
74
- "devDependencies": {
75
- "@biomejs/biome": "catalog:",
76
- "@effect/language-service": "^0.77.0",
77
- "@fetch-mock/vitest": "^0.2.18",
78
- "@typescript/lib-dom": "npm:@types/web@^0.0.339",
79
- "globals": "catalog:",
80
- "npm-check-updates": "catalog:",
81
- "publint": "catalog:",
82
- "rimraf": "catalog:",
83
- "tsx": "catalog:",
84
- "typedoc": "^0.28.17",
85
- "typescript": "catalog:",
86
- "vitest": "^4.0.16"
87
- },
88
- "packageManager": "pnpm@10.30.3"
89
- }
86
+ }
87
+ }