Skip to content

Commit 5a66a8a

Browse files
committed
version 1.2.2, upgrade dependencies, update CHANGELOG some more
1 parent fa90a28 commit 5a66a8a

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

example-cap-server/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@
1212
"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",
1313
"deploy": "npm run build && cf push",
1414
"cloc": "npx cloc --vcs=git --read-lang-def=../cloc.def .",
15-
"upgrade": "npm up --save && npx shx rm -rf node_modules && npm i"
15+
"reset-library-dependency": "sed -i '' 's/\"@cap-js-community\\/feature-toggle-library\": \".*\"/\"@cap-js-community\\/feature-toggle-library\": \"*\"/' package.json",
16+
"upgrade": "npm up --save && npx shx rm -rf node_modules && npm i && npm run reset-library-dependency"
1617
},
1718
"engines": {
1819
"node": ">=18.0.0"
1920
},
2021
"dependencies": {
2122
"@cap-js-community/feature-toggle-library": "*",
22-
"@sap/cds": "^8.4.1",
23+
"@sap/cds": "^8.4.2",
2324
"@sap/cds-mtxs": "^1.18.3",
2425
"express": "^4.21.1"
2526
},

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cap-js-community/feature-toggle-library",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"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.",
55
"main": "src/index.js",
66
"files": [
@@ -33,7 +33,7 @@
3333
"yaml": "^2.6.0"
3434
},
3535
"devDependencies": {
36-
"@sap/cds": "^8.4.1",
36+
"@sap/cds": "^8.4.2",
3737
"axios": "^1.7.7",
3838
"eslint": "^8.57.1",
3939
"eslint-config-prettier": "^9.1.0",

0 commit comments

Comments
 (0)