math-exercises 3.0.113 → 3.0.114

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.
@@ -1,5 +1,5 @@
1
1
  import { Exercise } from "../../../../exercises/exercise.js";
2
- import { CloudPointsIdentifiers } from "../../../../math/geometry/cloudPoints.js";
2
+ import { CloudPointsIdentifiers } from "../../../../math/geometry/CloudPoints.js";
3
3
  type Identifiers = {
4
4
  isJustified: boolean;
5
5
  cloudPointsIdentifiers: CloudPointsIdentifiers;
@@ -1,7 +1,7 @@
1
1
  import { addValidProp, shuffleProps, tryToAddWrongProp, } from "../../../../exercises/exercise.js";
2
2
  import { getDistinctQuestions } from "../../../../exercises/utils/getDistinctQuestions.js";
3
3
  import { GeogebraConstructor } from "../../../../geogebra/geogebraConstructor.js";
4
- import { CloudPoints, CloudPointsConstructor, } from "../../../../math/geometry/cloudPoints.js";
4
+ import { CloudPoints, CloudPointsConstructor, } from "../../../../math/geometry/CloudPoints.js";
5
5
  import { PointConstructor } from "../../../../math/geometry/point.js";
6
6
  import { randfloat } from "../../../../math/utils/random/randfloat.js";
7
7
  import { NumberNode } from "../../../../tree/nodes/numbers/numberNode.js";
package/lib/index.d.ts CHANGED
@@ -2103,7 +2103,7 @@ declare const mathExercises: (Exercise<{
2103
2103
  yValues: number[];
2104
2104
  }, object, string | number | boolean | string[]> | Exercise<{
2105
2105
  isJustified: boolean;
2106
- cloudPointsIdentifiers: import("./math/geometry/cloudPoints.js").CloudPointsIdentifiers;
2106
+ cloudPointsIdentifiers: import("./math/geometry/CloudPoints.js").CloudPointsIdentifiers;
2107
2107
  }, object, string | number | boolean | string[]> | Exercise<{
2108
2108
  pA: number;
2109
2109
  pB: number;
@@ -15,4 +15,4 @@ export declare class CloudPoints {
15
15
  getFineAdjustement(): EqualNode;
16
16
  getCorrelationCoeff(): NumberNode;
17
17
  }
18
- //# sourceMappingURL=cloudPoints.d.ts.map
18
+ //# sourceMappingURL=CloudPoints.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"cloudPoints.d.ts","sourceRoot":"","sources":["../../../src/math/geometry/cloudPoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAoB,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAGpE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAMpE,MAAM,MAAM,sBAAsB,GAAG;IACnC,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;CACvC,CAAC;AACF,8BAAsB,sBAAsB;IAC1C,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAU9B,MAAM,CAAC,YAAY,CAAC,QAAQ,EAAE,MAAM;CAyBrC;AAED,qBAAa,WAAW;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;gBAEJ,MAAM,EAAE,KAAK,EAAE;IAI3B,aAAa,IAAI,sBAAsB;IAMvC,kBAAkB,IAAI,SAAS;IA8C/B,mBAAmB;CAsBpB"}
1
+ {"version":3,"file":"CloudPoints.d.ts","sourceRoot":"","sources":["../../../src/math/geometry/CloudPoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAoB,gBAAgB,EAAE,MAAM,YAAY,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAGpE,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAMpE,MAAM,MAAM,sBAAsB,GAAG;IACnC,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;CACvC,CAAC;AACF,8BAAsB,sBAAsB;IAC1C,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM;IAU9B,MAAM,CAAC,YAAY,CAAC,QAAQ,EAAE,MAAM;CAyBrC;AAED,qBAAa,WAAW;IACtB,MAAM,EAAE,KAAK,EAAE,CAAC;gBAEJ,MAAM,EAAE,KAAK,EAAE;IAI3B,aAAa,IAAI,sBAAsB;IAMvC,kBAAkB,IAAI,SAAS;IA8C/B,mBAAmB;CAsBpB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "math-exercises",
3
3
  "type": "module",
4
- "version": "3.0.113",
4
+ "version": "3.0.114",
5
5
  "description": "Math exercises generator for middle school and high school",
6
6
  "main": "lib/index.js",
7
7
  "files": [