Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web #59

Merged
merged 2 commits into from
May 21, 2024
Merged

Web #59

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.