w-geo 1.0.81 → 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 (39) hide show
  1. package/.eslintrc.js +1 -0
  2. package/README.md +1 -1
  3. package/calcLiquefaction-cpt-mat1.xlsx +0 -0
  4. package/calcLiquefaction-cpt-mat2.xlsx +0 -0
  5. package/dist/w-geo.umd.js +3 -3
  6. package/dist/w-geo.umd.js.map +1 -1
  7. package/docs/-_class.mjs.html +1 -1
  8. package/docs/calcDepthStartEndByConnect.mjs.html +1 -1
  9. package/docs/calcDepthStartEndByGroup.mjs.html +1 -1
  10. package/docs/calcDepthStartEndFromCenter.mjs.html +1 -1
  11. package/docs/calcLiquefaction.mjs.html +716 -203
  12. package/docs/calcVerticalStress.mjs.html +1 -1
  13. package/docs/checkDepth.mjs.html +1 -1
  14. package/docs/checkDepthStartEnd.mjs.html +1 -1
  15. package/docs/complementDepthData.mjs.html +1 -1
  16. package/docs/groupByDepthStartEnd.mjs.html +1 -1
  17. package/docs/index.html +1 -1
  18. package/docs/mergeByDepthStartEnd.mjs.html +1 -1
  19. package/docs/relaPlasticityParams.mjs.html +1 -1
  20. package/docs/relaPorousParams.mjs.html +1 -1
  21. package/docs/sepDepthStartEndByDepth.mjs.html +1 -1
  22. package/docs/smoothDepthByKey.mjs.html +1 -1
  23. package/docs/w-geo.html +7 -7
  24. package/g.mjs +1 -0
  25. package/g2.vb +913 -0
  26. package/g3-calcLiquefaction-cpt.mjs +402 -390
  27. package/g3-calcLiquefaction-spt.mjs +8 -0
  28. package/package.json +2 -2
  29. package/src/calcCpt.mjs +3 -0
  30. package/src/calcCptUnitWeight.mjs +3 -3
  31. package/src/calcLiquefaction.mjs +715 -202
  32. package/test/calcLiquefaction-cpt-rowsIn1.json +389 -2334
  33. package/test/calcLiquefaction-cpt-rowsIn2.json +4983 -6150
  34. package/test/calcLiquefaction-cpt-rowsOut1.json +20108 -34528
  35. package/test/calcLiquefaction-cpt-rowsOut2.json +52798 -69525
  36. package/test/calcLiquefaction-cpt.test.mjs +5 -0
  37. package/test/calcLiquefaction-spt-rowsOut1.json +239 -57
  38. package/test/calcLiquefaction-spt-rowsOut2.json +223 -41
  39. package/test/calcLiquefaction-spt.test.mjs +4 -0
package/.eslintrc.js CHANGED
@@ -50,5 +50,6 @@ module.exports = {
50
50
  'prefer-regex-literals': 'off',
51
51
  'array-callback-return': 'off',
52
52
  'no-unreachable-loop': 'off',
53
+ 'vue/multi-word-component-names': 'off',
53
54
  }
54
55
  }
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.81/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