@thi.ng/boids 0.1.0 → 0.1.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-10-27T16:56:24Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -61,11 +61,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.01 KB
61
61
 
62
62
  ## Usage examples
63
63
 
64
- Several demos in this repo's
64
+ One project in this repo's
65
65
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
66
- directory are using this package.
67
-
68
- A selection:
66
+ directory is using this package:
69
67
 
70
68
  | Screenshot | Description | Live demo | Source |
71
69
  |:-------------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------|:--------------------------------------------------|:-------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/boids",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "n-dimensional boids simulation with highly configurable behaviors",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,10 +35,10 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.9.6",
38
- "@thi.ng/distance": "^2.4.25",
39
- "@thi.ng/geom-accel": "^3.5.25",
40
- "@thi.ng/timestep": "^0.5.0",
41
- "@thi.ng/vectors": "^7.8.0"
38
+ "@thi.ng/distance": "^2.4.26",
39
+ "@thi.ng/geom-accel": "^3.5.26",
40
+ "@thi.ng/timestep": "^0.5.1",
41
+ "@thi.ng/vectors": "^7.8.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.0",
@@ -49,7 +49,18 @@
49
49
  "typescript": "^5.2.2"
50
50
  },
51
51
  "keywords": [
52
- "typescript"
52
+ "nd",
53
+ "2d",
54
+ "3d",
55
+ "behavior",
56
+ "boids",
57
+ "flocking",
58
+ "points",
59
+ "simulation",
60
+ "spatial",
61
+ "time",
62
+ "typescript",
63
+ "vector"
53
64
  ],
54
65
  "publishConfig": {
55
66
  "access": "public"
@@ -80,5 +91,5 @@
80
91
  "status": "alpha",
81
92
  "year": 2023
82
93
  },
83
- "gitHead": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
94
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
84
95
  }