@etiquekit/etq 1.0.11 → 1.0.12

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,4 +77,4 @@ Then `openssl dgst -sha256 -verify <key> -signature SHA256SUMS.sig SHA256SUMS`
77
77
  and `shasum -a 256 -c SHA256SUMS`. If any step fails: stop, do not install.
78
78
 
79
79
  ## License
80
- Proprietary; distributed as compiled bundles for convenience.
80
+ Apache-2.0 (see LICENSE); distributed as compiled bundles for convenience.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etiquekit/etq",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Governance and evidence CLI for AI-assisted engineering seats.",
6
6
  "private": false,