@thi.ng/gp 0.4.105 → 0.4.106

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-09T09:18:17Z
3
+ - **Last updated**: 2024-03-13T14:04:31Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/ast.d.ts CHANGED
@@ -58,7 +58,6 @@ export declare class AST<OP, T> {
58
58
  * (default: entire tree range). Since the linear tree length isn't known
59
59
  * beforehand, `max` < 0 (default) is equivalent to the linearized tree end.
60
60
  *
61
- * @param opts -
62
61
  * @param tree -
63
62
  * @param min -
64
63
  * @param max -
package/ast.js CHANGED
@@ -113,7 +113,6 @@ class AST {
113
113
  * (default: entire tree range). Since the linear tree length isn't known
114
114
  * beforehand, `max` < 0 (default) is equivalent to the linearized tree end.
115
115
  *
116
- * @param opts -
117
116
  * @param tree -
118
117
  * @param min -
119
118
  * @param max -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/gp",
3
- "version": "0.4.105",
3
+ "version": "0.4.106",
4
4
  "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,19 +36,19 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.29",
40
- "@thi.ng/errors": "^2.4.20",
41
- "@thi.ng/math": "^5.10.6",
42
- "@thi.ng/random": "^3.6.36",
43
- "@thi.ng/transducers": "^8.9.11",
44
- "@thi.ng/zipper": "^2.1.89"
39
+ "@thi.ng/api": "^8.9.30",
40
+ "@thi.ng/errors": "^2.5.0",
41
+ "@thi.ng/math": "^5.10.7",
42
+ "@thi.ng/random": "^3.6.37",
43
+ "@thi.ng/transducers": "^8.9.12",
44
+ "@thi.ng/zipper": "^2.1.90"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.40.1",
48
- "esbuild": "^0.20.0",
47
+ "@microsoft/api-extractor": "^7.42.3",
48
+ "esbuild": "^0.20.1",
49
49
  "rimraf": "^5.0.5",
50
- "typedoc": "^0.25.7",
51
- "typescript": "^5.3.3"
50
+ "typedoc": "^0.25.12",
51
+ "typescript": "^5.4.2"
52
52
  },
53
53
  "keywords": [
54
54
  "agent",
@@ -109,5 +109,5 @@
109
109
  "status": "alpha",
110
110
  "year": 2019
111
111
  },
112
- "gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n"
112
+ "gitHead": "7f3fcbd6c0462b0ce45afa141fe163d1f297fd51\n"
113
113
  }