doc-detective-common 3.4.0-dev.2 → 3.4.0-dev.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.
@@ -121,6 +121,11 @@
121
121
  "type": "boolean",
122
122
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
123
123
  },
124
+ "crawl": {
125
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
126
+ "type": "boolean",
127
+ "default": false
128
+ },
124
129
  "processDitaMaps": {
125
130
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
126
131
  "type": "boolean",
@@ -12721,6 +12726,9 @@
12721
12726
  "apiKey": "your-api-key-here"
12722
12727
  }
12723
12728
  }
12729
+ },
12730
+ {
12731
+ "crawl": true
12724
12732
  }
12725
12733
  ]
12726
12734
  }
@@ -134,6 +134,11 @@
134
134
  "type": "boolean",
135
135
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
136
136
  },
137
+ "crawl": {
138
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
139
+ "type": "boolean",
140
+ "default": false
141
+ },
137
142
  "processDitaMaps": {
138
143
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
139
144
  "type": "boolean",
@@ -12734,6 +12739,9 @@
12734
12739
  "apiKey": "your-api-key-here"
12735
12740
  }
12736
12741
  }
12742
+ },
12743
+ {
12744
+ "crawl": true
12737
12745
  }
12738
12746
  ]
12739
12747
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doc-detective-common",
3
- "version": "3.4.0-dev.2",
3
+ "version": "3.4.0-dev.4",
4
4
  "description": "Shared components for Doc Detective projects.",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "ajv-errors": "^3.0.0",
31
31
  "ajv-formats": "^3.0.1",
32
32
  "ajv-keywords": "^5.1.0",
33
- "axios": "^1.12.2",
33
+ "axios": "^1.13.1",
34
34
  "yaml": "^2.8.1"
35
35
  }
36
36
  }
@@ -104,6 +104,11 @@
104
104
  "type": "boolean",
105
105
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
106
106
  },
107
+ "crawl": {
108
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
109
+ "type": "boolean",
110
+ "default": false
111
+ },
107
112
  "processDitaMaps": {
108
113
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
109
114
  "type": "boolean",
@@ -572,6 +577,9 @@
572
577
  "apiKey": "your-api-key-here"
573
578
  }
574
579
  }
580
+ },
581
+ {
582
+ "crawl": true
575
583
  }
576
584
  ],
577
585
  "$id": "/home/runner/work/common/common/src/schemas/src_schemas/config_v3.schema.json"
@@ -121,6 +121,11 @@
121
121
  "type": "boolean",
122
122
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
123
123
  },
124
+ "crawl": {
125
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
126
+ "type": "boolean",
127
+ "default": false
128
+ },
124
129
  "processDitaMaps": {
125
130
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
126
131
  "type": "boolean",
@@ -12721,6 +12726,9 @@
12721
12726
  "apiKey": "your-api-key-here"
12722
12727
  }
12723
12728
  }
12729
+ },
12730
+ {
12731
+ "crawl": true
12724
12732
  }
12725
12733
  ]
12726
12734
  }
@@ -134,6 +134,11 @@
134
134
  "type": "boolean",
135
135
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
136
136
  },
137
+ "crawl": {
138
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
139
+ "type": "boolean",
140
+ "default": false
141
+ },
137
142
  "processDitaMaps": {
138
143
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
139
144
  "type": "boolean",
@@ -12734,6 +12739,9 @@
12734
12739
  "apiKey": "your-api-key-here"
12735
12740
  }
12736
12741
  }
12742
+ },
12743
+ {
12744
+ "crawl": true
12737
12745
  }
12738
12746
  ]
12739
12747
  },
@@ -383,6 +383,11 @@
383
383
  "type": "boolean",
384
384
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
385
385
  },
386
+ "crawl": {
387
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
388
+ "type": "boolean",
389
+ "default": false
390
+ },
386
391
  "processDitaMaps": {
387
392
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
388
393
  "type": "boolean",
@@ -12983,6 +12988,9 @@
12983
12988
  "apiKey": "your-api-key-here"
12984
12989
  }
12985
12990
  }
12991
+ },
12992
+ {
12993
+ "crawl": true
12986
12994
  }
12987
12995
  ]
12988
12996
  },
@@ -15973,6 +15981,11 @@
15973
15981
  "type": "boolean",
15974
15982
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
15975
15983
  },
15984
+ "crawl": {
15985
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
15986
+ "type": "boolean",
15987
+ "default": false
15988
+ },
15976
15989
  "processDitaMaps": {
15977
15990
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
15978
15991
  "type": "boolean",
@@ -28573,6 +28586,9 @@
28573
28586
  "apiKey": "your-api-key-here"
28574
28587
  }
28575
28588
  }
28589
+ },
28590
+ {
28591
+ "crawl": true
28576
28592
  }
28577
28593
  ]
28578
28594
  },
@@ -101,6 +101,11 @@
101
101
  "type": "boolean",
102
102
  "description": "Whether or not to run potentially unsafe steps, such as those that might modify files or system state."
103
103
  },
104
+ "crawl": {
105
+ "description": "If `true`, crawls sitemap.xml files specified by URL to find additional files to test.",
106
+ "type": "boolean",
107
+ "default": false
108
+ },
104
109
  "processDitaMaps": {
105
110
  "description": "If `true`, processes DITA maps and includes generated files as inputs.",
106
111
  "type": "boolean",
@@ -515,6 +520,9 @@
515
520
  "apiKey": "your-api-key-here"
516
521
  }
517
522
  }
523
+ },
524
+ {
525
+ "crawl": true
518
526
  }
519
527
  ]
520
528
  }