Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
feat(converter): use sampler to generate mock params (#5)
Browse files Browse the repository at this point in the history
closes #4
  • Loading branch information
sixaphone authored and derevnjuk committed Nov 6, 2019
1 parent d414c53 commit 8738789
Show file tree
Hide file tree
Showing 7 changed files with 495 additions and 487 deletions.
30 changes: 1 addition & 29 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,33 +31,5 @@ jobs:
- run: npm ci
- run: npm run semantic-release
env:
NPM_TOKEN: ${{secrets.npm_token}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

publish-npm:
needs: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

publish-gpr:
needs: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: '@NeuraLegion'
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
__test__/
node_modules/
commitlint.config.js
.eslintrc
release.config.js
.github
.idea
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ npm i --save @neuralegion/oas2har

## Usage



Using as a ES module:
```js
import { oasToHarList } from '@neuralegion/oas2har';
Expand Down
Loading

0 comments on commit 8738789

Please sign in to comment.