w-geo 1.1.17 → 1.1.18

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 (69) hide show
  1. package/README.md +1 -1
  2. package/dist/w-geo.umd.js +2 -2
  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/relaPlasticityParams.mjs.html +1 -1
  18. package/docs/relaPorousParams.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_3_2-calcCptUnitWeight.mjs +4 -4
  23. package/g_3_4-calcCptVelocityShear.mjs +4 -4
  24. package/{g_3_5-calcCptLayers.mjs → g_3_5-calcCptLayer.mjs} +47 -71
  25. package/package.json +1 -1
  26. package/src/WGeo.mjs +1 -1
  27. package/src/{calcCptLayers.mjs → calcCptLayer.mjs} +22 -24
  28. package/src/calcPropInterfaceFrictionAngle.mjs +2 -0
  29. package/test/calcCptLayer-rowsIn.json +1 -0
  30. package/test/calcCptLayer-rowsOut1.json +1 -0
  31. package/test/calcCptLayer-rowsOut2.json +1 -0
  32. package/test/calcCptLayer-rowsOut3.json +1 -0
  33. package/test/calcCptLayer-rowsOut4.json +1 -0
  34. package/test/calcCptLayer-rowsOut5.json +1 -0
  35. package/test/calcCptLayer-rowsOut6.json +1 -0
  36. package/test/calcCptLayer-rowsOut7.json +1 -0
  37. package/test/calcCptLayer-rowsOut8.json +1 -0
  38. package/test/calcCptLayer.test.mjs +107 -0
  39. package/test/calcCptUnitWeight.test.mjs +6 -6
  40. package/test/calcCptVelocityShear.test.mjs +13 -13
  41. package/test/calcCptLayers-rowsIn1.json +0 -1
  42. package/test/calcCptLayers-rowsOut1.json +0 -1
  43. package/test/calcCptLayers-rowsOut2.json +0 -1
  44. package/test/calcCptLayers-rowsOut3.json +0 -1
  45. package/test/calcCptLayers-rowsOut4.json +0 -1
  46. package/test/calcCptLayers-rowsOut5.json +0 -1
  47. package/test/calcCptLayers-rowsOut6.json +0 -1
  48. package/test/calcCptLayers-rowsOut7.json +0 -1
  49. package/test/calcCptLayers-rowsOut8.json +0 -1
  50. package/test/calcCptLayers.test.mjs +0 -108
  51. /package/test/{calcCptUnitWeight-cpt-rowsIn.json → calcCptUnitWeight-rowsIn.json} +0 -0
  52. /package/test/{calcCptUnitWeight-cpt-rowsOut1.json → calcCptUnitWeight-rowsOut1.json} +0 -0
  53. /package/test/{calcCptUnitWeight-cpt-rowsOut2.json → calcCptUnitWeight-rowsOut2.json} +0 -0
  54. /package/test/{calcCptUnitWeight-cpt-rowsOut3.json → calcCptUnitWeight-rowsOut3.json} +0 -0
  55. /package/test/{calcCptUnitWeight-cpt-rowsOut4.json → calcCptUnitWeight-rowsOut4.json} +0 -0
  56. /package/test/{calcCptUnitWeight-cpt-rowsOut5.json → calcCptUnitWeight-rowsOut5.json} +0 -0
  57. /package/test/{calcCptVelocityShear-cpt-rowsIn.json → calcCptVelocityShear-rowsIn.json} +0 -0
  58. /package/test/{calcCptVelocityShear-cpt-rowsOut1.json → calcCptVelocityShear-rowsOut1.json} +0 -0
  59. /package/test/{calcCptVelocityShear-cpt-rowsOut10.json → calcCptVelocityShear-rowsOut10.json} +0 -0
  60. /package/test/{calcCptVelocityShear-cpt-rowsOut11.json → calcCptVelocityShear-rowsOut11.json} +0 -0
  61. /package/test/{calcCptVelocityShear-cpt-rowsOut12.json → calcCptVelocityShear-rowsOut12.json} +0 -0
  62. /package/test/{calcCptVelocityShear-cpt-rowsOut2.json → calcCptVelocityShear-rowsOut2.json} +0 -0
  63. /package/test/{calcCptVelocityShear-cpt-rowsOut3.json → calcCptVelocityShear-rowsOut3.json} +0 -0
  64. /package/test/{calcCptVelocityShear-cpt-rowsOut4.json → calcCptVelocityShear-rowsOut4.json} +0 -0
  65. /package/test/{calcCptVelocityShear-cpt-rowsOut5.json → calcCptVelocityShear-rowsOut5.json} +0 -0
  66. /package/test/{calcCptVelocityShear-cpt-rowsOut6.json → calcCptVelocityShear-rowsOut6.json} +0 -0
  67. /package/test/{calcCptVelocityShear-cpt-rowsOut7.json → calcCptVelocityShear-rowsOut7.json} +0 -0
  68. /package/test/{calcCptVelocityShear-cpt-rowsOut8.json → calcCptVelocityShear-rowsOut8.json} +0 -0
  69. /package/test/{calcCptVelocityShear-cpt-rowsOut9.json → calcCptVelocityShear-rowsOut9.json} +0 -0
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.17/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.18/dist/w-geo.umd.js"></script>
27
27
  ```