@thi.ng/ramp 3.3.41 → 3.3.42

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 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-06-09T17:24:08Z
3
+ - **Last updated**: 2025-07-10T14:20:23Z
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.3.41",
3
+ "version": "3.3.42",
4
4
  "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,17 +39,17 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.29",
43
- "@thi.ng/arrays": "^2.13.1",
44
- "@thi.ng/compare": "^2.4.21",
45
- "@thi.ng/errors": "^2.5.35",
46
- "@thi.ng/math": "^5.11.29",
47
- "@thi.ng/transducers": "^9.5.0",
48
- "@thi.ng/vectors": "^8.3.1"
42
+ "@thi.ng/api": "^8.11.30",
43
+ "@thi.ng/arrays": "^2.13.2",
44
+ "@thi.ng/compare": "^2.4.22",
45
+ "@thi.ng/errors": "^2.5.36",
46
+ "@thi.ng/math": "^5.11.30",
47
+ "@thi.ng/transducers": "^9.5.1",
48
+ "@thi.ng/vectors": "^8.3.2"
49
49
  },
50
50
  "devDependencies": {
51
- "esbuild": "^0.25.5",
52
- "typedoc": "^0.28.5",
51
+ "esbuild": "^0.25.6",
52
+ "typedoc": "^0.28.7",
53
53
  "typescript": "^5.8.3"
54
54
  },
55
55
  "keywords": [
@@ -122,5 +122,5 @@
122
122
  "thi.ng": {
123
123
  "year": 2019
124
124
  },
125
- "gitHead": "e657c2d66574c18343a6797aef4585945729093e\n"
125
+ "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
126
126
  }