@thi.ng/gp 0.4.137 → 0.4.139

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-10T17:11:51Z
3
+ - **Last updated**: 2024-12-12T10:11:58Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/gp",
3
- "version": "0.4.137",
3
+ "version": "0.4.139",
4
4
  "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,18 +36,18 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.12",
40
- "@thi.ng/errors": "^2.5.18",
41
- "@thi.ng/math": "^5.11.12",
42
- "@thi.ng/random": "^4.1.3",
43
- "@thi.ng/transducers": "^9.2.8",
44
- "@thi.ng/zipper": "^2.1.115"
39
+ "@thi.ng/api": "^8.11.14",
40
+ "@thi.ng/errors": "^2.5.20",
41
+ "@thi.ng/math": "^5.11.14",
42
+ "@thi.ng/random": "^4.1.5",
43
+ "@thi.ng/transducers": "^9.2.10",
44
+ "@thi.ng/zipper": "^2.1.117"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "^7.47.9",
47
+ "@microsoft/api-extractor": "^7.48.0",
48
48
  "esbuild": "^0.24.0",
49
- "typedoc": "^0.26.7",
50
- "typescript": "^5.6.2"
49
+ "typedoc": "^0.27.4",
50
+ "typescript": "^5.7.2"
51
51
  },
52
52
  "keywords": [
53
53
  "agent",
@@ -108,5 +108,5 @@
108
108
  "status": "alpha",
109
109
  "year": 2019
110
110
  },
111
- "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
111
+ "gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n"
112
112
  }