@sap/csn-interop-renderer 0.3.1 → 0.3.2
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package",
|
|
3
3
|
"name": "@sap/csn-interop-renderer",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.2",
|
|
5
5
|
"description": "Converts documents defined using CSN Interoperability Specification into markdown/HTML human readable documentation pages.",
|
|
6
6
|
"keywords": [],
|
|
7
7
|
"author": "SAP SE",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"render-examples": "node ./scripts/renderExamples.cjs"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@sap/csn-interop-specification": "1.0.
|
|
43
|
+
"@sap/csn-interop-specification": "1.0.5",
|
|
44
44
|
"commander": "13.1.0",
|
|
45
45
|
"json-schema-library": "9.2.1",
|
|
46
46
|
"marked": "15.0.11",
|