@q32/core 0.1.1 → 0.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.
- package/README.md +1 -1
- package/docs/goal-audit.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ pnpm build
|
|
|
39
39
|
|
|
40
40
|
## Release
|
|
41
41
|
|
|
42
|
-
Publishing is handled by the `Release` GitHub Actions workflow when a GitHub release is published.
|
|
42
|
+
Publishing is handled by the `Release` GitHub Actions workflow when a GitHub release is published. npm trusted publishing is configured for `q32llc/q32-core` using `.github/workflows/release.yml`, so the workflow publishes with provenance through GitHub OIDC.
|
|
43
43
|
|
|
44
44
|
## Modules
|
|
45
45
|
|
package/docs/goal-audit.md
CHANGED
|
@@ -19,8 +19,8 @@ Objective: working Q32 core libraries, with the common libraries discussed in th
|
|
|
19
19
|
|
|
20
20
|
| Requirement | Status |
|
|
21
21
|
| --- | --- |
|
|
22
|
-
| npm package published |
|
|
23
|
-
| npm publish step in CD |
|
|
22
|
+
| npm package published | Complete for `@q32/core@0.1.1`; npm reports `0.1.1` as the latest published version. |
|
|
23
|
+
| npm publish step in CD | Trusted publishing is configured for `q32llc/q32-core` and `.github/workflows/release.yml`; verify on the next GitHub release. |
|
|
24
24
|
| Proven replacement in existing apps | Not complete. The library is evaluated as suitable, but no existing app has been migrated to consume it yet. |
|
|
25
25
|
|
|
26
26
|
## Recommended Next Proof Step
|