@thi.ng/boids 1.1.10 → 1.1.12

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-06-19T13:15:11Z
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/README.md CHANGED
@@ -111,7 +111,7 @@ For Node.js REPL:
111
111
  const boids = await import("@thi.ng/boids");
112
112
  ```
113
113
 
114
- Package sizes (brotli'd, pre-treeshake): ESM: 1.97 KB
114
+ Package sizes (brotli'd, pre-treeshake): ESM: 2.00 KB
115
115
 
116
116
  ## Dependencies
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/boids",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "description": "n-dimensional boids simulation with modular behavior system",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,18 +39,18 @@
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/checks": "^3.7.9",
44
- "@thi.ng/distance": "^3.0.1",
45
- "@thi.ng/geom-closest-point": "^2.1.176",
46
- "@thi.ng/geom-resample": "^3.0.48",
47
- "@thi.ng/math": "^5.11.29",
48
- "@thi.ng/timestep": "^1.0.24",
49
- "@thi.ng/vectors": "^8.3.1"
42
+ "@thi.ng/api": "^8.11.30",
43
+ "@thi.ng/checks": "^3.7.10",
44
+ "@thi.ng/distance": "^3.0.3",
45
+ "@thi.ng/geom-closest-point": "^2.1.177",
46
+ "@thi.ng/geom-resample": "^3.0.49",
47
+ "@thi.ng/math": "^5.11.30",
48
+ "@thi.ng/timestep": "^1.0.25",
49
+ "@thi.ng/vectors": "^8.3.2"
50
50
  },
51
51
  "devDependencies": {
52
- "esbuild": "^0.25.5",
53
- "typedoc": "^0.28.5",
52
+ "esbuild": "^0.25.6",
53
+ "typedoc": "^0.28.7",
54
54
  "typescript": "^5.8.3"
55
55
  },
56
56
  "keywords": [
@@ -147,5 +147,5 @@
147
147
  "status": "alpha",
148
148
  "year": 2023
149
149
  },
150
- "gitHead": "091008063a5999d05b8f54bb22cfbd6d9b66f7f6\n"
150
+ "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
151
151
  }