Skip to content

Commit

Permalink
12.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Aug 24, 2024
1 parent 0e47c3c commit 8704b63
Show file tree
Hide file tree
Showing 16 changed files with 1,985 additions and 1,995 deletions.
2 changes: 1 addition & 1 deletion dist/version.mjs

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

386 changes: 187 additions & 199 deletions docs/dependency-cruiser-archi-graph.html

Large diffs are not rendered by default.

386 changes: 187 additions & 199 deletions docs/dependency-cruiser-archi-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
804 changes: 405 additions & 399 deletions docs/dependency-cruiser-graph-flat-dot.html

Large diffs are not rendered by default.

804 changes: 405 additions & 399 deletions docs/dependency-cruiser-graph-flat-dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
789 changes: 395 additions & 394 deletions docs/dependency-cruiser-graph.html

Large diffs are not rendered by default.

789 changes: 395 additions & 394 deletions docs/dependency-cruiser-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<meta name="google-site-verification" content="K0j5zueKp7lYKMR7WihmcTJbLpHxBOpaXZEI_s0nHTw" />
<link rel="canonical" href="https://state-machine-cat.js.org">
<script nonce="known-inline-script">let LOG = false;</script>
<script src="smcat-online-interpreter.min.js" type="module" defer integrity="sha512-RtP5GjYpylVeAWEEF91DqZE5jEP5cpfut80JzfUPRl1+jSf+tHDDV+pueg5n4Mn/tBOQkp9sj+kabW0Ls/A7dw=="></script>
<script src="smcat-online-interpreter.min.js" type="module" defer integrity="sha512-4XQD3hMF1MZpdZ88YA+yG0hxmDRU0SPGClNO5socLngF3ZKJeFN/jeyQP2mmrBhUQw9xT2zBX6QTpq/v9Gvjrg=="></script>
<script defer src="https://code.getmdl.io/1.3.0/material.min.js" async></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DCPVBY7NNV"></script>
<script nonce="known-inline-script">
Expand Down
2 changes: 1 addition & 1 deletion docs/inpage.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
src="state-machine-cat-inpage.min.js"
type="module"
defer
integrity="sha512-QwwroBGkhRzYVRhagTBUiZydCqkIoQTZMQeSbHvXmWj5b0w5ADKCqOLCXoRRlL9LLACum3CGikcKD8qaQXNfZw=="
integrity="sha512-9ea6t/CbpEUsHfsL/SPVb+eqnLlbU+1Cq5ECbnBXapP3MJB4LW5bwAR1Ux/DlADx325Z/z6AZNlaABccbWvj2Q=="
></script>
<style>
body { font-family: sans-serif; margin: 0 auto; max-width: 799px;
Expand Down
2 changes: 1 addition & 1 deletion docs/smcat-online-interpreter.min.js

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

2 changes: 1 addition & 1 deletion docs/smcat-online-interpreter.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/state-machine-cat-inpage.min.js

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

2 changes: 1 addition & 1 deletion docs/state-machine-cat-inpage.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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,6 +1,6 @@
{
"name": "state-machine-cat",
"version": "12.0.13",
"version": "12.0.14",
"description": "write beautiful state charts",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion src/version.mts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// generated by tools/get-version.mts - edits will be overwritten
export const version = "12.0.13";
export const version = "12.0.14";

0 comments on commit 8704b63

Please sign in to comment.