w-mesh-gms 1.0.16 → 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.
- package/.jsdoc +25 -25
- package/dist/w-mesh-gms.umd.js +1 -1
- package/docs/WMeshGms.mjs.html +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/package.json +3 -3
package/.jsdoc
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
{
|
|
2
|
-
"tags": {
|
|
3
|
-
"allowUnknownTags": true
|
|
4
|
-
},
|
|
5
|
-
"source": {
|
|
6
|
-
"include": ["src/"
|
|
7
|
-
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
-
"excludePattern": "(node_modules/|docs)"
|
|
9
|
-
},
|
|
10
|
-
"plugins": [
|
|
11
|
-
"plugins/markdown",
|
|
12
|
-
"node_modules/jsdoc-vuejs"
|
|
13
|
-
],
|
|
14
|
-
"opts": {
|
|
15
|
-
"template": "node_modules/docdash",
|
|
16
|
-
"encoding": "utf8",
|
|
17
|
-
"destination": "docs/",
|
|
18
|
-
"recurse": true,
|
|
19
|
-
"verbose": true
|
|
20
|
-
},
|
|
21
|
-
"templates": {
|
|
22
|
-
"cleverLinks": false,
|
|
23
|
-
"monospaceLinks": false
|
|
24
|
-
}
|
|
25
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"tags": {
|
|
3
|
+
"allowUnknownTags": true
|
|
4
|
+
},
|
|
5
|
+
"source": {
|
|
6
|
+
"include": ["src/"],
|
|
7
|
+
"includePattern": ".+\\.(js(doc|x)?|mjs|vue)$",
|
|
8
|
+
"excludePattern": "(node_modules/|docs)"
|
|
9
|
+
},
|
|
10
|
+
"plugins": [
|
|
11
|
+
"plugins/markdown",
|
|
12
|
+
"node_modules/jsdoc-vuejs"
|
|
13
|
+
],
|
|
14
|
+
"opts": {
|
|
15
|
+
"template": "node_modules/docdash",
|
|
16
|
+
"encoding": "utf8",
|
|
17
|
+
"destination": "docs/",
|
|
18
|
+
"recurse": true,
|
|
19
|
+
"verbose": true
|
|
20
|
+
},
|
|
21
|
+
"templates": {
|
|
22
|
+
"cleverLinks": false,
|
|
23
|
+
"monospaceLinks": false
|
|
24
|
+
}
|
|
25
|
+
}
|
package/dist/w-mesh-gms.umd.js
CHANGED
package/docs/WMeshGms.mjs.html
CHANGED
|
@@ -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
|
|
632
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 11:01:03 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
|
|
715
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 11:01:03 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
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 21 2026 11:01:03 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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-mesh-gms",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"main": "dist/w-mesh-gms.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"wsemi": "^1.8.
|
|
6
|
+
"wsemi": "^1.8.79"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"w-package-tools": "^1.1.
|
|
9
|
+
"w-package-tools": "^1.1.15"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
12
|
"test": "mocha --parallel --timeout 60000",
|