w-data-collector 1.0.21 → 1.0.22

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.
@@ -9,7 +9,7 @@ jobs:
9
9
 
10
10
  strategy:
11
11
  matrix:
12
- node-version: [18.x]
12
+ node-version: [20.x]
13
13
 
14
14
  steps:
15
15
  - uses: actions/checkout@v2
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-data-collector v1.0.21
2
+ * w-data-collector v1.0.22
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -47,9 +47,9 @@
47
47
  <article>
48
48
  <pre class="prettyprint source linenums"><code>import path from 'path'
49
49
  import fs from 'fs'
50
- import get from 'lodash-es/get'
51
- import map from 'lodash-es/map'
52
- import join from 'lodash-es/join'
50
+ import get from 'lodash-es/get.js'
51
+ import map from 'lodash-es/map.js'
52
+ import join from 'lodash-es/join.js'
53
53
  import isestr from 'wsemi/src/isestr.mjs'
54
54
  import isbol from 'wsemi/src/isbol.mjs'
55
55
  import fsTreeFolder from 'wsemi/src/fsTreeFolder.mjs'
@@ -186,7 +186,7 @@ export default genIndex
186
186
  <br class="clear">
187
187
 
188
188
  <footer>
189
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Mar 19 2024 21:30:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
189
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 16:04:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
190
190
  </footer>
191
191
 
192
192
  <script>prettyPrint();</script>
@@ -46,9 +46,9 @@
46
46
  <section>
47
47
  <article>
48
48
  <pre class="prettyprint source linenums"><code>import path from 'path'
49
- import keys from 'lodash-es/keys'
50
- import each from 'lodash-es/each'
51
- import get from 'lodash-es/get'
49
+ import keys from 'lodash-es/keys.js'
50
+ import each from 'lodash-es/each.js'
51
+ import get from 'lodash-es/get.js'
52
52
  import isestr from 'wsemi/src/isestr.mjs'
53
53
  import isfun from 'wsemi/src/isfun.mjs'
54
54
  import isbol from 'wsemi/src/isbol.mjs'
@@ -152,7 +152,7 @@ export default genTestdata
152
152
  <br class="clear">
153
153
 
154
154
  <footer>
155
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Mar 19 2024 21:30:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
155
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 16:04:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
156
156
  </footer>
157
157
 
158
158
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -892,7 +892,7 @@
892
892
  <br class="clear">
893
893
 
894
894
  <footer>
895
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Mar 19 2024 21:30:05 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
895
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 16:04:04 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
896
896
  </footer>
897
897
 
898
898
  <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.2</a> on Tue Mar 19 2024 21:30:05 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.2</a> on Sat Mar 23 2024 16:04:04 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-collector",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "main": "dist/w-data-collector.umd.js",
5
5
  "dependencies": {
6
6
  "lodash-es": "^4.17.21",
7
- "wsemi": "^1.7.47"
7
+ "wsemi": "^1.7.49"
8
8
  },
9
9
  "devDependencies": {
10
- "w-package-tools": "^1.0.73"
10
+ "w-package-tools": "^1.0.75"
11
11
  },
12
12
  "scripts": {
13
13
  "test": "mocha --parallel --timeout 60000 --experimental-modules --es-module-specifier-resolution=node",
package/script.txt ADDED
@@ -0,0 +1,20 @@
1
+ #node --experimental-modules --es-module-specifier-resolution=node toolg/addVersion.mjs
2
+ node --experimental-modules --es-module-specifier-resolution=node toolg/modifyReadme.mjs
3
+
4
+ node --experimental-modules --es-module-specifier-resolution=node toolg/cleanFolder.mjs
5
+ ./node_modules/.bin/jsdoc -c .jsdoc
6
+
7
+ node --experimental-modules --es-module-specifier-resolution=node toolg/gDocsExams.mjs
8
+
9
+ node --experimental-modules --es-module-specifier-resolution=node toolg/gDistRollup.mjs
10
+
11
+ git add . -A
12
+ git commit -m 'modify: '
13
+ git push origin master:master
14
+
15
+ npm run deploy
16
+
17
+ #npm test
18
+
19
+ #npm publish
20
+
package/src/build.mjs CHANGED
@@ -1,7 +1,7 @@
1
- import each from 'lodash-es/each'
2
- import keys from 'lodash-es/keys'
3
- import get from 'lodash-es/get'
4
- import size from 'lodash-es/size'
1
+ import each from 'lodash-es/each.js'
2
+ import keys from 'lodash-es/keys.js'
3
+ import get from 'lodash-es/get.js'
4
+ import size from 'lodash-es/size.js'
5
5
  import haskey from 'wsemi/src/haskey.mjs'
6
6
  import isestr from 'wsemi/src/isestr.mjs'
7
7
  import iseobj from 'wsemi/src/iseobj.mjs'
package/src/genIndex.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  import path from 'path'
2
2
  import fs from 'fs'
3
- import get from 'lodash-es/get'
4
- import map from 'lodash-es/map'
5
- import join from 'lodash-es/join'
3
+ import get from 'lodash-es/get.js'
4
+ import map from 'lodash-es/map.js'
5
+ import join from 'lodash-es/join.js'
6
6
  import isestr from 'wsemi/src/isestr.mjs'
7
7
  import isbol from 'wsemi/src/isbol.mjs'
8
8
  import fsTreeFolder from 'wsemi/src/fsTreeFolder.mjs'
@@ -1,7 +1,7 @@
1
1
  import path from 'path'
2
- import keys from 'lodash-es/keys'
3
- import each from 'lodash-es/each'
4
- import get from 'lodash-es/get'
2
+ import keys from 'lodash-es/keys.js'
3
+ import each from 'lodash-es/each.js'
4
+ import get from 'lodash-es/get.js'
5
5
  import isestr from 'wsemi/src/isestr.mjs'
6
6
  import isfun from 'wsemi/src/isfun.mjs'
7
7
  import isbol from 'wsemi/src/isbol.mjs'