feat: PEG-2146 more formats support and ccapi doc update#34
Conversation
* ccapi doc update to include more wider cc apis * ccapi doc update with prettier JSON format and update README with SPEC_FILE cmd
This reverts commit ecef6b8.
|
Looks like the yarn lock file might need updating - try yarn install? |
|
The failing test is flagging the following deps contain vulnerabilities:
|
| "wait-on": "^8.0.1" | ||
| }, | ||
| "dependencies": { | ||
| "@eslint/plugin-kit": "^0.3.4", |
There was a problem hiding this comment.
What's behind us adding this as a dependency? Usually this package is for eslint plugins. It at least should definitely be a devDependency, but I would be very surprised if we should have this dependency at all. It's also locked to a very old version of this plugin (currently they are on major version 11).
| // Debug: log every incoming request | ||
| app.use((req, res, next) => { | ||
| next(); | ||
| }); |
There was a problem hiding this comment.
Whats the intent of this middleware? it seems to do nothing
|
|
Thank you for all your attentions and helps! |



This (first 3 points below) was done sometime ago, but i forgot to do the fork PR at that time.
Updates
specs/ccapi_uat_20241025.jsonvsspecs/cc_api_uat_20241025_update.jsonuatapi doc page (on 25/10)ccapi_uat_update_diff_by1025.html(temp tracked from git)SPEC_FILE=./specs/cc_api_uat_20241025_update.json docker compose up --buildupdate in
compose.ymlto allow SPEC_FILE to pass insome
debug 'prints'inapp.ts, which could be removed laternew from 20250716 👇
BEGIN RSA PRIVATE KEY->BEGIN EXAMPLE RSA PRIVATE KEYto break Sonar pattern mappingPEG-2146 from 20250716 👇