w-geo 1.1.45 → 1.1.47

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 (57) 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/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 +3 -3
  29. package/src/calcCpt.mjs +9 -3
  30. package/test/calcCpt-rowsOut1.json +1 -1
  31. package/test/calcCpt.test.mjs +0 -1
  32. package/test/calcCptUnitWeight-rowsOut1.json +1095 -1095
  33. package/test/calcCptUnitWeight-rowsOut2.json +1107 -1107
  34. package/test/calcCptUnitWeight-rowsOut3.json +1117 -1117
  35. package/test/calcCptUnitWeight-rowsOut4.json +761 -761
  36. package/test/calcCptUnitWeight-rowsOut5.json +699 -699
  37. package/test/calcCptUnitWeight.test.mjs +0 -1
  38. package/test/calcCptVelocityShear-rowsOut1.json +2878 -2878
  39. package/test/calcCptVelocityShear-rowsOut10.json +2878 -2878
  40. package/test/calcCptVelocityShear-rowsOut11.json +2878 -2878
  41. package/test/calcCptVelocityShear-rowsOut12.json +2878 -2878
  42. package/test/calcCptVelocityShear-rowsOut2.json +2878 -2878
  43. package/test/calcCptVelocityShear-rowsOut3.json +2878 -2878
  44. package/test/calcCptVelocityShear-rowsOut4.json +2878 -2878
  45. package/test/calcCptVelocityShear-rowsOut5.json +2878 -2878
  46. package/test/calcCptVelocityShear-rowsOut6.json +2878 -2878
  47. package/test/calcCptVelocityShear-rowsOut7.json +2878 -2878
  48. package/test/calcCptVelocityShear-rowsOut8.json +2878 -2878
  49. package/test/calcCptVelocityShear-rowsOut9.json +2878 -2878
  50. package/test/calcCptVelocityShear.test.mjs +0 -1
  51. package/test/calcLayersByCompress-rowsOut.json +1 -1
  52. package/test/calcLayersByCompress.test.mjs +0 -1
  53. package/test/calcLiquefaction-cpt-rowsIn1.json +778 -389
  54. package/test/calcLiquefaction-cpt-rowsIn2.json +5100 -4711
  55. package/test/calcLiquefaction-cpt-rowsOut1.json +2483 -2483
  56. package/test/calcLiquefaction-cpt-rowsOut2.json +40310 -40309
  57. package/test/calcLiquefaction-cpt.test.mjs +0 -1
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.45/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.47/dist/w-geo.umd.js"></script>
27
27
  ```