@team-supercharge/oasg 16.4.1-temp-oasg-template-387f8911 → 16.4.1-temp-oasg-template-1b83a98e
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.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -119,7 +119,7 @@ when your project is hosted on a self-managed GitLab instance use the following
|
|
119
119
|
|
120
120
|
```yaml
|
121
121
|
include:
|
122
|
-
- https://gitlab.com/team-supercharge/oasg/raw/<version-tag>/gitlab-ci-templates.yml
|
122
|
+
- remote: https://gitlab.com/team-supercharge/oasg/raw/<version-tag>/gitlab-ci-templates.yml
|
123
123
|
```
|
124
124
|
|
125
125
|
---
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@team-supercharge/oasg",
|
3
|
-
"version": "16.4.1-temp-oasg-template-
|
3
|
+
"version": "16.4.1-temp-oasg-template-1b83a98e",
|
4
4
|
"description": "Node-based tool to lint OpenAPI documents and generate clients, servers and documentation from them",
|
5
5
|
"author": "Supercharge",
|
6
6
|
"license": "MIT",
|