standdown 0.2.1 → 0.2.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.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
+
<img src="https://img.shields.io/badge/status-alpha-E5484D?labelColor=1C1917" alt="project status: alpha">
|
|
6
7
|
<a href="https://www.npmjs.com/package/standdown"><img src="https://img.shields.io/npm/v/standdown?color=F5A623&label=npm&labelColor=1C1917" alt="npm version"></a>
|
|
7
8
|
<a href="https://github.com/dupe-com/standdown/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/dupe-com/standdown/ci.yml?branch=main&label=CI&labelColor=1C1917" alt="CI status"></a>
|
|
8
9
|
<img src="https://img.shields.io/badge/dependencies-0-2ea043?labelColor=1C1917" alt="zero runtime dependencies">
|
|
@@ -11,6 +12,14 @@
|
|
|
11
12
|
<a href="https://affiliatecoc.org"><img src="https://img.shields.io/badge/aligned-Affiliate%20CoC-F5A623?labelColor=1C1917" alt="aligned with the Affiliate Code of Conduct"></a>
|
|
12
13
|
</p>
|
|
13
14
|
|
|
15
|
+
> [!WARNING]
|
|
16
|
+
> **Alpha — expect bugs and breaking changes.** standdown is pre-1.0 and under
|
|
17
|
+
> active development: the API may shift between minor versions and edge cases are
|
|
18
|
+
> still being found. Because it makes revenue-affecting decisions, pin your
|
|
19
|
+
> version, verify it against your own integration with the
|
|
20
|
+
> [conformance grader](./audit), and please
|
|
21
|
+
> [report anything that misbehaves](https://github.com/dupe-com/standdown/issues).
|
|
22
|
+
|
|
14
23
|
> **Your extension shouldn't steal the sale.** `standdown` detects existing
|
|
15
24
|
> affiliate attribution, suppresses competing activation, and proves the
|
|
16
25
|
> decision was made locally — never on a server.
|