w-data-csv 1.0.10 → 1.0.11
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-data-csv.umd.js +1 -1
- package/docs/WDataCsv.mjs.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +3 -3
package/dist/w-data-csv.umd.js
CHANGED
package/docs/WDataCsv.mjs.html
CHANGED
|
@@ -297,7 +297,7 @@ export default WDataCsv
|
|
|
297
297
|
<br class="clear">
|
|
298
298
|
|
|
299
299
|
<footer>
|
|
300
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu
|
|
300
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu May 15 2025 21:01:18 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
301
301
|
</footer>
|
|
302
302
|
|
|
303
303
|
<script>prettyPrint();</script>
|
package/docs/global.html
CHANGED
|
@@ -952,7 +952,7 @@
|
|
|
952
952
|
<br class="clear">
|
|
953
953
|
|
|
954
954
|
<footer>
|
|
955
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu
|
|
955
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu May 15 2025 21:01:18 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
956
956
|
</footer>
|
|
957
957
|
|
|
958
958
|
<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.2</a> on Thu
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Thu May 15 2025 21:01: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,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-data-csv",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"main": "dist/w-data-csv.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"csv-parser": "^3.2.0",
|
|
7
7
|
"lodash-es": "^4.17.21",
|
|
8
8
|
"strip-bom-stream": "^5.0.0",
|
|
9
|
-
"wsemi": "^1.7.
|
|
9
|
+
"wsemi": "^1.7.90"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"w-package-tools": "^1.0.
|
|
12
|
+
"w-package-tools": "^1.0.90"
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"test": "mocha --parallel --timeout 60000",
|