Skip to content

Commit

Permalink
version 1.2.2, upgrade dependencies, update CHANGELOG some more
Browse files Browse the repository at this point in the history
  • Loading branch information
rlindner81 committed Nov 14, 2024
1 parent fa90a28 commit 5a66a8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions example-cap-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"build:copy-library": "npx shx rm -rf gen/srv/node_modules/@cap-js-community/feature-toggle-library && npx shx mkdir -p gen/srv/node_modules/@cap-js-community/feature-toggle-library && npx shx cp -R ../package.json ../index.cds ../cds-plugin.js ../src gen/srv/node_modules/@cap-js-community/feature-toggle-library",
"deploy": "npm run build && cf push",
"cloc": "npx cloc --vcs=git --read-lang-def=../cloc.def .",
"upgrade": "npm up --save && npx shx rm -rf node_modules && npm i"
"reset-library-dependency": "sed -i '' 's/\"@cap-js-community\\/feature-toggle-library\": \".*\"/\"@cap-js-community\\/feature-toggle-library\": \"*\"/' package.json",
"upgrade": "npm up --save && npx shx rm -rf node_modules && npm i && npm run reset-library-dependency"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@cap-js-community/feature-toggle-library": "*",
"@sap/cds": "^8.4.1",
"@sap/cds": "^8.4.2",
"@sap/cds-mtxs": "^1.18.3",
"express": "^4.21.1"
},
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cap-js-community/feature-toggle-library",
"version": "1.2.1",
"version": "1.2.2",
"description": "SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.",
"main": "src/index.js",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"yaml": "^2.6.0"
},
"devDependencies": {
"@sap/cds": "^8.4.1",
"@sap/cds": "^8.4.2",
"axios": "^1.7.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
Expand Down

0 comments on commit 5a66a8a

Please sign in to comment.