semantic-release-openapi 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # semantic-release-openapi
2
2
 
3
- [![npm](https://img.shields.io/npm/v/@aensley/semantic-release-openapi)][npm]
4
- [![npm types](https://badgen.net/npm/types/@aensley/semantic-release-openapi?icon=typescript)][npm]
3
+ [![npm](https://img.shields.io/npm/v/semantic-release-openapi)][npm]
4
+ [![npm types](https://badgen.net/npm/types/semantic-release-openapi?icon=typescript)][npm]
5
5
  [![license](https://img.shields.io/github/license/aensley/semantic-release-openapi.svg)](https://github.com/aensley/semantic-release-openapi/blob/main/LICENSE)
6
6
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat)](https://standardjs.com)
7
7
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://prettier.io)
@@ -9,7 +9,7 @@
9
9
  [![ci](https://github.com/aensley/semantic-release-openapi/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aensley/semantic-release-openapi/actions/workflows/ci.yml)
10
10
  [![Maintainability](https://api.codeclimate.com/v1/badges/ac7dbc9a2d5e0bf8bd7d/maintainability)](https://codeclimate.com/github/aensley/semantic-release-openapi/maintainability)
11
11
  [![Test Coverage](https://api.codeclimate.com/v1/badges/ac7dbc9a2d5e0bf8bd7d/test_coverage)](https://codeclimate.com/github/aensley/semantic-release-openapi/test_coverage)
12
- [![npm downloads](https://img.shields.io/npm/dw/@aensley/semantic-release-openapi)][npm]
12
+ [![npm downloads](https://img.shields.io/npm/dw/semantic-release-openapi)][npm]
13
13
 
14
14
  A Semantic Release plugin to update versions in OpenAPI / Swagger specification files.
15
15
 
@@ -18,7 +18,7 @@ A Semantic Release plugin to update versions in OpenAPI / Swagger specification
18
18
  This module is distributed via npm and should be installed as one of your project's `devDependencies`:
19
19
 
20
20
  ```bash
21
- npm install --save-dev @aensley/semantic-release-openapi
21
+ npm install --save-dev semantic-release-openapi
22
22
  ```
23
23
 
24
24
  ## Usage
@@ -42,7 +42,7 @@ This plugin has one configuration option which must be supplied.
42
42
  "release": {
43
43
  "plugins": [
44
44
  [
45
- "@aensley/semantic-release-openapi",
45
+ "semantic-release-openapi",
46
46
  {
47
47
  "apiSpecFiles": ["openapi.yaml", "src/swagger-*.json"]
48
48
  }
@@ -58,4 +58,4 @@ This plugin has one configuration option which must be supplied.
58
58
  }
59
59
  ```
60
60
 
61
- [npm]: https://www.npmjs.com/package/@aensley/semantic-release-openapi
61
+ [npm]: https://www.npmjs.com/package/semantic-release-openapi
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semantic-release-openapi",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "A Semantic Release plugin to update versions in OpenAPI / Swagger specification files",
5
5
  "repository": {
6
6
  "type": "git",