w-geo 1.1.46 → 1.1.48

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 (63) hide show
  1. package/README.md +1 -1
  2. package/dist/w-geo.umd.js +3 -3
  3. package/dist/w-geo.umd.js.map +1 -1
  4. package/docs/-_class.mjs.html +1 -1
  5. package/docs/calcDepthByDepthStartEnd.mjs.html +1 -1
  6. package/docs/calcDepthStartEndByConnect.mjs.html +1 -1
  7. package/docs/calcDepthStartEndByDepth.mjs.html +1 -1
  8. package/docs/calcDepthStartEndByGroup.mjs.html +1 -1
  9. package/docs/calcLiquefaction.mjs.html +1 -1
  10. package/docs/calcVerticalStress.mjs.html +1 -1
  11. package/docs/checkDepth.mjs.html +1 -1
  12. package/docs/checkDepthStartEnd.mjs.html +1 -1
  13. package/docs/complementDepthData.mjs.html +1 -1
  14. package/docs/groupByDepthStartEnd.mjs.html +1 -1
  15. package/docs/index.html +1 -1
  16. package/docs/mergeByDepthStartEnd.mjs.html +1 -1
  17. package/docs/relaPlasticity.mjs.html +1 -1
  18. package/docs/relaPorous.mjs.html +1 -1
  19. package/docs/sepDepthStartEndByDepth.mjs.html +1 -1
  20. package/docs/smoothDepthByKey.mjs.html +1 -1
  21. package/docs/w-geo.html +1 -1
  22. package/g_2_2-calcLiquefaction-cpt.mjs +4 -2
  23. package/g_3_1-calcCpt.mjs +0 -1
  24. package/g_3_2-calcCptUnitWeight.mjs +0 -1
  25. package/g_3_4-calcCptVelocityShear.mjs +0 -1
  26. package/g_3_5-calcCptLayer.mjs +0 -1
  27. package/g_6-1-calcLayersByCompress.mjs +0 -1
  28. package/package.json +2 -2
  29. package/src/calcCpt.mjs +6 -5
  30. package/src/calcEstmRelativeDensity.mjs +7 -0
  31. package/src/dtEstmRelativeDensity.mjs +6 -0
  32. package/src/estmRelativeDensity.mjs +11 -3
  33. package/test/calcCpt-rowsOut1.json +1 -1
  34. package/test/calcCpt.test.mjs +0 -1
  35. package/test/calcCptUnitWeight-rowsOut1.json +1095 -1095
  36. package/test/calcCptUnitWeight-rowsOut2.json +1107 -1107
  37. package/test/calcCptUnitWeight-rowsOut3.json +1117 -1117
  38. package/test/calcCptUnitWeight-rowsOut4.json +761 -761
  39. package/test/calcCptUnitWeight-rowsOut5.json +699 -699
  40. package/test/calcCptUnitWeight.test.mjs +0 -1
  41. package/test/calcCptVelocityShear-rowsOut1.json +2878 -2878
  42. package/test/calcCptVelocityShear-rowsOut10.json +2878 -2878
  43. package/test/calcCptVelocityShear-rowsOut11.json +2878 -2878
  44. package/test/calcCptVelocityShear-rowsOut12.json +2878 -2878
  45. package/test/calcCptVelocityShear-rowsOut2.json +2878 -2878
  46. package/test/calcCptVelocityShear-rowsOut3.json +2878 -2878
  47. package/test/calcCptVelocityShear-rowsOut4.json +2878 -2878
  48. package/test/calcCptVelocityShear-rowsOut5.json +2878 -2878
  49. package/test/calcCptVelocityShear-rowsOut6.json +2878 -2878
  50. package/test/calcCptVelocityShear-rowsOut7.json +2878 -2878
  51. package/test/calcCptVelocityShear-rowsOut8.json +2878 -2878
  52. package/test/calcCptVelocityShear-rowsOut9.json +2878 -2878
  53. package/test/calcCptVelocityShear.test.mjs +0 -1
  54. package/test/calcEstmRelativeDensity.test.mjs +25 -12
  55. package/test/calcLayersByCompress-rowsOut.json +1 -1
  56. package/test/calcLayersByCompress.test.mjs +0 -1
  57. package/test/calcLiquefaction-cpt-rowsIn1.json +778 -389
  58. package/test/calcLiquefaction-cpt-rowsIn2.json +5100 -4711
  59. package/test/calcLiquefaction-cpt-rowsOut1.json +2483 -2483
  60. package/test/calcLiquefaction-cpt-rowsOut2.json +40310 -40309
  61. package/test/calcLiquefaction-cpt.test.mjs +0 -1
  62. package/test/dtEstmRelativeDensity.test.mjs +24 -11
  63. package/test/estmRelativeDensity.test.mjs +17 -9
package/README.md CHANGED
@@ -23,5 +23,5 @@ npm i w-geo
23
23
 
24
24
  Add script for w-geo.
25
25
  ```alias
26
- <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.46/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.48/dist/w-geo.umd.js"></script>
27
27
  ```