@thi.ng/boids 1.0.29 → 1.0.30

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 +7 -1
  2. package/README.md +2 -2
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-04-11T12:32:44Z
3
+ - **Last updated**: 2024-04-20T14:42:45Z
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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [1.0.30](https://github.com/thi-ng/umbrella/tree/@thi.ng/boids@1.0.30) (2024-04-20)
13
+
14
+ #### ♻️ Refactoring
15
+
16
+ - update type usage ([abad151](https://github.com/thi-ng/umbrella/commit/abad151))
17
+
12
18
  # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/boids@1.0.0) (2024-01-23)
13
19
 
14
20
  #### 🛑 Breaking changes
package/README.md CHANGED
@@ -100,10 +100,10 @@ import * as boids from "@thi.ng/boids";
100
100
  Browser ESM import:
101
101
 
102
102
  ```html
103
- <script type="module" src="https://cdn.skypack.dev/@thi.ng/boids"></script>
103
+ <script type="module" src="https://esm.run/@thi.ng/boids"></script>
104
104
  ```
105
105
 
106
- [Skypack documentation](https://docs.skypack.dev/)
106
+ [JSDelivr documentation](https://www.jsdelivr.com/)
107
107
 
108
108
  For Node.js REPL:
109
109
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/boids",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "n-dimensional boids simulation with modular behavior system",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,14 +36,14 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.10.1",
40
- "@thi.ng/checks": "^3.6.1",
41
- "@thi.ng/distance": "^2.4.69",
42
- "@thi.ng/geom-closest-point": "^2.1.123",
43
- "@thi.ng/geom-resample": "^2.3.49",
44
- "@thi.ng/math": "^5.10.10",
45
- "@thi.ng/timestep": "^0.5.45",
46
- "@thi.ng/vectors": "^7.10.27"
39
+ "@thi.ng/api": "^8.11.0",
40
+ "@thi.ng/checks": "^3.6.2",
41
+ "@thi.ng/distance": "^2.4.70",
42
+ "@thi.ng/geom-closest-point": "^2.1.124",
43
+ "@thi.ng/geom-resample": "^2.3.50",
44
+ "@thi.ng/math": "^5.10.11",
45
+ "@thi.ng/timestep": "^0.5.46",
46
+ "@thi.ng/vectors": "^7.10.28"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@microsoft/api-extractor": "^7.43.0",
@@ -144,5 +144,5 @@
144
144
  "status": "alpha",
145
145
  "year": 2023
146
146
  },
147
- "gitHead": "18a0c063a7b33d790e5bc2486c106f45f663ac28\n"
147
+ "gitHead": "8339d05ecc857e529c7325a9839c0063b89e728d\n"
148
148
  }