w-data-csv 1.0.17 → 1.0.18

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-data-csv v1.0.17
2
+ * w-data-csv v1.0.18
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -345,7 +345,7 @@ export default WDataCsv
345
345
  <br class="clear">
346
346
 
347
347
  <footer>
348
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:48:54 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
348
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:03:49 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
349
349
  </footer>
350
350
 
351
351
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -992,7 +992,7 @@
992
992
  <br class="clear">
993
993
 
994
994
  <footer>
995
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:48:54 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
995
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:03:49 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
996
996
  </footer>
997
997
 
998
998
  <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 Jul 22 2026 18:48:54 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 Thu Jul 23 2026 18:03:49 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,15 +1,15 @@
1
1
  {
2
2
  "name": "w-data-csv",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "main": "dist/w-data-csv.umd.js",
5
5
  "dependencies": {
6
6
  "csv-parser": "^3.2.1",
7
7
  "lodash-es": "^4.18.1",
8
8
  "strip-bom-stream": "^5.0.0",
9
- "wsemi": "^1.8.66"
9
+ "wsemi": "^1.8.67"
10
10
  },
11
11
  "devDependencies": {
12
- "w-package-tools": "^1.1.11"
12
+ "w-package-tools": "^1.1.12"
13
13
  },
14
14
  "scripts": {
15
15
  "test": "mocha --parallel --timeout 60000",