Skip to content

Commit 2dc5659

Browse files
update reference.json (#184)
Co-authored-by: ryepup <[email protected]>
1 parent 818148f commit 2dc5659

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

reference-lib/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nginxinc/reference-lib",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "",
55
"main": "dist/index.js",
66
"type": "module",

reference-lib/src/reference.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@
327327
"limit_except"
328328
],
329329
"syntax_md": [
330-
"*`signed`* | *`encrypted`* | *`nested`*"
330+
"`signed` | `encrypted` | `nested`"
331331
],
332332
"syntax_html": [
333-
"<p><em><code>signed</code></em> | <em><code>encrypted</code></em> | <em><code>nested</code></em></p>\n"
333+
"<p><code>signed</code> | <code>encrypted</code> | <code>nested</code></p>\n"
334334
],
335335
"isBlock": false,
336336
"description_md": "Specifies which type of JSON Web Token to expect:\nJWS (`signed`),\nJWE (`encrypted`),\nor signed and then encrypted\nNested JWT (`nested`) (1.21.0).",
@@ -15283,5 +15283,5 @@
1528315283
]
1528415284
}
1528515285
],
15286-
"version": "https://hg.nginx.org:80/nginx.org/rev/147a55b6a8eb"
15286+
"version": "https://hg.nginx.org:80/nginx.org/rev/dd237dbf1927"
1528715287
}

0 commit comments

Comments
 (0)