adiwg-mdjson_schemas 2.8.0.pre.rc8 → 2.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/adiwg-json_schemas.gemspec +1 -1
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/package-lock.json +524 -71
- data/package.json +2 -2
- data/schema/dataQualityReport.json +4 -1
- data/schema/schema.json +1 -1
- data/schema/standaloneQualityReport.json +0 -1
- data/yarn.lock +438 -70
- metadata +6 -6
data/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "mdjson-schemas",
|
3
|
-
"version": "2.8.
|
3
|
+
"version": "2.8.1",
|
4
4
|
"description": "JSON schemas, examples, and templates for ADIwg metadata standards",
|
5
5
|
"main": "index.js",
|
6
6
|
"directories": {
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"buildify": "github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7",
|
44
44
|
"glob": "^7.1.2",
|
45
45
|
"mkdirp": "^0.5.1",
|
46
|
-
"mocha": "^
|
46
|
+
"mocha": "^10.2.0",
|
47
47
|
"rimraf": "^2.6.1"
|
48
48
|
}
|
49
49
|
}
|
data/schema/schema.json
CHANGED