@lacspace/lock 1.0.4 → 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 +12 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -73,18 +73,24 @@ 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)** — MIT-equivalent 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
 
80
+ <!-- LACSPACE-DEV-PLATFORM -->
81
+
80
82
  ---
81
83
 
82
- <div align="center">
84
+ ## The Lacspace Developer Platform
83
85
 
84
- **Part of the Lacspace ecosystem — 35 zero-dependency, isomorphic TypeScript packages.**
86
+ `@lacspace/lock` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
85
87
 
86
- [All packages ↗](https://lacspace.com/packages) · [npm org ↗](https://www.npmjs.com/org/lacspace) · [Licence Centre ↗](https://lacspace.com/licenses) · [GitHub ↗](https://github.com/lacspace/npm-packages)
88
+ - 📦 **This package, documented** https://developer.lacspace.com/packages/lock
89
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
90
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
91
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
92
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
93
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
87
94
 
88
- </div>
95
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
89
96
 
90
- <div align="center"><sub>Built with care by <a href="https://lacspace.com">Lacspace</a> · Lacspace Free Licence · <a href="https://github.com/lacspace/npm-packages">source</a></sub></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/lock",
3
- "version": "1.0.4",
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",
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "author": "Lacspace <contact@lacspace.com>",
45
45
  "license": "SEE LICENSE IN LICENSE",
46
- "homepage": "https://lacspace.com/packages",
46
+ "homepage": "https://developer.lacspace.com/packages/lock",
47
47
  "repository": {
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/lacspace/npm-packages.git",