Skip to content

Commit

Permalink
chore(deps): bundle ApiDOM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed Jan 23, 2023
1 parent 5e9cf3d commit ab719a0
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 25 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
name: Release
on:
workflow_run:
workflows:
- "Node.js CI"
workflow_dispatch:
branches:
- char0n/openapi-3-1-support
types:
- completed
- cha0rn/openapi-3-1-support
jobs:
release:
name: Release
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
77 changes: 59 additions & 18 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@
"traverse": "~0.6.6",
"url": "~0.11.0"
},
"bundleDependencies": [
"@swagger-api/apidom-core",
"@swagger-api/apidom-reference",
"@swagger-api/apidom-ns-openapi-3-1",
"@swagger-api/apidom-json-pointer"
],
"overrides": {
"@swagger-api/apidom-reference": {
"@swagger-api/apidom-ns-asyncapi-2": "npm:[email protected]",
Expand Down

0 comments on commit ab719a0

Please sign in to comment.