w-mesh-gms 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-mesh-gms v1.0.8
2
+ * w-mesh-gms v1.0.10
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -629,7 +629,7 @@ export default WMeshGms
629
629
  <br class="clear">
630
630
 
631
631
  <footer>
632
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:54:43 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
632
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 17:11:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
633
633
  </footer>
634
634
 
635
635
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -712,7 +712,7 @@
712
712
  <br class="clear">
713
713
 
714
714
  <footer>
715
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:54:43 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
715
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 17:11:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
716
716
  </footer>
717
717
 
718
718
  <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:54:43 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 Fri Aug 07 2026 17:11:05 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,12 @@
1
1
  {
2
2
  "name": "w-mesh-gms",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "main": "dist/w-mesh-gms.umd.js",
5
5
  "dependencies": {
6
- "lodash-es": "^4.17.21",
7
- "wsemi": "^1.8.66"
6
+ "wsemi": "^1.8.68"
8
7
  },
9
8
  "devDependencies": {
10
- "w-package-tools": "^1.1.11"
9
+ "w-package-tools": "^1.1.12"
11
10
  },
12
11
  "scripts": {
13
12
  "test": "mocha --parallel --timeout 60000",
@@ -1,4 +1,5 @@
1
1
  import cleanFolder from 'w-package-tools/src/cleanFolder.mjs'
2
2
 
3
3
 
4
+ cleanFolder('dist')
4
5
  cleanFolder('docs')