@impeccable/detect 2.0.3 → 2.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@impeccable/detect",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Deterministic UI anti-pattern detector for design quality analysis",
5
5
  "author": "Paul Bakaus",
6
6
  "license": "BSL-1.1",
@@ -1,6 +1,9 @@
1
1
  /**
2
2
  * Anti-Pattern Browser Detector for Impeccable
3
- * GENERATED do not edit. Source: detect-antipatterns.mjs
3
+ * Copyright (c) 2026 Paul Bakaus
4
+ * SPDX-License-Identifier: BSL-1.1
5
+ *
6
+ * GENERATED -- do not edit. Source: detect-antipatterns.mjs
4
7
  * Rebuild: node scripts/build-browser-detector.js
5
8
  *
6
9
  * Usage: <script src="detect-antipatterns-browser.js"></script>
@@ -11,6 +14,8 @@ if (typeof window === 'undefined') return;
11
14
 
12
15
  /**
13
16
  * Anti-Pattern Detector for Impeccable
17
+ * Copyright (c) 2026 Paul Bakaus
18
+ * SPDX-License-Identifier: BSL-1.1
14
19
  *
15
20
  * Universal file — auto-detects environment (browser vs Node) and adapts.
16
21
  *
@@ -2,6 +2,8 @@
2
2
 
3
3
  /**
4
4
  * Anti-Pattern Detector for Impeccable
5
+ * Copyright (c) 2026 Paul Bakaus
6
+ * SPDX-License-Identifier: BSL-1.1
5
7
  *
6
8
  * Universal file — auto-detects environment (browser vs Node) and adapts.
7
9
  *