@thi.ng/ramp 3.0.0 → 3.0.2

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +11 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-12T16:09:52Z
3
+ - **Last updated**: 2024-02-12T16:28:41Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/ramp",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,9 +39,9 @@
39
39
  "@thi.ng/arrays": "^2.7.20",
40
40
  "@thi.ng/compare": "^2.2.19",
41
41
  "@thi.ng/errors": "^2.4.16",
42
- "@thi.ng/math": "^5.9.1",
43
- "@thi.ng/transducers": "^8.9.1",
44
- "@thi.ng/vectors": "^7.10.6"
42
+ "@thi.ng/math": "^5.10.0",
43
+ "@thi.ng/transducers": "^8.9.2",
44
+ "@thi.ng/vectors": "^7.10.7"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.40.1",
@@ -92,6 +92,12 @@
92
92
  "./api": {
93
93
  "default": "./api.js"
94
94
  },
95
+ "./domain": {
96
+ "default": "./domain.js"
97
+ },
98
+ "./group": {
99
+ "default": "./group.js"
100
+ },
95
101
  "./hermite": {
96
102
  "default": "./hermite.js"
97
103
  },
@@ -108,5 +114,5 @@
108
114
  "thi.ng": {
109
115
  "year": 2019
110
116
  },
111
- "gitHead": "e304d8e10f3446a22666ba75aaa2fb1d32752ae0\n"
117
+ "gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
112
118
  }