w-flowchart 1.0.8 → 1.0.10

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-flowchart v1.0.8
2
+ * w-flowchart v1.0.10
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -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 Fri Aug 07 2026 23:27:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
159
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 12:08:29 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 Fri Aug 07 2026 23:27:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
647
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 12:08:29 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 Fri Aug 07 2026 23:27:17 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
74
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 12:08:29 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,12 +1,12 @@
1
1
  {
2
2
  "name": "w-flowchart",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
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.68"
9
+ "wsemi": "^1.8.73"
10
10
  },
11
11
  "devDependencies": {
12
12
  "pixelmatch": "^7.2.0",