w-geo 1.1.13 → 1.1.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.
Files changed (53) hide show
  1. package/.vscode/launch.json +0 -1
  2. package/README.md +1 -2
  3. package/dist/w-geo.umd.js +3 -3
  4. package/dist/w-geo.umd.js.map +1 -1
  5. package/docs/-_class.mjs.html +1 -1
  6. package/docs/calcDepthByDepthStartEnd.mjs.html +1 -1
  7. package/docs/calcDepthStartEndByConnect.mjs.html +1 -1
  8. package/docs/calcDepthStartEndByDepth.mjs.html +1 -1
  9. package/docs/calcDepthStartEndByGroup.mjs.html +1 -1
  10. package/docs/calcLiquefaction.mjs.html +1 -1
  11. package/docs/calcVerticalStress.mjs.html +1 -1
  12. package/docs/checkDepth.mjs.html +1 -1
  13. package/docs/checkDepthStartEnd.mjs.html +1 -1
  14. package/docs/complementDepthData.mjs.html +1 -1
  15. package/docs/groupByDepthStartEnd.mjs.html +1 -1
  16. package/docs/index.html +1 -1
  17. package/docs/mergeByDepthStartEnd.mjs.html +1 -1
  18. package/docs/relaPlasticityParams.mjs.html +1 -1
  19. package/docs/relaPorousParams.mjs.html +1 -1
  20. package/docs/sepDepthStartEndByDepth.mjs.html +1 -1
  21. package/docs/smoothDepthByKey.mjs.html +1 -1
  22. package/docs/w-geo.html +1 -1
  23. package/g_0_1-checkDepth.mjs +1 -1
  24. package/g_0_2-checkDepthStartEnd.mjs +1 -1
  25. package/g_1_1-relaPorousParams.mjs +1 -1
  26. package/g_1_2-relaPlasticityParams.mjs +1 -1
  27. package/g_1_3-calcClassifyUscs.mjs +1 -1
  28. package/g_2_1_1-calcLiquefaction-spt.mjs +1 -1
  29. package/g_2_1_2-calcLiquefactionSpt.mjs +1 -1
  30. package/g_2_2-calcLiquefaction-cpt.mjs +1 -1
  31. package/g_2_3-calcLiquefactionSptForCriticalPga.mjs +1 -1
  32. package/g_3_1-calcCpt.mjs +3 -1
  33. package/g_3_2-calcCptUnitWeight.mjs +1 -1
  34. package/g_3_3-calcCptLayers.mjs +2 -1
  35. package/g_4_1-calcDepthStartEndByDepth.mjs +1 -1
  36. package/g_4_2-calcDepthByDepthStartEnd.mjs +1 -1
  37. package/g_4_3-calcDepthStartEndByGroup.mjs +1 -1
  38. package/g_4_4-calcDepthStartEndByConnect.mjs +1 -1
  39. package/g_5_1-groupByDepthStartEnd.mjs +1 -1
  40. package/g_5_2-sepDepthStartEndByDepth.mjs +1 -1
  41. package/g_5_3-mergeByDepthStartEnd.mjs +1 -1
  42. package/g_5_4-getDepthMaxMin.mjs +1 -1
  43. package/g_5_5-complementDepthData.mjs +1 -1
  44. package/package.json +2 -2
  45. package/script.txt +6 -6
  46. package/src/calcCpt.mjs +111 -30
  47. package/src/calcCptUnitWeight.mjs +29 -5
  48. package/test/calcCpt-rowsOut1.json +1 -1
  49. package/test/calcCpt.test.mjs +1 -0
  50. package/test/calcCptUnitWeight-cpt-rowsOut1.json +2932 -2932
  51. package/test/calcLiquefaction-cpt-rowsIn2.json +1063 -1063
  52. package/test/calcLiquefaction-cpt-rowsOut1.json +9125 -9125
  53. package/test/calcLiquefaction-cpt-rowsOut2.json +11403 -11403
@@ -15,7 +15,6 @@
15
15
  "runtimeArgs": [
16
16
  "--max-old-space-size=14448",
17
17
  "--experimental-modules",
18
- "--es-module-specifier-resolution=node"
19
18
  ]
20
19
  }
21
20
  ]
package/README.md CHANGED
@@ -4,7 +4,6 @@ A tool for geotech analysis.
4
4
  ![language](https://img.shields.io/badge/language-JavaScript-orange.svg)
5
5
  [![npm version](http://img.shields.io/npm/v/w-geo.svg?style=flat)](https://npmjs.org/package/w-geo)
6
6
  [![license](https://img.shields.io/npm/l/w-geo.svg?style=flat)](https://npmjs.org/package/w-geo)
7
- [![gzip file size](http://img.badgesize.io/yuda-lyu/w-geo/master/dist/w-geo.umd.js.svg?compression=gzip)](https://github.com/yuda-lyu/w-geo)
8
7
  [![npm download](https://img.shields.io/npm/dt/w-geo.svg)](https://npmjs.org/package/w-geo)
9
8
  [![npm download](https://img.shields.io/npm/dm/w-geo.svg)](https://npmjs.org/package/w-geo)
10
9
  [![jsdelivr download](https://img.shields.io/jsdelivr/npm/hm/w-geo.svg)](https://www.jsdelivr.com/package/npm/w-geo)
@@ -24,5 +23,5 @@ npm i w-geo
24
23
 
25
24
  Add script for w-geo.
26
25
  ```alias
27
- <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.13/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.14/dist/w-geo.umd.js"></script>
28
27
  ```