@arc-e-tect/api-only-publisher 0.5.0 → 0.6.1
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.
- package/README.adoc +3 -2
- package/package.json +1 -1
package/README.adoc
CHANGED
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
:toclevels: 2
|
|
5
5
|
:icons: font
|
|
6
6
|
:source-highlighter: rouge
|
|
7
|
-
// The
|
|
8
|
-
|
|
7
|
+
// The released version of this component: its snippets use it. The release
|
|
8
|
+
// workflow updates it; do not change it by hand.
|
|
9
|
+
:api-only-publisher-version: 0.6.1
|
|
9
10
|
|
|
10
11
|
image:https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-API/actions/workflows/nvd-cache-refresh.yml/badge.svg[Vulnerability Scan,link=https://github.com/Arc-E-Tect/SoftwareEngineeringDoneRight-API/actions/workflows/nvd-cache-refresh.yml]
|
|
11
12
|
image:https://img.shields.io/npm/v/@arc-e-tect/api-only-publisher[npm,link=https://www.npmjs.com/package/@arc-e-tect/api-only-publisher]
|
package/package.json
CHANGED