Skip to content

Commit 400452c

Browse files
committed
chore: release hardening, tests, watch mode, and npm publish config
1 parent 1f1656b commit 400452c

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.2.1
4+
- Publish package as unscoped `openapi-mock-darksol` for broad installability
5+
36
## 0.2.0
47
- Rename package to `@darksol/openapi-mock` with `openapi-mock` CLI binary
58
- Add `--watch` hot-reload mode for local spec/config changes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# @darksol/openapi-mock
1+
# openapi-mock-darksol
22

33
Generate a local mock API server from an OpenAPI 3 spec.
44

55
## Install
66

77
```bash
8-
npm i -D @darksol/openapi-mock
8+
npm i -D openapi-mock-darksol
99
```
1010

1111
Or run directly:
1212

1313
```bash
14-
npx @darksol/openapi-mock mock:start --spec ./openapi.yaml
14+
npx openapi-mock-darksol mock:start --spec ./openapi.yaml
1515
```
1616

1717
## Quickstart

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@darksol/openapi-mock",
3-
"version": "0.2.0",
2+
"name": "openapi-mock-darksol",
3+
"version": "0.2.1",
44
"description": "Generate and serve mock APIs directly from OpenAPI specs",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)