@thi.ng/dual-algebra 0.4.38 → 0.4.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.
- package/CHANGELOG.md +1 -1
- package/README.md +2 -4
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -146,11 +146,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 990 bytes
|
|
|
146
146
|
|
|
147
147
|
## Usage examples
|
|
148
148
|
|
|
149
|
-
|
|
149
|
+
One project in this repo's
|
|
150
150
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
151
|
-
directory
|
|
152
|
-
|
|
153
|
-
A selection:
|
|
151
|
+
directory is using this package:
|
|
154
152
|
|
|
155
153
|
| Screenshot | Description | Live demo | Source |
|
|
156
154
|
|:----------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------|:-----------------------------------------------------|:----------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/dual-algebra",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.40",
|
|
4
4
|
"description": "Multivariate dual number algebra, automatic differentiation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.9.
|
|
37
|
+
"@thi.ng/api": "^8.9.6"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@microsoft/api-extractor": "^7.
|
|
41
|
-
"@thi.ng/testament": "^0.3.
|
|
42
|
-
"rimraf": "^5.0.
|
|
40
|
+
"@microsoft/api-extractor": "^7.38.0",
|
|
41
|
+
"@thi.ng/testament": "^0.3.24",
|
|
42
|
+
"rimraf": "^5.0.5",
|
|
43
43
|
"tools": "^0.0.1",
|
|
44
|
-
"typedoc": "^0.25.
|
|
44
|
+
"typedoc": "^0.25.2",
|
|
45
45
|
"typescript": "^5.2.2"
|
|
46
46
|
},
|
|
47
47
|
"keywords": [
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"status": "alpha",
|
|
92
92
|
"year": 2020
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
95
95
|
}
|