Skip to content

Commit

Permalink
Merge pull request #59 from hildjj/web
Browse files Browse the repository at this point in the history
Web
  • Loading branch information
hildjj authored May 21, 2024
2 parents a03e7b1 + cf2f7c2 commit b4d3ec7
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 43 deletions.
18 changes: 9 additions & 9 deletions docs/index.0a8a0b6a.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.aa6dc9fa.css

Large diffs are not rendered by default.

Binary file modified examples/data.pdf
Binary file not shown.
Binary file modified examples/diag.pdf
Binary file not shown.
Binary file modified examples/test.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion package.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quence",
"description": "Create sequence diagrams",
"version": "2.0.2",
"version": "3.0.0",
"type": "module",
"main": "./lib/index.js",
"bin": {
Expand Down
12 changes: 6 additions & 6 deletions test/snapshots/examples.ava.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Generated by [AVA](https://avajs.dev).
</defs>␊
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">␊
<dc:date>2017-06-27T06:26:23.547Z</dc:date>␊
<!--Produced by quence v2.0.2: https://github.com/hildjj/quence-->␊
<!--Produced by quence v3.0.0: https://github.com/hildjj/quence-->␊
</metadata>␊
<rect x="0" y="0" width="375" height="280" fill="white"/>␊
<text class="home end" x="365" y="270">␊
Expand Down Expand Up @@ -176,7 +176,7 @@ Generated by [AVA](https://avajs.dev).
</defs>␊
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">␊
<dc:date>2017-06-27T06:26:23.547Z</dc:date>␊
<!--Produced by quence v2.0.2: https://github.com/hildjj/quence-->␊
<!--Produced by quence v3.0.0: https://github.com/hildjj/quence-->␊
</metadata>␊
<rect x="0" y="0" width="375" height="260" fill="white"/>␊
<text class="home end" x="365" y="250">␊
Expand Down Expand Up @@ -269,7 +269,7 @@ Generated by [AVA](https://avajs.dev).
</defs>␊
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">␊
<dc:date>2017-06-27T06:26:23.547Z</dc:date>␊
<!--Produced by quence v2.0.2: https://github.com/hildjj/quence-->␊
<!--Produced by quence v3.0.0: https://github.com/hildjj/quence-->␊
</metadata>␊
<rect x="0" y="0" width="525" height="520" fill="white"/>␊
<text class="home end" x="515" y="510">␊
Expand Down Expand Up @@ -446,7 +446,7 @@ Generated by [AVA](https://avajs.dev).
</defs>␊
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">␊
<dc:date>2017-06-27T06:26:23.547Z</dc:date>␊
<!--Produced by quence v2.0.2: https://github.com/hildjj/quence-->␊
<!--Produced by quence v3.0.0: https://github.com/hildjj/quence-->␊
</metadata>␊
<title>that is that</title>␊
<rect x="0" y="0" width="825" height="1960" fill="white"/>␊
Expand Down Expand Up @@ -957,7 +957,7 @@ Generated by [AVA](https://avajs.dev).
</defs>␊
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">␊
<dc:date>2017-06-27T06:26:23.547Z</dc:date>␊
<!--Produced by quence v2.0.2: https://github.com/hildjj/quence-->␊
<!--Produced by quence v3.0.0: https://github.com/hildjj/quence-->␊
</metadata>␊
<title>💩💩</title>␊
<rect x="0" y="0" width="375" height="280" fill="white"/>␊
Expand Down Expand Up @@ -1062,7 +1062,7 @@ Generated by [AVA](https://avajs.dev).
</defs>␊
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">␊
<dc:date>2017-06-27T06:26:23.547Z</dc:date>␊
<!--Produced by quence v2.0.2: https://github.com/hildjj/quence-->␊
<!--Produced by quence v3.0.0: https://github.com/hildjj/quence-->␊
</metadata>␊
<rect x="0" y="0" width="375" height="900" fill="white"/>␊
<text class="home end" x="365" y="890">␊
Expand Down
Binary file modified test/snapshots/examples.ava.js.snap
Binary file not shown.
2 changes: 1 addition & 1 deletion types/package.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const name: "quence";
export const homepage: "https://github.com/hildjj/quence";
export const version: "2.0.2";
export const version: "3.0.0";
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"querystring-es3": "0.2.1",
"stream-browserify": "3.0.0",
"string_decoder": "1.3.0",
"svgo": "3.2.0",
"svgo": "3.3.2",
"url": "0.11.3",
"util": "0.12.5"
},
Expand Down
34 changes: 11 additions & 23 deletions web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4d3ec7

Please sign in to comment.