w-mesh-tecplot 1.0.1 → 1.0.2

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.
@@ -0,0 +1,24 @@
1
+ name: Node.js CI
2
+
3
+ on: [push]
4
+
5
+ jobs:
6
+ build:
7
+
8
+ runs-on: ubuntu-latest
9
+
10
+ strategy:
11
+ matrix:
12
+ node-version: [20.x]
13
+
14
+ steps:
15
+ - uses: actions/checkout@v2
16
+ - name: Use Node.js ${{ matrix.node-version }}
17
+ uses: actions/setup-node@v1
18
+ with:
19
+ node-version: ${{ matrix.node-version }}
20
+ - run: npm cache clean -f
21
+ - run: npm install
22
+ - run: npm test
23
+ env:
24
+ CI: true
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * w-mesh-tecplot v1.0.1
2
+ * w-mesh-tecplot v1.0.2
3
3
  * (c) 2018-2021 yuda-lyu(semisphere)
4
4
  * Released under the MIT License.
5
5
  */
@@ -46,10 +46,10 @@
46
46
  <section>
47
47
  <article>
48
48
  <pre class="prettyprint source linenums"><code>import fs from 'fs'
49
- import get from 'lodash-es/get'
50
- import each from 'lodash-es/each'
51
- import size from 'lodash-es/size'
52
- import join from 'lodash-es/join'
49
+ import get from 'lodash-es/get.js'
50
+ import each from 'lodash-es/each.js'
51
+ import size from 'lodash-es/size.js'
52
+ import join from 'lodash-es/join.js'
53
53
 
54
54
 
55
55
  /**
@@ -171,7 +171,7 @@ export default WMeshTecplot
171
171
  <br class="clear">
172
172
 
173
173
  <footer>
174
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Mar 19 2024 22:55:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
174
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 21:35:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
175
175
  </footer>
176
176
 
177
177
  <script>prettyPrint();</script>
package/docs/global.html CHANGED
@@ -789,7 +789,7 @@
789
789
  <br class="clear">
790
790
 
791
791
  <footer>
792
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Tue Mar 19 2024 22:55:40 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
792
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.2</a> on Sat Mar 23 2024 21:35:41 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
793
793
  </footer>
794
794
 
795
795
  <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 22:55:40 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 21:35:41 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/g.read.mjs CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  //尚待開發
3
2
 
4
3
  //node --no-warnings --max-old-space-size=120000 --es-module-specifier-resolution=node g.read.mjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "w-mesh-tecplot",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "main": "dist/w-mesh-tecplot.umd.js",
5
5
  "dependencies": {
6
6
  "lodash-es": "^4.17.21",
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
+
@@ -1,8 +1,8 @@
1
1
  import fs from 'fs'
2
- import get from 'lodash-es/get'
3
- import each from 'lodash-es/each'
4
- import size from 'lodash-es/size'
5
- import join from 'lodash-es/join'
2
+ import get from 'lodash-es/get.js'
3
+ import each from 'lodash-es/each.js'
4
+ import size from 'lodash-es/size.js'
5
+ import join from 'lodash-es/join.js'
6
6
 
7
7
 
8
8
  /**
@@ -0,0 +1,11 @@
1
+ import assert from 'assert'
2
+
3
+
4
+ describe('read', function() {
5
+
6
+ it('test for read', function() {
7
+ //檔案過大不使用自動化test
8
+ assert.strict.deepEqual(1, 1)
9
+ })
10
+
11
+ })
@@ -0,0 +1,11 @@
1
+ import assert from 'assert'
2
+
3
+
4
+ describe('write', function() {
5
+
6
+ it('test for write', function() {
7
+ //尚待開發
8
+ assert.strict.deepEqual(1, 1)
9
+ })
10
+
11
+ })
package/test/all.test.mjs DELETED
@@ -1,10 +0,0 @@
1
- import assert from 'assert'
2
-
3
-
4
- describe('all', function() {
5
-
6
- it('test in localhost', function() {
7
- assert.strict.deepEqual(1, 1)
8
- })
9
-
10
- })