@passlock/node 0.9.27 → 0.9.29
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/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +4 -4
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.29";
|
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.29';
|
|
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.29",
|
|
5
5
|
"description": "Passkey authentication and social login for node.js/express apps",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"passkey",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"!dist/**/*.spec.*"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"effect": "3.
|
|
42
|
-
"@passlock/shared": "0.9.
|
|
41
|
+
"effect": "3.8.3",
|
|
42
|
+
"@passlock/shared": "0.9.29"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@effect/schema": "0.
|
|
45
|
+
"@effect/schema": "0.74.0",
|
|
46
46
|
"@qetza/replacetokens": "^1.7.0",
|
|
47
47
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
48
48
|
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|