@thi.ng/gp 1.0.47 → 1.0.50

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.47",
3
+ "version": "1.0.50",
4
4
  "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,12 +40,12 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.14",
44
- "@thi.ng/errors": "^2.6.3",
45
- "@thi.ng/math": "^5.15.3",
46
- "@thi.ng/random": "^4.1.39",
47
- "@thi.ng/transducers": "^9.6.23",
48
- "@thi.ng/zipper": "^2.1.162"
43
+ "@thi.ng/api": "^8.12.16",
44
+ "@thi.ng/errors": "^2.6.5",
45
+ "@thi.ng/math": "^5.15.5",
46
+ "@thi.ng/random": "^4.1.41",
47
+ "@thi.ng/transducers": "^9.6.26",
48
+ "@thi.ng/zipper": "^2.1.165"
49
49
  },
50
50
  "devDependencies": {
51
51
  "esbuild": "^0.27.2",
@@ -111,5 +111,5 @@
111
111
  "status": "alpha",
112
112
  "year": 2019
113
113
  },
114
- "gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
114
+ "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
115
115
  }