@pactosigna/schemas 0.1.3 → 0.1.5
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.
|
@@ -10,7 +10,7 @@ var FOLDER_RULES = {
|
|
|
10
10
|
// Software requirements (moved under software discipline)
|
|
11
11
|
"docs/software/requirements": { prefixes: ["SRS-"], type: "requirement", category: "software" },
|
|
12
12
|
// Design (IEC 62304 — under software discipline)
|
|
13
|
-
"docs/software/architecture": { prefixes: ["HLD-", "SAD-"
|
|
13
|
+
"docs/software/architecture": { prefixes: ["HLD-", "SAD-"], type: "architecture" },
|
|
14
14
|
"docs/software/design": { prefixes: ["SDD-", "DDD-"], type: "detailed_design" },
|
|
15
15
|
// Test (protocols + reports)
|
|
16
16
|
"docs/test/protocols": { prefixes: ["TP-"], type: "test_protocol" },
|
package/dist/cli.js
CHANGED
|
@@ -1231,7 +1231,7 @@ var FOLDER_RULES = {
|
|
|
1231
1231
|
// Software requirements (moved under software discipline)
|
|
1232
1232
|
"docs/software/requirements": { prefixes: ["SRS-"], type: "requirement", category: "software" },
|
|
1233
1233
|
// Design (IEC 62304 — under software discipline)
|
|
1234
|
-
"docs/software/architecture": { prefixes: ["HLD-", "SAD-"
|
|
1234
|
+
"docs/software/architecture": { prefixes: ["HLD-", "SAD-"], type: "architecture" },
|
|
1235
1235
|
"docs/software/design": { prefixes: ["SDD-", "DDD-"], type: "detailed_design" },
|
|
1236
1236
|
// Test (protocols + reports)
|
|
1237
1237
|
"docs/test/protocols": { prefixes: ["TP-"], type: "test_protocol" },
|
package/dist/index.js
CHANGED