w-data-mseed 1.0.15 → 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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-data-mseed v1.0.15
2
+ * w-data-mseed v1.0.16
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -458,7 +458,7 @@ export default WDataMseed
458
458
  <br class="clear">
459
459
 
460
460
  <footer>
461
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:51:13 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
461
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:05:32 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
462
462
  </footer>
463
463
 
464
464
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -434,7 +434,7 @@
434
434
  <br class="clear">
435
435
 
436
436
  <footer>
437
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:51:13 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
437
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Thu Jul 23 2026 18:05:32 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
438
438
  </footer>
439
439
 
440
440
  <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:51:13 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:05:32 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-mseed",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "main": "dist/w-data-mseed.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",