w-geo 1.1.53 → 1.1.55

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 (34) 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/calcLayersByMerge.mjs.html +1 -1
  10. package/docs/calcLiquefaction.mjs.html +743 -368
  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/relaPlasticity.mjs.html +1 -1
  19. package/docs/relaPorous.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 +7 -7
  23. package/package.json +3 -3
  24. package/src/calcLiquefaction.mjs +742 -367
  25. package/test/calcLiquefaction-cpt-rowsOut1.json +3953 -3953
  26. package/test/calcLiquefaction-cpt-rowsOut2.json +3920 -3920
  27. package/test/calcLiquefaction-spt-rowsOut1.json +134 -43
  28. package/test/calcLiquefaction-spt-rowsOut2.json +175 -84
  29. package/test/calcLiquefaction-spt.test.mjs +29 -0
  30. package/test/calcLiquefactionSpt-resOut1.json +43 -15
  31. package/test/calcLiquefactionSpt-resOut2.json +54 -26
  32. package/test/calcLiquefactionSpt.test.mjs +29 -0
  33. package/test/calcLiquefactionSptForCriticalPga-resOut1.json +377 -117
  34. package/test/calcLiquefactionSptForCriticalPga-resOut2.json +502 -242
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.53/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.1.55/dist/w-geo.umd.js"></script>
27
27
  ```