@lacspace/flags 1.0.2 → 1.0.3

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
@@ -90,18 +90,24 @@ Context is `{ key, attributes? }`. `key` drives bucketing; `attributes` drive ta
90
90
 
91
91
  ## Licensing
92
92
 
93
- 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.
93
+ 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.
94
94
 
95
95
  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)**.
96
96
 
97
+ <!-- LACSPACE-DEV-PLATFORM -->
98
+
97
99
  ---
98
100
 
99
- <div align="center">
101
+ ## The Lacspace Developer Platform
100
102
 
101
- **Part of the Lacspace ecosystem zero-dependency, isomorphic TypeScript packages.**
103
+ `@lacspace/flags` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
102
104
 
103
- [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)
105
+ - 📦 **This package, documented** https://developer.lacspace.com/packages/flags
106
+ - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
107
+ - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
108
+ - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
109
+ - 🖥️ **Finished app templates** — https://templates.lacspace.com
110
+ - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
104
111
 
105
- </div>
112
+ Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
106
113
 
107
- <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/flags",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Feature flags & A/B experiments with no SaaS and no infrastructure — deterministic bucketing (same user always gets the same result), targeting rules, percentage rollouts and weighted variants. Synchronous, zero-dependency, isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -45,7 +45,7 @@
45
45
  ],
46
46
  "author": "Lacspace <contact@lacspace.com>",
47
47
  "license": "SEE LICENSE IN LICENSE",
48
- "homepage": "https://lacspace.com/packages",
48
+ "homepage": "https://developer.lacspace.com/packages/flags",
49
49
  "repository": {
50
50
  "type": "git",
51
51
  "url": "git+https://github.com/lacspace/npm-packages.git",