@kong/spec-renderer 1.102.0 → 1.102.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/package.json +2 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong/spec-renderer",
|
|
3
|
-
"version": "1.102.
|
|
3
|
+
"version": "1.102.1",
|
|
4
4
|
"description": "Kong's open-source spec renderer",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -189,12 +189,7 @@
|
|
|
189
189
|
"changelogFile": "CHANGELOG.md"
|
|
190
190
|
}
|
|
191
191
|
],
|
|
192
|
-
|
|
193
|
-
"@semantic-release/npm",
|
|
194
|
-
{
|
|
195
|
-
"npmPublish": false
|
|
196
|
-
}
|
|
197
|
-
],
|
|
192
|
+
"@semantic-release/npm",
|
|
198
193
|
[
|
|
199
194
|
"@semantic-release/git",
|
|
200
195
|
{
|