@lacspace/hotkeys 1.0.1 → 1.0.2

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 +14 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -162,12 +162,22 @@ No dependencies. No context providers. Combos and sequences are matched by compa
162
162
 
163
163
  ## Licensing
164
164
 
165
- 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. See the **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
165
+ 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. See the **[Lacspace Licence Centre](https://lacspace.com/licenses)**.
166
+
167
+ <!-- LACSPACE-DEV-PLATFORM -->
166
168
 
167
169
  ---
168
170
 
169
- **Part of the Lacspace ecosystem — zero-dependency, isomorphic TypeScript packages.**
171
+ ## The Lacspace Developer Platform
172
+
173
+ `@lacspace/hotkeys` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
174
+
175
+ - 📦 **This package, documented** — https://developer.lacspace.com/packages/hotkeys
176
+ - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
177
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
178
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
179
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
180
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
170
181
 
171
- [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)
182
+ Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** a permissive, free-to-use licence.
172
183
 
173
- <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/hotkeys",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Ergonomic keyboard shortcuts for React — combos (mod+k), key sequences (g then d), scopes, and pretty display formatting (⌘K). SSR-safe, respects form fields, zero-dependency, fully typed.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -41,7 +41,7 @@
41
41
  ],
42
42
  "author": "Lacspace <contact@lacspace.com>",
43
43
  "license": "SEE LICENSE IN LICENSE",
44
- "homepage": "https://lacspace.com/packages",
44
+ "homepage": "https://developer.lacspace.com/packages/hotkeys",
45
45
  "repository": {
46
46
  "type": "git",
47
47
  "url": "git+https://github.com/lacspace/npm-packages.git",