@lacspace/hooks 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
@@ -112,12 +112,22 @@ function Share({ url }: { url: string }) {
112
112
 
113
113
  ## Licensing
114
114
 
115
- 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)**.
115
+ 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)**.
116
+
117
+ <!-- LACSPACE-DEV-PLATFORM -->
116
118
 
117
119
  ---
118
120
 
119
- **Part of the Lacspace ecosystem — zero-dependency, isomorphic TypeScript packages.**
121
+ ## The Lacspace Developer Platform
122
+
123
+ `@lacspace/hooks` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
124
+
125
+ - 📦 **This package, documented** — https://developer.lacspace.com/packages/hooks
126
+ - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
127
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
128
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
129
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
130
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
120
131
 
121
- [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)
132
+ Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** a permissive, free-to-use licence.
122
133
 
123
- <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/hooks",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Essential, SSR-safe React hooks — useLocalStorage, useDebounce, useMediaQuery, useOnClickOutside, useCopyToClipboard and 20+ more. Zero-dependency, fully typed, isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -44,7 +44,7 @@
44
44
  ],
45
45
  "author": "Lacspace <contact@lacspace.com>",
46
46
  "license": "SEE LICENSE IN LICENSE",
47
- "homepage": "https://lacspace.com/packages",
47
+ "homepage": "https://developer.lacspace.com/packages/hooks",
48
48
  "repository": {
49
49
  "type": "git",
50
50
  "url": "git+https://github.com/lacspace/npm-packages.git",