w-flowchart 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/w-flowchart.umd.js +1 -1
- package/docs/WFlowchart.mjs.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +3 -4
package/dist/w-flowchart.umd.js
CHANGED
package/docs/WFlowchart.mjs.html
CHANGED
|
@@ -156,7 +156,7 @@ export default WFlowchart
|
|
|
156
156
|
<br class="clear">
|
|
157
157
|
|
|
158
158
|
<footer>
|
|
159
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
159
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 23:27:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
160
160
|
</footer>
|
|
161
161
|
|
|
162
162
|
<script>prettyPrint();</script>
|
package/docs/global.html
CHANGED
|
@@ -644,7 +644,7 @@ fs.writeFileSync('flowchart.svg', svg)
|
|
|
644
644
|
<br class="clear">
|
|
645
645
|
|
|
646
646
|
<footer>
|
|
647
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
647
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 23:27:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
648
648
|
</footer>
|
|
649
649
|
|
|
650
650
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 23:27:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-flowchart",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"main": "dist/w-flowchart.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@terrastruct/d2": "0.1.33",
|
|
7
|
-
"
|
|
8
|
-
"playwright": "^1.61.1",
|
|
7
|
+
"playwright": "^1.62.1",
|
|
9
8
|
"sharp": "^0.35.3",
|
|
10
|
-
"wsemi": "^1.8.
|
|
9
|
+
"wsemi": "^1.8.68"
|
|
11
10
|
},
|
|
12
11
|
"devDependencies": {
|
|
13
12
|
"pixelmatch": "^7.2.0",
|