@thi.ng/gp 1.0.38 → 1.0.40

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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/gp",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,12 +39,12 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.6",
43
- "@thi.ng/errors": "^2.5.46",
44
- "@thi.ng/math": "^5.13.3",
45
- "@thi.ng/random": "^4.1.31",
46
- "@thi.ng/transducers": "^9.6.14",
47
- "@thi.ng/zipper": "^2.1.153"
42
+ "@thi.ng/api": "^8.12.7",
43
+ "@thi.ng/errors": "^2.5.47",
44
+ "@thi.ng/math": "^5.13.4",
45
+ "@thi.ng/random": "^4.1.32",
46
+ "@thi.ng/transducers": "^9.6.16",
47
+ "@thi.ng/zipper": "^2.1.155"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.25.11",
@@ -110,5 +110,5 @@
110
110
  "status": "alpha",
111
111
  "year": 2019
112
112
  },
113
- "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
113
+ "gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
114
114
  }