doc-detective-common 1.12.0 → 1.13.0
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/package.json +2 -2
- package/src/schemas/output_schemas/config_v2.schema.json +2 -1
- package/src/schemas/output_schemas/context_v2.schema.json +2 -1
- package/src/schemas/output_schemas/spec_v2.schema.json +4 -2
- package/src/schemas/output_schemas/test_v2.schema.json +2 -1
- package/src/schemas/schemas.json +10 -5
- package/src/schemas/src_schemas/context_v2.schema.json +1 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "doc-detective-common",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"description": "Shared components for Doc Detective projects. ",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"dereferenceSchemas": "node ./src/schemas/dereferenceSchemas.js",
|
|
8
|
-
"
|
|
8
|
+
"test:full": "npm run dereferenceSchemas && npm run test",
|
|
9
9
|
"test": "jest"
|
|
10
10
|
},
|
|
11
11
|
"precommit": "test",
|
package/src/schemas/schemas.json
CHANGED
|
@@ -225,7 +225,8 @@
|
|
|
225
225
|
"enum": [
|
|
226
226
|
"chrome",
|
|
227
227
|
"firefox",
|
|
228
|
-
"safari"
|
|
228
|
+
"safari",
|
|
229
|
+
"edge"
|
|
229
230
|
]
|
|
230
231
|
},
|
|
231
232
|
"path": {
|
|
@@ -1295,7 +1296,8 @@
|
|
|
1295
1296
|
"enum": [
|
|
1296
1297
|
"chrome",
|
|
1297
1298
|
"firefox",
|
|
1298
|
-
"safari"
|
|
1299
|
+
"safari",
|
|
1300
|
+
"edge"
|
|
1299
1301
|
]
|
|
1300
1302
|
},
|
|
1301
1303
|
"path": {
|
|
@@ -2161,7 +2163,8 @@
|
|
|
2161
2163
|
"enum": [
|
|
2162
2164
|
"chrome",
|
|
2163
2165
|
"firefox",
|
|
2164
|
-
"safari"
|
|
2166
|
+
"safari",
|
|
2167
|
+
"edge"
|
|
2165
2168
|
]
|
|
2166
2169
|
},
|
|
2167
2170
|
"path": {
|
|
@@ -2309,7 +2312,8 @@
|
|
|
2309
2312
|
"enum": [
|
|
2310
2313
|
"chrome",
|
|
2311
2314
|
"firefox",
|
|
2312
|
-
"safari"
|
|
2315
|
+
"safari",
|
|
2316
|
+
"edge"
|
|
2313
2317
|
]
|
|
2314
2318
|
},
|
|
2315
2319
|
"path": {
|
|
@@ -3523,7 +3527,8 @@
|
|
|
3523
3527
|
"enum": [
|
|
3524
3528
|
"chrome",
|
|
3525
3529
|
"firefox",
|
|
3526
|
-
"safari"
|
|
3530
|
+
"safari",
|
|
3531
|
+
"edge"
|
|
3527
3532
|
]
|
|
3528
3533
|
},
|
|
3529
3534
|
"path": {
|