w-data-collector 1.0.23 → 1.0.24

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-collector v1.0.23
2
+ * w-data-collector v1.0.24
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -186,7 +186,7 @@ export default genIndex
186
186
  <br class="clear">
187
187
 
188
188
  <footer>
189
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:47:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
189
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:02:50 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
190
190
  </footer>
191
191
 
192
192
  <script>prettyPrint();</script>
@@ -152,7 +152,7 @@ export default genTestdata
152
152
  <br class="clear">
153
153
 
154
154
  <footer>
155
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:47:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
155
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:02:50 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
156
156
  </footer>
157
157
 
158
158
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -892,7 +892,7 @@
892
892
  <br class="clear">
893
893
 
894
894
  <footer>
895
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:47:56 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
895
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:02:50 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
896
896
  </footer>
897
897
 
898
898
  <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:47:56 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:02:50 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,13 @@
1
1
  {
2
2
  "name": "w-data-collector",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "main": "dist/w-data-collector.umd.js",
5
5
  "dependencies": {
6
- "lodash-es": "^4.17.21",
7
- "wsemi": "^1.8.66"
6
+ "lodash-es": "^4.18.1",
7
+ "wsemi": "^1.8.67"
8
8
  },
9
9
  "devDependencies": {
10
- "w-package-tools": "^1.1.11"
10
+ "w-package-tools": "^1.1.12"
11
11
  },
12
12
  "scripts": {
13
13
  "test": "mocha --parallel --timeout 60000",