@lacspace/lock 1.0.5 → 1.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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -73,7 +73,7 @@ if (await verifyPassword(input, stored)) {
73
73
 
74
74
  ## Licensing
75
75
 
76
- This package is **free** under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
76
+ This package is **free** under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — permissive freedoms. Use it in personal and commercial projects at no cost; just keep the notice.
77
77
 
78
78
  Not every Lacspace package is free. We also offer **Commercial** (paid), **Client-specific**, and **Private** (proprietary) packages under separate terms. See the full **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
79
79
 
@@ -83,14 +83,14 @@ Not every Lacspace package is free. We also offer **Commercial** (paid), **Clien
83
83
 
84
84
  ## The Lacspace Developer Platform
85
85
 
86
- `@lacspace/lock` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
86
+ `@lacspace/lock` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
87
87
 
88
88
  - 📦 **This package, documented** — https://developer.lacspace.com/packages/lock
89
- - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
89
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
90
90
  - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
91
91
  - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
92
92
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
93
93
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
94
94
 
95
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
95
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
96
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/lock",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Account lockout & brute-force protection (server lock) — N-strikes, exponential backoff, self-resetting window, pluggable store. Zero-dependency, isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",