w-ipproxy 1.0.13 → 1.0.14

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 CHANGED
@@ -1,25 +1,25 @@
1
- {
2
- "tags": {
3
- "allowUnknownTags": true
4
- },
5
- "source": {
6
- "include": ["src/", "server/"],
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
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-ipproxy v1.0.13
2
+ * w-ipproxy v1.0.14
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -709,7 +709,7 @@
709
709
  <br class="clear">
710
710
 
711
711
  <footer>
712
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 23:02:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
712
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:26:33 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
713
713
  </footer>
714
714
 
715
715
  <script>prettyPrint();</script>
@@ -575,7 +575,7 @@ export default WIpProxy
575
575
  <br class="clear">
576
576
 
577
577
  <footer>
578
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Tue Aug 18 2026 23:02:28 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
578
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Aug 19 2026 23:26:33 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
579
579
  </footer>
580
580
 
581
581
  <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 Tue Aug 18 2026 23:02:28 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 Wed Aug 19 2026 23:26:33 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,14 +1,14 @@
1
1
  {
2
2
  "name": "w-ipproxy",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "main": "dist/w-ipproxy.umd.js",
5
5
  "dependencies": {
6
6
  "@hapi/hapi": "^21.4.8",
7
7
  "axios": "^1.13.6",
8
- "wsemi": "^1.8.77"
8
+ "wsemi": "^1.8.78"
9
9
  },
10
10
  "devDependencies": {
11
- "w-package-tools": "^1.1.13"
11
+ "w-package-tools": "^1.1.14"
12
12
  },
13
13
  "scripts": {
14
14
  "test": "mocha --parallel --timeout 60000",