@iqb/validate-md-profile 0.5.0 → 0.5.1
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Best choice is to take one of the GitHub repositories of IQB as template (naming
|
|
|
11
11
|
"validate": "validate-md-profile"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@iqb/validate-md-profile": "^0.
|
|
14
|
+
"@iqb/validate-md-profile": "^0.5.1"
|
|
15
15
|
}
|
|
16
16
|
```
|
|
17
17
|
Sure the version of the package will change...
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iqb/validate-md-profile",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"author": "IQB - Institut zur Qualitätsentwicklung im Bildungswesen",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Tooling to validate and generate documentation of metadata profile stores",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"homepage": "https://github.com/iqb-vocabs/validate-md-profile#readme",
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"ajv": "^8.12.0",
|
|
17
|
-
"@iqb/metadata": "1.2.
|
|
17
|
+
"@iqb/metadata": "1.2.1"
|
|
18
18
|
},
|
|
19
19
|
"bin": {
|
|
20
20
|
"validate-md-profile": "./validate-md-profile.js"
|