@lacspace/og 1.1.1 → 1.1.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 +9 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,9 @@
5
5
  **Dynamic Open Graph images — configure the look once, call it per page.**
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@lacspace/og?color=%2316a34a&label=npm)](https://www.npmjs.com/package/@lacspace/og)
8
+ [![install size](https://packagephobia.com/badge?p=@lacspace/og)](https://packagephobia.com/result?p=@lacspace/og)
9
+ [![minzipped](https://img.shields.io/bundlephobia/minzip/@lacspace/og?label=minzip)](https://bundlephobia.com/package/@lacspace/og)
10
+ [![types](https://img.shields.io/badge/types-included-blue)](https://www.npmjs.com/package/@lacspace/og)
8
11
  [![license](https://img.shields.io/npm/l/@lacspace/og?color=green)](https://github.com/lacspace/npm-packages/blob/main/LICENSE)
9
12
 
10
13
  </div>
@@ -126,7 +129,9 @@ backward compatible.
126
129
 
127
130
  ## Licensing
128
131
 
129
- 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)**.
132
+ 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.
133
+
134
+ 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)**.
130
135
 
131
136
  <!-- LACSPACE-DEV-PLATFORM -->
132
137
 
@@ -134,14 +139,14 @@ Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-
134
139
 
135
140
  ## The Lacspace Developer Platform
136
141
 
137
- `@lacspace/og` is part of **63 zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
142
+ `@lacspace/og` is part of **80+ zero-dependency, isomorphic TypeScript packages** — one standard library for the modern web. Explore the ecosystem:
138
143
 
139
144
  - 📦 **This package, documented** — https://developer.lacspace.com/packages/og
140
- - 🗂️ **All 63 packages** — https://developer.lacspace.com/packages
145
+ - 🗂️ **All 80+ packages** — https://developer.lacspace.com/packages
141
146
  - 🧭 **Developer handbook** — guides & runnable recipes — https://developer.lacspace.com/handbook
142
147
  - 🧪 **Live playground** — run any package in your browser — https://developer.lacspace.com/playground
143
148
  - 🖥️ **Finished app templates** — https://templates.lacspace.com
144
149
  - 🚀 **Scaffold a full app** — `npm create lacspace-app@latest`
145
150
 
146
- Free under the **[Lacspace Free Licence](https://lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
151
+ Free under the **[Lacspace Free Licence](https://developer.lacspace.com/licenses/lacspace-free-1.0)** — a permissive, free-to-use licence.
147
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/og",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Dynamic Open Graph images — a share-card design system you configure once and call per page. Produces a next/og element tree AND a zero-dependency SVG from the same options, with auto-fitting titles, presets, badges and gradients. Zero-dependency, isomorphic.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",