@cap-js/cds-types 0.3.0-beta.1 → 0.4.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.
@@ -2661,7 +2661,7 @@ export declare const utils: {
2661
2661
  /**
2662
2662
  * @see https://cap.cloud.sap/docs/node.js/cds-utils#exists-file
2663
2663
  */
2664
- exist(file: string): boolean,
2664
+ exists(file: string): boolean,
2665
2665
 
2666
2666
  /**
2667
2667
  * @see https://cap.cloud.sap/docs/node.js/cds-utils#isdir-file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cap-js/cds-types",
3
- "version": "0.3.0-beta.1",
3
+ "version": "0.4.0",
4
4
  "description": "Type definitions for main packages of CAP, like `@sap/cds`",
5
5
  "repository": "github:cap-js/cds-types",
6
6
  "homepage": "https://cap.cloud.sap/",