@thi.ng/gp 0.4.3 → 0.4.6

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2021-12-13T10:26:00Z
3
+ - **Last updated**: 2022-04-07T14:17:30Z
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/README.md CHANGED
@@ -132,4 +132,4 @@ If this project contributes to an academic publication, please cite it as:
132
132
 
133
133
  ## License
134
134
 
135
- © 2019 - 2021 Karsten Schmidt // Apache Software License 2.0
135
+ © 2019 - 2022 Karsten Schmidt // Apache Software License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/gp",
3
- "version": "0.4.3",
3
+ "version": "0.4.6",
4
4
  "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.3",
38
- "@thi.ng/errors": "^2.1.3",
39
- "@thi.ng/math": "^5.2.0",
40
- "@thi.ng/random": "^3.2.3",
41
- "@thi.ng/transducers": "^8.1.3",
42
- "@thi.ng/zipper": "^2.1.3"
37
+ "@thi.ng/api": "^8.3.5",
38
+ "@thi.ng/errors": "^2.1.5",
39
+ "@thi.ng/math": "^5.3.1",
40
+ "@thi.ng/random": "^3.2.5",
41
+ "@thi.ng/transducers": "^8.3.1",
42
+ "@thi.ng/zipper": "^2.1.5"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "^7.19.2",
46
- "@thi.ng/testament": "^0.2.3",
45
+ "@microsoft/api-extractor": "^7.19.4",
46
+ "@thi.ng/testament": "^0.2.5",
47
47
  "rimraf": "^3.0.2",
48
48
  "tools": "^0.0.1",
49
- "typedoc": "^0.22.10",
50
- "typescript": "^4.5.3"
49
+ "typedoc": "^0.22.13",
50
+ "typescript": "^4.6.2"
51
51
  },
52
52
  "keywords": [
53
53
  "agent",
@@ -79,16 +79,16 @@
79
79
  ],
80
80
  "exports": {
81
81
  ".": {
82
- "import": "./index.js"
82
+ "default": "./index.js"
83
83
  },
84
84
  "./api": {
85
- "import": "./api.js"
85
+ "default": "./api.js"
86
86
  },
87
87
  "./ast": {
88
- "import": "./ast.js"
88
+ "default": "./ast.js"
89
89
  },
90
90
  "./mep": {
91
- "import": "./mep.js"
91
+ "default": "./mep.js"
92
92
  }
93
93
  },
94
94
  "thi.ng": {
@@ -108,5 +108,5 @@
108
108
  "status": "alpha",
109
109
  "year": 2019
110
110
  },
111
- "gitHead": "2db9dd34c0c2c60cbfde3dad0bca352b20292f5c\n"
111
+ "gitHead": "5ee1feb590dd935593b1dd4e7f38a3ed3ba64765\n"
112
112
  }