w-geo 1.0.82 → 1.0.83

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 (36) hide show
  1. package/README.md +1 -1
  2. package/calcLiquefaction-cpt-mat1.xlsx +0 -0
  3. package/calcLiquefaction-cpt-mat2.xlsx +0 -0
  4. package/dist/w-geo.umd.js +3 -3
  5. package/dist/w-geo.umd.js.map +1 -1
  6. package/docs/-_class.mjs.html +1 -1
  7. package/docs/calcDepthStartEndByConnect.mjs.html +1 -1
  8. package/docs/calcDepthStartEndByGroup.mjs.html +1 -1
  9. package/docs/calcDepthStartEndFromCenter.mjs.html +1 -1
  10. package/docs/calcLiquefaction.mjs.html +399 -147
  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 +6 -6
  23. package/g.mjs +1 -0
  24. package/g2.vb +913 -0
  25. package/g3-calcLiquefaction-cpt.mjs +397 -391
  26. package/g3-calcLiquefaction-spt.mjs +4 -0
  27. package/package.json +1 -1
  28. package/src/calcLiquefaction.mjs +398 -146
  29. package/test/calcLiquefaction-cpt-rowsIn1.json +389 -2334
  30. package/test/calcLiquefaction-cpt-rowsIn2.json +4983 -6150
  31. package/test/calcLiquefaction-cpt-rowsOut1.json +2375 -2375
  32. package/test/calcLiquefaction-cpt-rowsOut2.json +35481 -35481
  33. package/test/calcLiquefaction-cpt.test.mjs +5 -0
  34. package/test/calcLiquefaction-spt-rowsOut1.json +57 -57
  35. package/test/calcLiquefaction-spt-rowsOut2.json +41 -41
  36. package/test/calcLiquefaction-spt.test.mjs +4 -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.0.82/dist/w-geo.umd.js"></script>
26
+ <script src="https://cdn.jsdelivr.net/npm/w-geo@1.0.83/dist/w-geo.umd.js"></script>
27
27
  ```
Binary file
Binary file