cap-mock-generator 1.0.5 → 1.0.7
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 +7 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -139,3 +139,10 @@ entity Assets {
|
|
|
139
139
|
name : String(100);
|
|
140
140
|
}
|
|
141
141
|
```
|
|
142
|
+
|
|
143
|
+
## ⚖️ Legal Disclaimer & Trademark Notice
|
|
144
|
+
|
|
145
|
+
This project is an independent open-source tool and is **not** officially affiliated with, endorsed by, or sponsored by SAP SE.
|
|
146
|
+
|
|
147
|
+
* **SAP, SAP BTP, and SAP CAP** are trademarks or registered trademarks of SAP SE in Germany and other countries.
|
|
148
|
+
* The `@sap/cds-compiler` package used as a dependency in this tool is the exclusive property and copyright of **SAP SE**. It is utilized in accordance with its public availability on the default registry.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cap-mock-generator",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.0.7",
|
|
4
|
+
"description": "An interactive mock data generation engine for SAP CAP applications, leveraging the official @sap/cds-compiler by SAP for schema parsing.",
|
|
5
5
|
"main": "dist/cli.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"cap-mock-generator": "./dist/cli.js"
|