From 4a8d8a0ec3f0a83cfb2ef66ca5d5ee7b2bb098a8 Mon Sep 17 00:00:00 2001 From: D070615 Date: Fri, 28 Jul 2023 11:18:25 +0200 Subject: [PATCH 1/2] clean up: removed mocked registry --- README.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/README.md b/README.md index 1abd2f0f..f9056c3c 100644 --- a/README.md +++ b/README.md @@ -54,24 +54,6 @@ npx jest ``` > While mocha is a bit smaller and faster, jest runs tests in parallel and isolation, which allows to run all tests. - -### Serve `npm` - -We've included a simple npm registry mock, which allows you to do an `npm install @capire/` locally. Use it as follows: - -1. Start the @capire registry: -```sh -npm run registry -``` -> While running this will have `@capire:registry=http://localhost:4444` set with npmrc. - -2. Install one of the @capire packages wherever you like, for example: - -```sh -npm add @capire/common @capire/bookshop -``` - - ## Code Tours Take one of the [guided tours](.tours) in VS Code through our CAP samples and learn which CAP features are showcased by the different parts of the repository. Just install the [CodeTour extension](https://marketplace.visualstudio.com/items?itemName=vsls-contrib.codetour) for VS Code. We'll add more code tours in the future. Stay tuned! From d67af1432bccceb0473fd9f7e3a02dbaba12365f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:18:36 +0200 Subject: [PATCH 2/2] Bump @sap/cds from 7.0.3 to 7.1.0 (#558) Bumps [@sap/cds](https://cap.cloud.sap/) from 7.0.3 to 7.1.0. --- updated-dependencies: - dependency-name: "@sap/cds" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 934d2a46..27c9a4ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -592,12 +592,12 @@ } }, "node_modules/@sap/cds": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/@sap/cds/-/cds-7.0.3.tgz", - "integrity": "sha512-tZV6ZHRm9GYycPTInqHx8DmEhIQ1d6K6aeljqE3K9jZa5rUQP3ftP5SpoIaCkr5ICtw0Jcz8wb/eeTy+rCaTkA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@sap/cds/-/cds-7.1.0.tgz", + "integrity": "sha512-F+C8veA7Hi+799CvCGo2hwwwnnZ+4fXetOPTYHrBAFGFMmWtWPYvbaaiy/GaF1wn9mB9btFr/asrdF805t6Umg==", "dependencies": { - "@sap/cds-compiler": ">=3.9", - "@sap/cds-fiori": "*", + "@sap/cds-compiler": "^4", + "@sap/cds-fiori": "^1", "@sap/cds-foss": "^4" }, "bin": {