w-ipproxy 1.0.5 → 1.0.7

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-ipproxy v1.0.5
2
+ * w-ipproxy v1.0.7
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 Wed Jul 22 2026 18:41:15 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 Fri Aug 07 2026 17:03:18 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
713
713
  </footer>
714
714
 
715
715
  <script>prettyPrint();</script>
@@ -541,7 +541,7 @@ export default WIpProxy
541
541
  <br class="clear">
542
542
 
543
543
  <footer>
544
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:41:15 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
544
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Fri Aug 07 2026 17:03:18 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
545
545
  </footer>
546
546
 
547
547
  <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:41:15 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:03:18 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,16 +1,15 @@
1
1
  {
2
2
  "name": "w-ipproxy",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
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
8
  "cheerio": "^1.2.0",
9
- "lodash-es": "^4.18.1",
10
- "wsemi": "^1.8.66"
9
+ "wsemi": "^1.8.68"
11
10
  },
12
11
  "devDependencies": {
13
- "w-package-tools": "^1.1.11"
12
+ "w-package-tools": "^1.1.12"
14
13
  },
15
14
  "scripts": {
16
15
  "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')