@passlock/node 0.9.24 → 0.9.27
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.
- package/README.md +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ in README.template.md and outputs to README.md
|
|
|
4
4
|
-->
|
|
5
5
|
<div align="center">
|
|
6
6
|
<a href="https://github.com/passlock-dev/passlock">
|
|
7
|
-
<img src="https://
|
|
7
|
+
<img src="https://passlock-assets.b-cdn.net/images/passlock-logo.svg" alt="Passlock logo" width="80" height="80">
|
|
8
8
|
</a>
|
|
9
9
|
</div>
|
|
10
10
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"root":["../src/index.ts","../src/version.ts","../src/config/config.ts","../src/principal/principal.fixture.ts","../src/principal/principal.test.ts","../src/principal/principal.ts"],"version":"5.6.2"}
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PASSLOCK_CLIENT_VERSION = "0.9.
|
|
1
|
+
export declare const PASSLOCK_CLIENT_VERSION = "0.9.27";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const PASSLOCK_CLIENT_VERSION = '0.9.
|
|
1
|
+
export const PASSLOCK_CLIENT_VERSION = '0.9.27';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@passlock/node",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.27",
|
|
5
5
|
"description": "Passkey authentication and social login for node.js/express apps",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"passkey",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"homepage": "https://passlock.dev",
|
|
19
19
|
"repository": {
|
|
20
20
|
"type": "git",
|
|
21
|
-
"url": "git+https://github.com/passlock-dev/
|
|
21
|
+
"url": "git+https://github.com/passlock-dev/passlock.git",
|
|
22
22
|
"directory": "packages/node"
|
|
23
23
|
},
|
|
24
24
|
"bugs": {
|
|
25
|
-
"url": "https://github.com/passlock-dev/
|
|
25
|
+
"url": "https://github.com/passlock-dev/passlock/issues",
|
|
26
26
|
"email": "team@passlock.dev"
|
|
27
27
|
},
|
|
28
28
|
"exports": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"effect": "3.6.4",
|
|
42
|
-
"@passlock/shared": "0.9.
|
|
42
|
+
"@passlock/shared": "0.9.27"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@effect/schema": "0.71.0",
|
|
@@ -47,21 +47,21 @@
|
|
|
47
47
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
48
48
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
49
49
|
"@tsconfig/node20": "^20.1.4",
|
|
50
|
-
"@types/node": "^22.
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
52
|
-
"@typescript-eslint/parser": "^8.
|
|
53
|
-
"@vitest/coverage-v8": "^2.
|
|
54
|
-
"@vitest/ui": "^2.
|
|
55
|
-
"eslint": "^9.
|
|
50
|
+
"@types/node": "^22.5.5",
|
|
51
|
+
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
52
|
+
"@typescript-eslint/parser": "^8.6.0",
|
|
53
|
+
"@vitest/coverage-v8": "^2.1.1",
|
|
54
|
+
"@vitest/ui": "^2.1.1",
|
|
55
|
+
"eslint": "^9.10.0",
|
|
56
56
|
"eslint-config-prettier": "^9.1.0",
|
|
57
57
|
"globals": "^15.9.0",
|
|
58
58
|
"prettier": "^3.3.3",
|
|
59
|
-
"publint": "^0.2.
|
|
59
|
+
"publint": "^0.2.11",
|
|
60
60
|
"rimraf": "^6.0.1",
|
|
61
|
-
"tsx": "^4.
|
|
62
|
-
"typescript": "^5.
|
|
63
|
-
"vite": "^5.4.
|
|
64
|
-
"vitest": "^2.
|
|
61
|
+
"tsx": "^4.19.1",
|
|
62
|
+
"typescript": "^5.6.2",
|
|
63
|
+
"vite": "^5.4.6",
|
|
64
|
+
"vitest": "^2.1.1"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
67
|
"clean": "rimraf ./dist",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"build:clean": "pnpm run clean && pnpm run build",
|
|
75
75
|
"build:readme": "LATEST=${npm_package_version} tsx ../shared/scripts/replace-readme-tokens.ts ./packages/node",
|
|
76
76
|
"replaceTokens": "LATEST=${npm_package_version} tsx ../shared/scripts/replace-tokens.ts ./packages/node",
|
|
77
|
-
"build:production": "pnpm run build:clean && pnpm run replaceTokens && echo '' && publint",
|
|
77
|
+
"build:production": "pnpm run build:clean && pnpm run build:readme && pnpm run replaceTokens && echo '' && publint",
|
|
78
78
|
"format": "prettier --write \"(src|scripts)/**/*.+(js|ts|json)\"",
|
|
79
79
|
"lint": "eslint ./src",
|
|
80
80
|
"lint:fix": "pnpm run lint --fix",
|