w-flowchart 1.0.14 → 1.0.16
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 -3
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 Wed Aug
|
|
159
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 26 2026 16:47:18 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 Wed Aug
|
|
647
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 26 2026 16:47:18 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 Wed Aug
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 26 2026 16:47:18 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,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-flowchart",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"main": "dist/w-flowchart.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@terrastruct/d2": "0.1.33",
|
|
7
7
|
"playwright": "^1.62.1",
|
|
8
8
|
"sharp": "^0.35.3",
|
|
9
|
-
"wsemi": "^1.8.
|
|
9
|
+
"wsemi": "^1.8.80"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"pixelmatch": "^7.2.0",
|
|
13
13
|
"pngjs": "^7.0.0",
|
|
14
|
-
"w-package-tools": "^1.1.
|
|
14
|
+
"w-package-tools": "^1.1.15"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"test": "mocha --parallel --timeout 60000",
|