@thi.ng/gp 0.4.112 → 0.4.114
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 +1 -1
- package/README.md +8 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 192 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -74,7 +74,13 @@ References:
|
|
|
74
74
|
yarn add @thi.ng/gp
|
|
75
75
|
```
|
|
76
76
|
|
|
77
|
-
|
|
77
|
+
ESM import:
|
|
78
|
+
|
|
79
|
+
```ts
|
|
80
|
+
import * as gp from "@thi.ng/gp";
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
Browser ESM import:
|
|
78
84
|
|
|
79
85
|
```html
|
|
80
86
|
<script type="module" src="https://cdn.skypack.dev/@thi.ng/gp"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/gp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.114",
|
|
4
4
|
"description": "Genetic programming helpers & strategies (tree based & multi-expression programming)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@thi.ng/api": "^8.
|
|
40
|
-
"@thi.ng/errors": "^2.5.
|
|
41
|
-
"@thi.ng/math": "^5.10.
|
|
42
|
-
"@thi.ng/random": "^3.7.
|
|
43
|
-
"@thi.ng/transducers": "^
|
|
44
|
-
"@thi.ng/zipper": "^2.1.
|
|
39
|
+
"@thi.ng/api": "^8.10.1",
|
|
40
|
+
"@thi.ng/errors": "^2.5.4",
|
|
41
|
+
"@thi.ng/math": "^5.10.10",
|
|
42
|
+
"@thi.ng/random": "^3.7.3",
|
|
43
|
+
"@thi.ng/transducers": "^9.0.1",
|
|
44
|
+
"@thi.ng/zipper": "^2.1.98"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@microsoft/api-extractor": "^7.43.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"status": "alpha",
|
|
110
110
|
"year": 2019
|
|
111
111
|
},
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
|
|
113
113
|
}
|