Skip to content

Commit

Permalink
feat(csi-101): add iso20022 flavour of api (#174)
Browse files Browse the repository at this point in the history
* feat(csi-101): add iso20022 flavour of api

* chore: deps

* chore: deps

* chore: deps

* chore: export

* chore: formatting

* chore: formatting

* chore: minor regex change

* chore: minor regex fix

* chore: add in copilot examples for now

* chore: deps

* chore: title and version
  • Loading branch information
kleyow authored Sep 9, 2024
1 parent d32b597 commit 11dfa6e
Show file tree
Hide file tree
Showing 225 changed files with 151,213 additions and 27,158 deletions.
4 changes: 3 additions & 1 deletion .ncurc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = {
'@redocly/cli',
'@redocly/openapi-core',
// Updating eslint breaks the build
'eslint'
'eslint',
// Breaks peer dependencies with v7+
'eslint-plugin-promise',
]
}
3 changes: 2 additions & 1 deletion audit-ci.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
"moderate": true,
"allowlist": [
"GHSA-wf5p-g6vw-rhxx" // https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
"GHSA-wf5p-g6vw-rhxx", // https://github.com/advisories/GHSA-wf5p-g6vw-rhxx
"GHSA-3h5v-q93c-6h6q" // https://github.com/advisories/GHSA-3h5v-q93c-6h6q
]
}
Loading

0 comments on commit 11dfa6e

Please sign in to comment.