Skip to content

Commit cce5772

Browse files
committed
bump dependency
1 parent eb435ee commit cce5772

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

docs/assets/after.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,7 @@ paths:
4343
required: true
4444
explode: true
4545
schema:
46-
type: array
47-
items:
48-
type: string
49-
maxLength: 16
46+
type: string
5047
responses:
5148
'200':
5249
description: successful operation

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/4.1.0/js-yaml.min.js"></script>
1616
<!-- <script src="../dist/api-diff-viewer.umd.js"></script> -->
1717
<!-- <link rel="stylesheet" href="../dist/style.css"> -->
18-
<script src="https://cdn.jsdelivr.net/npm/api-diff-viewer"></script>
18+
<script src="https://cdn.jsdelivr.net/npm/api-diff-viewer@0.6.12"></script>
1919
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/api-diff-viewer/dist/style.css">
2020
<!-- Don't use this in production: -->
2121
<script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api-diff-viewer",
3-
"version": "0.6.11",
3+
"version": "0.6.12",
44
"description": "React component to view the difference between two Json based API documents",
55
"author": "Damir Yusipov",
66
"license": "MIT",
@@ -42,7 +42,7 @@
4242
"api"
4343
],
4444
"dependencies": {
45-
"api-smart-diff": "0.5.5",
45+
"api-smart-diff": "0.6.7",
4646
"diff": "^5.0.0"
4747
},
4848
"peerDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3340,10 +3340,10 @@ anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
33403340
normalize-path "^3.0.0"
33413341
picomatch "^2.0.4"
33423342

3343-
api-smart-diff@0.5.5:
3344-
version "0.5.5"
3345-
resolved "https://registry.yarnpkg.com/api-smart-diff/-/api-smart-diff-0.5.5.tgz#d96d645ac562a3ba15ae62164818ec5e27fdad91"
3346-
integrity sha512-mpCwrcXf1cD52lkOjlY3s/z8a8Qmsn7nf+J6FyfHZe64RbCLEK1BpR5d5InfKnG9zW2S7zVC4ckQzKLD2OWTcA==
3343+
api-smart-diff@0.6.7:
3344+
version "0.6.7"
3345+
resolved "https://registry.yarnpkg.com/api-smart-diff/-/api-smart-diff-0.6.7.tgz#813d969909076efbf94237e26e8cf1e2507f609e"
3346+
integrity sha512-9QUXiobc+k2qPmmdsx92n6rFjkCHexvvi7/ADn3j88SQLYjpZ2JeW4ToWe5MbNK1oGKJzRd7x7UUHlDiA6RuAA==
33473347

33483348
app-root-dir@^1.0.2:
33493349
version "1.0.2"

0 commit comments

Comments
 (0)