@metasession.co/devaudit-cli 0.1.60 → 0.1.61
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/scripts/upload-evidence.sh +12 -0
- package/sdlc/files/ci/ci.yml.template +1 -0
- package/sdlc/files/ci/compliance-evidence.yml.template +10 -6
- package/sdlc/files/ci/feature-e2e.yml.template +88 -0
- package/sdlc/files/ci/post-deploy-prod.yml.template +2 -2
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ function emitJsonResult(payload) {
|
|
|
56
56
|
|
|
57
57
|
// package.json
|
|
58
58
|
var package_default = {
|
|
59
|
-
version: "0.1.
|
|
59
|
+
version: "0.1.61"};
|
|
60
60
|
|
|
61
61
|
// src/lib/version.ts
|
|
62
62
|
var CLI_VERSION = package_default.version;
|
|
@@ -2039,6 +2039,7 @@ var CI_TEMPLATES = [
|
|
|
2039
2039
|
"check-release-approval.yml.template",
|
|
2040
2040
|
"post-deploy-prod.yml.template",
|
|
2041
2041
|
"compliance-evidence.yml.template",
|
|
2042
|
+
"feature-e2e.yml.template",
|
|
2042
2043
|
"close-out-release.yml.template",
|
|
2043
2044
|
// DevAudit-Installer#98 WS3: quarterly cron → auto-PR with the
|
|
2044
2045
|
// periodic-review.md regenerated from local stats.
|